IGrid Methods
An interface that defines the DxGrid component’s API members (properties and methods).Name | Description |
---|---|
Auto |
Automatically adjusts column widths to their content. |
Auto |
Obsolete. Automatically adjusts column widths to their content. |
Begin |
Suspends Grid updates caused by parameter changes and method calls until the End |
Cancel |
Cancels row editing and discards changes. |
Clear |
Clears the filter applied to grid data. |
Clear |
Clears selection. |
Clear |
Clears sorting. |
Collapse |
Collapses all detail rows. |
Collapse |
Collapses all group rows. |
Collapse |
Collapses the specified detail row. |
Collapse |
Collapses the group row. |
Deselect |
Deselects all rows in the grid. |
Deselect |
Deselects all rows on the current visible page. |
Deselect |
Deselects a row that corresponds to the specified data item. |
Deselect |
Deselects rows that correspond to the specified data items. |
Deselect |
Deselects a row with the specified visible index. |
Deselect |
Deselects rows with the specified visible indexes. |
End |
Resumes Grid updates (when the Begin |
Expand |
Expands all group rows. |
Expand |
Expands the specified detail row. |
Expand |
Expands the group row. |
Export |
Exports grid data to a stream in CSV format. |
Export |
Exports grid data in CSV format and downloads the result file to the client machine. |
Export |
Exports grid data to a stream in XLS format. |
Export |
Exports grid data in XLS format and downloads the result file to the client machine. |
Export |
Exports grid data in XLSX format to a stream. |
Export |
Exports grid data in XLSX format and downloads the result file to the client machine. |
Filter |
Filters data by the specified column value. |
Get |
Returns editor settings of the column bound to the specified data source field. |
Get |
Returns a column collection. |
Get |
Returns a data column collection. |
Get |
Gets a data source item that is bound to the processed row. |
Get |
Returns the field value of the specified data item. |
Get |
Returns the edit context. |
Get |
Returns the filter criteria applied to the specified field of the bound data source. |
Get |
Returns the filter criteria applied to the grid data. |
Get |
Returns a data item bound to the focused data row. |
Get |
Returns the visible index of the focused row. |
Get |
Gets the number of grouped columns. |
Get |
Gets a group summary item’s display text. |
Get |
Gets a group summary item’s formatted value. |
Get |
Gets the collection of group summary items. |
Get |
Gets the name of a group summary‘s function name. |
Get |
Gets a group summary item’s value. |
Get |
Returns the total number of pages in the Grid. |
Get |
Gets the nesting level of the processed row. |
Get |
Gets the value of the data source field in the specified row. |
Get |
Get the collection of sorted columns. |
Get |
Gets the visible index of the first row on the current page. |
Get |
Gets a total summary item’s display text. |
Get |
Gets a total summary item’s formatted value. |
Get |
Gets the collection of total summary items. |
Get |
Gets the name of a total summary‘s function name. |
Get |
Gets a total summary item’s value. |
Get |
Returns a column collection ordered based on visible indexes. |
Get |
Gets the total number of visible rows in the grid. |
Group |
Groups data by values of the specified column and inserts the grouped column in the specified position between other grouped columns. |
Group |
Groups data by values of the specified column. |
Is |
Identifies whether the row bound to the specified data item is focused. |
Is |
Returns whether the row that corresponds to the specified data item is selected. |
Is |
Indicates whether the specified detail row is expanded. |
Is |
Returns whether the Grid is currently being edited. |
Is |
Returns whether a new Grid row is currently being edited. |
Is |
Returns whether the specified Grid row is currently being edited. |
Is |
Specifies whether the specified row is a group row. |
Is |
Specifies whether the specified row is a group row. |
Is |
Identifies whether the row with the specified visible index is focused. |
Is |
Returns whether the specified row is selected. |
Load |
Restores the Grid’s layout. |
Make |
Makes the row bound to the specified data item visible on screen. |
Make |
Makes the row with the specified visible index visible on screen. |
Refresh |
Refreshes all total and group summary values in the grid. |
Reload() | Reloads Grid data. |
Save |
Triggers validation and raises the Edit |
Save |
Saves information about the Grid’s layout. |
Select |
Selects or deselects all rows in the grid. |
Select |
Selects or deselects all rows on the current visible page. |
Select |
Selects or deselects a row that corresponds to the specified data item. |
Select |
Selects or deselects rows that correspond to the specified data items. |
Select |
Selects or deselects a row with the specified visible index. |
Select |
Selects or deselects rows with the specified visible indexes. |
Set |
Applies a filter to the specified data field. |
Set |
Applies a filter to grid data. |
Set |
Moves focus to the row bound to the specified data item. |
Set |
Moves focus to the row with the specified visible index. |
Show |
Shows the Column Chooser in the center of the grid. |
Show |
Shows the Column Chooser and position it according to the specified display options. |
Show |
Shows the Column Chooser. |
Show |
Displays the delete confirmation dialog for the specified data item. |
Show |
Displays the delete confirmation dialog for the specified row. |
Sort |
Sorts data by column values in the specified order, and specifies the sorted column’s index. |
Sort |
Sorts data by column values in the specified order. |
Sort |
Sorts data by the specified column values. |
Start |
Starts editing the specified data item. |
Start |
Starts editing a new row. |
Start |
Starts editing the row with the specified visible index. |
Wait |
Returns a task that completes when pending asynchronous data load operations are completed. |
Wait |
Obsolete. Returns a task that is completed when the specified row of an asynchronous Instant Feedback Data Source is loaded. |
Wait |
Returns a task that is completed when the specified row of an asynchronous remote data source is loaded. |
See Also