Syncfusion AI Assistant

How can I help you?

Module in Angular Grid component

30 Apr 20263 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.
LazyLoadGroupService Inject this service to enable lazy load grouping feature.
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.
VirtualScrollService Inject this service to enable virtual scrolling feature.
InfiniteScrollService Inject this service to enable infinite scrolling feature.
ToolbarService Inject this service to enable toolbar actions.
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.