Module in Angular Grid component

17 Sep 20253 minutes to read

To enable specific features in the Angular Grid component, inject the required value provider modules listed below.

Module Description
PageService Inject this service to enable paging functionality.
SortService Inject this service to enable sorting functionality.
FilterService Inject this service to enable filtering functionality.
GroupService Inject this service to enable grouping functionality.
EditService Inject this service to enable editing functionality.
AggregateService Inject this service to enable aggregate operations in the Grid.
ColumnChooserService Inject this service to enable the column chooser feature.
ColumnMenuService Inject this service to enable the column menu feature.
CommandColumnService Inject this service to enable command column functionality.
ContextMenuService Inject this service to enable the context menu feature.
DetailRowService Inject this service to enable the detail template feature.
ForeignKeyService Inject this service to enable foreign key column support.
FreezeService Inject this service to enable frozen columns and rows.
ResizeService Inject this service to enable column resizing.
ReorderService Inject this service to enable column reordering.
RowDDService Inject this service to enable row drag-and-drop functionality.
SearchService Inject this service to enable the search feature. This service is included by default.
SelectionService Inject this service to enable row and cell selection. This service is included by default.
ScrollService Inject this service to enable grid scrolling. This service is included by default.
PrintService Inject this service to enable the print feature. This service is included by default.
ToolbarService Inject this service to enable toolbar actions.
VirtualScrollService Inject this service to enable virtual scrolling.
ExcelExportService Inject this service to enable Excel export functionality.
PdfExportService Inject this service to enable PDF export functionality.

Add the required modules to the providers array in the root NgModule or directly in the component class to enable the corresponding Grid features.