GridControl Methods
The grid control.
Name | Description |
---|---|
Clear |
Clears the filter applied to data in the grid. |
Clear |
Ungroups data in the grid. |
Clear |
Clears the sorting applied to the grid. |
Close |
Closes a data row editor (an in-place editor or edit form, depending on the edit mode set in the grid). |
Collapse |
Collapses all group rows. |
Collapse |
Collapses the specified group row. |
Delete |
Deletes the specified data row. |
Dispose() |
Releases all resources used by the Grid |
Expand |
Expands all group rows. |
Expand |
Expands the specified group row. |
Export |
Exports data from the grid to the specified stream in the XLS, XLSX or CSV format. |
Find |
Returns the handle of the first row that matches the specified criteria. |
Find |
Searches for the value in the column and returns the handle of the corresponding row. |
Find |
Searches for the value in the column and returns the handle of the corresponding row. |
Get |
Returns the text displayed within the specified cell. |
Get |
Returns the text displayed within the specified cell. |
Get |
Returns the value of the specified data cell in the grid. |
Get |
Returns the value of the specified data cell. |
Get |
Provides access to information on the specified data group. |
Get |
Returns the value of the specified group row. |
Get |
Gets an object that provides access to the data of a row specified by its handle. |
Get |
Returns the handle of the row which corresponds to the specified record in the data source. |
Get |
Gets the service object of the specified type. |
Get |
Gets the specified service. |
Get |
Returns the index of the data source record to which the specified row handle corresponds. |
Group |
Groups data in the grid by the specified column. |
Group |
Groups data in the grid by the specified column. |
Hide |
Hides the column chooser. |
Hide |
Hides the column chooser, applying or discarding its current settings. |
Is |
Indicates whether the specified group row is collapsed. |
Is |
Indicates whether the specified handle corresponds to a group row. |
Load |
For internal use. |
Open |
Invokes an editor (an in-place editor or edit form, depending on the edit mode set in the grid) for a data row containing the specified cell. |
Redraw |
Forces the control to immediately redraw itself. |
Refresh |
Updates the grid data. |
Restore |
Restores a grid’s layout from the specified stream. |
Restore |
Restores a grid’s layout from the specified XML string. |
Save |
Saves a grid’s layout to the specified stream. |
Save |
Saves a gird’s layout to an XML string. |
Scroll |
Scrolls the grid to make the specified row visible. |
Set |
Assigns a value to the specified cell. |
Set |
Assigns a value to the specified cell. |
Show |
Invokes the column chooser. |
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. |
Sort |
Sorts data by the values of the specified column in the specified order. |
Sort |
Sorts data by the values of the specified column in ascending order. |
Sort |
Sorts data by the values of the column bound to the specified data field in the ascending order. |
See Also