Example of Local Data in Javascript Data Grid Control

/
/
Local Data

This sample demonstrates the way of data binding Grid component with JavaScript object array (local data source).

More Details...

Description

The Grid supports data binding. The dataSource property can be assigned either with the array of JavaScript objects or instance of DataManager. In this demo, the array of JavaScript objects is assigned as the data source to the Grid. More information on the data binding can be found in this documentation section.