LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


loadData(data, fields)

Loads data from local or remote data source into Grid.

Parameters

ParamTypeDetails
dataArrayAn array of row objects from local or remote data source
fields (optional)ObjectAn object that matches the names of data fields from specified data source to the ones in Grid

Return Value

This method does not return a value.

Remarks

You can use this method to load data on demand, updating the whole Grid in the process.

Version Information

Supported in: v1.0.

See Also