DxGridModel Members
In This Article
#Constructors
Name | Description |
---|---|
Dx |
For internal use. |
#Properties
Name | Description |
---|---|
Allowed |
|
Allow |
Specifies whether users can group grid data. |
Auto |
Specifies whether an expanded detail row should be automatically collapsed when a user expands another detail row. |
Auto |
Specifies whether to expand all group rows automatically when the grid loads data or users interact with the grid. |
Column |
Specifies the alignment of all column captions. |
Column |
Specifies a common template used to display all footer cells in the grid. |
Column |
Specifies a common template for all group footer cells in the Grid. |
Column |
Specifies a common template used to display captions of all column headers in the Grid. |
Column |
Specifies whether and how users can resize grid columns. |
Component |
|
Custom |
Enables you to implement custom logic used to group data in the grid. |
Customize |
Allows you to customize the text displayed within a cell. |
Customize |
Allows you to customize a cell editor in a data row. |
Customize |
Allows you to create a custom edit model or customize an automatically-generated edit model. |
Customize |
Allows you to color grid cells and rows according to their values. |
Customize |
Allows you to customize column filter menu items. |
Customize |
Allows you to customize a cell editor in the filter row. |
Customize |
Allows you to customize the group value’s display text. |
Customize |
Allows you to customize the summary display text. |
Custom |
Allows you to implement custom logic used to sort data in the grid. |
Custom |
Allows you to create custom summary items. |
Data |
Specifies a common template used to display all data column cells in the Grid. |
Data |
Allows you to replace automatically generated editors with custom content in all edit cells displayed for data columns. |
Data |
Specifies a common template used to display all column filter menus in the Grid. |
Data |
Allows you to replace automatically generated editors with custom content in all filter row cells displayed for data columns. |
Data |
Specifies a common template used to display all group rows in the Grid. |
Data |
Fires when a user confirms the delete operation in the delete confirmation dialog. |
Detail |
Specifies when to display master-detail expand buttons. |
Detail |
Specifies when to display detail rows in the Grid. |
Detail |
Specifies a template used to display a detail row. |
Drag |
|
Drop |
|
Edit |
Fires before the Grid cancels the edit operation and discards changes. |
Edit |
Specifies the template used to display the edit form. |
Edit |
Specifies how users edit Grid data. |
Edit |
Fires if validation succeeds after a user saves changes or you call the Save |
Edit |
Specifies the position of UI elements used to create new rows. |
Editor |
Specifies how the Grid renders editors in the filter row and in data rows during edit operations. |
Edit |
Fires before the Grid starts editing a row. |
Empty |
Specifies the template used to display an empty data area. |
Filter |
Fires when filter criteria applied to grid data change. |
Filter |
Specifies when the Grid displays filter menu buttons in column headers. |
Focused |
Fires when the row focus changes. |
Footer |
Specifies when to display the footer in the Grid. |
Group |
Specifies when to display group footers in the Grid. |
Group |
Contains group summary items. |
Items |
|
Keyboard |
Obsolete. Specifies whether keyboard navigation and shortcuts are available in the Grid component. |
Key |
Specifies the names of data fields that contain key values. The combination of key values forms a unique identifier for a Grid data item. |
Layout |
Fires when the Dx |
Layout |
Fires when the grid’s layout changes. |
Pager |
Specifies the pager position. |
Row |
Fires when a user clicks or taps a grid row or focuses a data cell and presses Enter. |
Row |
Fires when a user double clicks a grid row. |
Search |
Specifies the time interval between the last typed character in the search box and the consequent search text update. |
Search |
Specifies the prompt text displayed in the search box when it is empty. |
Search |
Specifies a template for the search box. |
Search |
Specifies the text that the Grid uses to filter and highlight data. |
Search |
Fires when the search text changes. |
Search |
Specifies how the grid treats search words. |
Select |
Specifies whether the Select All checkbox selects all rows on the current page or on all grid pages. |
Selection |
Specifies selection mode. |
Show |
Specifies whether to display grouped columns with other columns in the grid’s data area. |
Show |
Specifies whether to show the Group Panel. |
Show |
Specifies whether the Grid displays the search box. |
Toolbar |
Specifies a template for a toolbar area. |
Unbound |
Allows you to implement custom logic to obtain unbound column values. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also