Search results

Overview API in JavaScript TreeGrid API control

Name Description
Edit TreeGrid Edit Module
The Edit module is used to handle editing actions.
TreeGrid Represents the TreeGrid component.
Column Represents TreeGrid Column model class.
EditSettings Configures the edit behavior of the TreeGrid.
FilterSettings Configures the filtering behavior of the TreeGrid.
Predicate Represents the Tree Grid predicate for the filter column.
InfiniteScrollSettings Configures the infinite scroll behavior of Tree Grid.
LoadingIndicator Configures the Loading Indicator of the Tree Grid.
PageSettings Configures the paging behavior of the TreeGrid.
RowDropSettings Configures the row drop settings of the TreeGrid.
SearchSettings Configures the filtering behavior of the TreeGrid.
SelectionSettings Configures the selection behavior of the TreeGrid.
SortDescriptor Represents the field name and direction of sort column.
SortSettings Configures the sorting behavior of TreeGrid.
AggregateColumn Configures the TreeGrid’s aggregate column.
TextWrapSettings Configures the textwrap behavior of the TreeGrid.
TreeGridExcelExportProperties Specifies the Tree Grid ExcelExport properties
TreeGridPdfExportProperties Specifies the Tree Grid PdfExport properties
Static Functions Root static functions of Treegrid Component
CopyHierarchyType Defines types of CopyHierarchyMode. They are
* Parent
* Child
* Both
* None
EditMode Defines modes of editing.
FilterHierarchyMode Defines types of Filter Hierarchy
* Parent - Specifies the filter type as Parent.
* Child - Specifies the filter type as excel.
* Both - Specifies the filter type as filter bar
* None - Specifies the filter type as check box.
FilterType Defines types of Filter
* Menu - Specifies the filter type as menu.
* Excel - Specifies the filter type as excel.
* FilterBar - Specifies the filter type as filter bar.
PageSizeMode Defines different PageSizeMode
* All - Specifies the PageSizeMode as All
* Root - Specifies the PageSizeMode as Root
RowPosition Defines the position where the new row has to be added.
WrapMode Defines the wrap mode.
* Both - Wraps both header and content.
* Header - Wraps header alone.
* Content - Wraps content alone.