| Name | Description |
---|
 | altRowTemplate | Template to be used for rendering the alternating rows. |
 | autoBind | Indicates whether the grid will call read on the DataSource initially. |
 | columns | A collection of column objects or collection of strings that represents the name of the fields. |
 | dataSource | Gets or sets the data source object for this control. |
 | detailTable | Gets or sets the options for the detail tables. All newly initialized detail tables will inherit these options automatically. |
 | detailTables | Gets an array of all initialized child tables for this table. |
 | detailTemplate | Template to be used for rendering the detail rows. |
 | editable | Gets and sets the editing related (create/update/delete) options. |
 | element | Gets the DOM element that hosts this control. |
 | filterable | Indicates whether filtering is enabled/disabled. |
 | groupable | Indicates whether grouping is enabled. |
 | height | Sets the height of the grid. |
 | initialized | Indicates whether the control is initialized. |
 | messages | Gets the localization messages used by the control. |
 | navigatable | Indicates whether keboard navigation is enabled/disabled. |
 | owner | Gets the owner RadGrid instance. |
 | parentRelation | Gets the parent relations for this table as an object or an array of objects in the form: { masterField: 'field1', detailField: 'field2' }. To configure parent relations, set the detailTable.parentRelation property of the parent table. |
 | parentRow | Gets the parent row of the table if it is nested. |
 | parentTable | Gets the parent row of the table if it is nested. |
 | reorderable | Gets or sets a value indicating whether column reordering is enabled. |
 | resizable | Indicates whether column resizing is enabled/disable. |
 | rowTemplate | Template to be used for rendering the rows. |
 | scrollable | Enable/disable scrolling. Possible values are "none", "enabled" and "virtual". |
 | selectable | Indicates whether selection is enabled. |
 | selection | Gets or sets selected rows/cells. |
 | sortable | Indicates whether sorting is enabled. |