Syncfusion AI Assistant

How can I help you?

Module in EJ2 TypeScript Grid control

30 Apr 20263 minutes to read

The following feature modules should be injected to extend grid’s functionality.

The available grid modules are:

Module Description
Page Inject this module to use paging feature.
Sort Inject this module to use sorting feature.
Filter Inject this module to use filtering feature.
Group Inject this module to use grouping feature.
LazyLoadGroup Inject this module to use lazy load grouping feature.
Edit Inject this module is use editing feature.
Aggregate Inject this module to use aggregate feature.
ColumnChooser Inject this module to use column chooser feature.
ColumnMenu Inject this module to use column menu feature.
CommandColumn Inject this module to use command column feature.
ContextMenu Inject this module to use context menu feature.
DetailRow Inject this module to use detail template feature.
ForeignKey Inject this module to use foreign key feature.
Freeze Inject this module to use frozen rows and columns feature.
Resize Inject this module to use resize feature.
Reorder Inject this module to use reorder feature.
RowDD Inject this module to use row drag and drop feature.
Search Inject this module to use search feature and this is a default injected module.
Selection Inject this module to use selection feature and this is a default injected module.
VirtualScroll Inject this module to use virtual scrolling feature.
InfiniteScroll Inject this module to use infinite scrolling feature.
Toolbar Inject this module to use toolbar feature.
ExcelExport Inject this module to use excel export feature.
PdfExport Inject this module to use PDF export feature.

These modules should be injected into the grid using the Grid.Inject method.