DataArray |
If DataType is set to Array, assign a TJSArray with the data to load in the grid |
DataType |
Sets the type of data to load in the grid. Available types are: Array, CSV, JSON, None |
Delimiter |
Sets the delimiter character if DataType is set to CSV |
Id |
Sets the column name to be used as ID column if DataType is set to JSON |
JSON |
If DataType is set to JSON, assign the JSON data to load in the grid |
Url |
Assign the location of a CSV or JSON file to load the data in the grid if DataType is set to CSV or JSON respectively |