Name | Description |
---|---|
Clipboard | The Clipboard module is used to handle clipboard copy action. |
ColumnChooser | The ColumnChooser module is used to show or hide columns dynamically. |
ContextMenu | The ContextMenu module is used to handle context menu actions. |
DetailRow | The DetailRow module is used to handle detail template and hierarchy Grid operations. |
Edit | The Edit module is used to handle editing actions. |
Filter | The Filter module is used to handle filtering action. |
Group | The Group module is used to handle group action. |
Page | The Page module is used to render pager and handle paging action. |
The Print module is used to handle print action. |
|
Reorder | The Reorder module is used for reordering columns. |
Scroll | The Scroll module is used to handle scrolling behaviour. |
Search | The Search module is used to handle search action. |
Selection | The Selection module is used to handle cell and row selection. |
ShowHide | The ShowHide module is used to control column visibility. |
Sort | The Sort module is used to handle sorting action. |
Toolbar | The Toolbar module is used to handle ToolBar actions. |
EditSettings | Configures the edit behavior of the Grid. |
FilterSettings | Configures the filtering behavior of the Grid. |
Grid | Represents the Grid component. |
GroupSettings | Configures the group behavior of the Grid. |
InfiniteScrollSettings | Configures the infinite scroll behavior of Grid. |
LoadingIndicator | Configures the Loading Indicator of the Grid. |
Predicate | Represents the predicate for the filter column. |
ResizeSettings | Configures the resize behavior of the Grid. |
RowDropSettings | Configures the row drop settings of the Grid. |
SearchSettings | Configures the search behavior of the Grid. |
SelectionSettings | Configures the selection behavior of the Grid. |
SortDescriptor | Represents the field name and direction of sort column. |
SortSettings | Configures the sorting behavior of Grid. |
TextWrapSettings | Configures the text wrap settings of the Grid. |
AggregateColumn | Configures the Grid’s aggregate column. |
AggregateRow | Configures the aggregate rows. |
Column | Represents Grid Column model class. |
GridColumn | Defines Grid column |
StackedColumn | Defines stacked grid column |
ColumnChooserSettings | Configures the column chooser behavior of the Grid. |
PageSettings | Configures the paging behavior of the Grid. |
ResponsiveDialogRenderer | The ResponsiveDialogRenderer module is used to render the responsive dialogs. |
CommandButtonOptions | Defines options for custom command buttons. |
DataStateChangeEventArgs | Custom data service event types |
PendingState | Defines the pending state for Custom Service Data |
Sorts | Sorting property for Custom data Service |
Action | Defines Actions of the Grid. They are * paging * refresh * sorting * filtering * selection * rowdraganddrop * reorder * grouping * ungrouping |
AggregateTemplateType | Defines the Aggregate Template Type * groupCaptionTemplate * groupFooterTemplate * footerTemplate |
AggregateType | Defines the aggregate types. |
BorderLineStyle | Defines border line style. |
CellSelectionMode | Defines mode of cell selection. * Flow * Box |
CheckboxSelectionType | Defines modes of checkbox Selection. They are * Default * ResetOnRowClick |
ClipMode | Defines the cell content’s overflow mode. The available modes are * Clip - Truncates the cell content when it overflows its area.* Ellipsis - Displays ellipsis when the cell content overflows its area.* EllipsisWithTooltip - Displays ellipsis when the cell content overflows its areaalso it will display tooltip while hover on ellipsis applied cell. ` html |