Provides the content to display inside the grid cells.
var model = obj.getDataModel();
or
obj.setDataModel(model);
| count | Sets or retrieves the number of data items (rows). |
| index | Retrieves the data item index (row). |
| text | Allows to specify the text for the grid cells. |
| image | Allows to specify the image to display in the grid cells. |
| link | Allows to specify the link URL for a cell. |
| value | Provides the value to be used for sorting the data. |