Module in EJ2 JavaScript Treegrid control
4 Aug 20232 minutes to read
The following feature modules should be injected to extend the TreeGrid’s functionality.
Module | Description |
---|---|
PageService |
Inject this module to use paging feature. |
SortService |
Inject this module to use sorting feature. |
FilterService |
Inject this module to use filtering feature. |
EditService |
Inject this module to use editing feature. |
AggregateService |
Inject this module to use aggregate feature. |
ColumnChooserService |
Inject this module to use column chooser feature. |
ColumnMenuService |
Inject this module to use column menu feature. |
CommandColumnService |
Inject this module to use command column feature. |
ContextMenuService |
Inject this module to use context menu feature. |
ResizeService |
Inject this module to use resize feature. |
ReorderService |
Inject this module to use reorder feature. |
PrintService |
Inject this module to use to use print feature and this is a default injected module. |
ToolbarService |
Inject this module to use toolbar feature. |
ExcelExportService |
Inject this module to use Excel export feature. |
PdfExportService |
Inject this module to use PDF export feature. |
These modules should be injected into the TreeGrid using the ej.treegrid..TreeGrid.Inject
method.
You can refer to our
JavaScript Tree Grid
feature tour page for its groundbreaking feature representations. You can also explore our JavaScript Tree Grid exampleJavaScript Tree Grid example
to knows how to present and manipulate data.