Local or Remote Data Source

The data in the grid might come from a local or remote data source. If you define grid.url property, the grid will assume that your data source is remote. Otherwise, the data source is local (all records are stored in grid.records) array. If data source is remote, the grid will: Below is the example of the grid with local data source.