SMART datagrid v.1 > Classes
DataLudi.DataLoader class
It is a tool of reading text or JSON object or XML to add it as the data rows of Data Set. Please refer to load method about more details on the way of reading data.
- Base Classes
- DLBase
- Constructor
- function DataLoader (provider: GridDataSet);
- Methods
- load
- Inherited Methods
- DLBase.assign
- DLBase.getProperties
- DLBase.getProperty
- DLBase.setProperties
- DLBase.setProperty
- DLBase.toggle
- See Also
- GridDataSet
- loadJsonData
- loadCsvData
- loadXmlData
- Examples
- Load CSV Data
- Load JSON Data
- Load XML Data