The RadGrid type exposes the following members.
Methods
| Name | Description |
---|
 | clearSelection | Clears currently selected items. |
 | collapseGroup | Collapses specified group. |
 | collapseRow | Collapses specified master row. |
 | dataItem | Returns the data item to which a given table row (tr DOM element) is bound. |
 | editCell | Switches the specified table cell in edit mode. Requires editable: { mode: "cell" }. |
 | expandGroup | Expands specified group. |
 | expandRow | Expands specified master row. |
 | hideColumn | Hides the specified column. |
 | refresh | Reloads the data and repaints the control. |
 | reorderColumn | Changes the position of the specified column. |
 | showColumn | Shows the specified column. |
See Also