DxGrid Methods
A component that displays data in a tabular format and allows users to edit, sort, group, filter, and otherwise shape data.
Name | Description |
---|---|
Auto |
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 and ungroups columns. |
Collapse |
Collapses all detail rows. |
Collapse |
Collapses all group rows. |
Collapse |
Collapses the specified detail row. |
Collapse |
Collapses a group row with the specified visible index. |
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 |
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. |
Expand |
Expands all group rows. |
Expand |
Expands the specified detail row. |
Expand |
Expands a group row with the specified visible index. |
Export |
Exports grid data to a stream in CSV format. |
Export |
Exports grid data in CSV format and downloads the resulting 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 resulting 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 resulting file to the client machine. |
Filter |
Filters grid data by the specified column value. |
Get |
Returns editor settings of the column bound to the specified data source field. |
Get |
Returns a collection of all grid columns. |
Get |
Returns a data column collection. |
Get |
Gets a data source item that is bound to the processed row. |
Get |
Returns the value of the specified field for 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 |
Serves as the default hash function. Inherited from Object. |
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 |
Gets 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 |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns a collection of visible columns sorted based on their display order. |
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 being edited. |
Is |
Returns whether a new Grid row is being edited. |
Is |
Returns whether the specified Grid row is being edited. |
Is |
Specifies whether the specified row is a group row. |
Is |
Specifies whether the specified group row is expanded. |
Is |
Identifies whether the row with the specified visible index is focused. |
Is |
Returns whether the specified row is selected. |
Load |
Restores the Dx |
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. |
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. |
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 Dx |
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 positions it based on the specified display options. |
Show |
Shows the column chooser below the specified target element. |
Show |
Displays the delete confirmation dialog for the specified data item. If a user confirms the operation, the method raises the Data |
Show |
Displays the delete confirmation dialog for the specified row. If a user confirms the operation, the method raises the Data |
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. |
To |
Returns a string that represents the current object. Inherited from Object. |
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