GridControl Methods
The Data Grid control.
Name | Description |
---|---|
Add |
Adds a new record. |
Begin |
Prevents visual and internal data updates until the Data |
Begin |
Prevents selection updates until the Data |
Clear |
Removes the filter condition applied to the specified column.
Inherited from Data |
Clear |
Removes the filter condition applied to the specified column.
Inherited from Data |
Clear |
Ungroups the grid. |
Clear |
Clears sort by summary operations applied to the grid. |
Clear |
Clears the sorting applied to the grid.
Inherited from Data |
Collapse |
Collapses all group rows. |
Collapse |
Collapses the specified group row and optionally any child group rows at all nesting levels. |
Collapse |
Collapses the specified group row. |
Commit |
Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid.
Inherited from Data |
Copy |
Copies selected rows/cells to the clipboard. |
Delete |
Deletes the specified data row. |
End |
Enables visual and internal data updates after the Data |
End |
Enables selection updates after calling the Data |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Expand |
Expands all group rows. |
Expand |
Expands the specified group row and optionally any child group rows at all nesting levels. |
Expand |
Expands the specified group row. |
Find |
Searches for the data row in the Grid |
Get |
Returns the specified cell’s UI element.
Inherited from Data |
Get |
Returns the value of the specified data cell. |
Get |
Returns the value of the specified data cell. |
Get |
Returns the specified cell’s value. |
Get |
Returns the specified cell’s value. |
Get |
Returns the number of child rows (group or data) contained within the specified group row. |
Get |
Returns the handle of the row contained within the specified group row, at the specified position. |
Get |
Returns a filter applied to the specified column.
Inherited from Data |
Get |
Returns a filter applied to the specified column.
Inherited from Data |
Get |
Returns a filter expression applied to the specified column.
Inherited from Data |
Get |
Returns a filter expression applied to the specified column.
Inherited from Data |
Get |
Returns the handle of the first data row in the specified group row. |
Get |
Returns the value of the group row that corresponds to the specified column. |
Get |
Returns the value of the specified group row. |
Get |
Returns the value of the group summary displayed in the specified group row. |
Get |
Returns the specified data row’s index in a data source. |
Get |
Determines a particular row’s parent group row. |
Get |
Returns an object in a data source that corresponds to the specified row. |
Get |
Returns an object that represents the specified row. |
Get |
Returns a UI element that is the specified row.
Inherited from Data |
Get |
Returns the data row’s handle by its index in a data source. |
Get |
Returns a row’s handle by its visible index. |
Get |
Returns the specified row’s group level. |
Get |
Returns the specified row’s group level. |
Get |
Returns the row’s position in the Grid |
Get |
Returns a list of selected data cells. |
Get |
Returns the value of the specified total summary item. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Group |
Groups data by the values of the specified column and specifies its sort order and group index. |
Group |
Groups data by the values of the specified column with the specified sort order. |
Group |
Groups data by the values of the specified column with the specified group index. |
Group |
Groups data by the values of the specified column. |
Group |
Groups data by the values of the specified column. |
Hide |
Closes the active editor, discarding all the changes made.
Inherited from Data |
Is |
Indicates whether the specified cell is selected.
Inherited from Data |
Is |
Indicates whether the specified group row is expanded. |
Is |
Indicates whether the specified handle corresponds to a group row. |
Is |
Indicates whether the specified row is selected.
Inherited from Data |
Is |
Indicates whether the specified row is visible. |
Is |
Indicates whether the specified row handle is valid. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Merge |
Combines the specified filter with the grid’s current filter with the AND operator.
Inherited from Data |
Merge |
Combines the specified filter with the grid’s current filter with the AND operator.
Inherited from Data |
Move |
Moves the specified column to the specified position.
Inherited from Data |
Move |
Moves focus to the first visible row within a grid.
Inherited from Data |
Move |
Moves focus to the last visible row within a grid.
Inherited from Data |
Move |
Moves focus forward to the bottom row displayed onscreen within a grid.
Inherited from Data |
Move |
Moves focus to the row following the one currently focused. |
Move |
Moves focus backward to the top row displayed onscreen within a grid.
Inherited from Data |
Move |
Moves focus to the row that precedes the focused row, and specifies whether this method can focus the Automatic Filter Row. |
Paste |
Pastes clipboard data to the Grid |
Post |
Saves the active editor’s value to a data source without closing the editor.
Inherited from Data |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Refresh |
Updates the control data.
Inherited from Data |
Refresh |
Reloads the specified row from a data source. |
Scroll |
Makes the specified column visible onscreen.
Inherited from Data |
Scroll |
Makes the specified row visible onscreen.
Inherited from Data |
Scroll |
Makes the specified row visible onscreen.
Inherited from Data |
Select |
Selects all items within a grid.
Inherited from Data |
Select |
Selects the specified cell.
Inherited from Data |
Select |
Selects multiple cells.
Inherited from Data |
Select |
Selects the specified row.
Inherited from Data |
Select |
Selects the specified item.
Inherited from Data |
Select |
Selects multiple items, while preserving the current selection (if any).
Inherited from Data |
Set |
Sets the specified cell’s value. |
Set |
Sets the specified cell’s value. |
Show |
Activates the focused cell’s inplace editor.
Inherited from Data |
Sort |
Sorts data by the values of the specified column in the specified order, and places the column at the specified position among the sorted columns.
Inherited from Data |
Sort |
Sorts data by the values of the specified column in the specified order.
Inherited from Data |
Sort |
Sorts data by the values of the specified column.
Inherited from Data |
Sort |
Sorts data by the values of the specified column in the specified order.
Inherited from Data |
Sort |
Sorts data by the values of the specified column.
Inherited from Data |
To |
Returns a string that represents the current object. Inherited from Object. |
Ungroup |
Ungroups data by the values of the specified column. |
Ungroup |
Ungroups data by the values of the specified column. |
Unselect |
Unselects any selected items within a grid.
Inherited from Data |
Unselect |
Unselects the specified cell.
Inherited from Data |
Unselect |
Unselects multiple cells.
Inherited from Data |
Unselect |
Unselects the specified row.
Inherited from Data |
Unselect |
Unselects the specified item.
Inherited from Data |
Update |
Recalculates group summaries. |
Update |
Updates total summaries.
Inherited from Data |
See Also