Binds the DataGrid with an array of JSON, enabling it to work smoothly in single-page applications (SPA).
Binding the DataGrid with RESTful services allows data from the services to be consumed using the data manager. It supports various data adaptors such as JSON, OData, ODataV4, URL, and Web API for working with a particular data service
Data handling is extensible in DataGrid. The appropriate events are raised with the current state of DataGrid when data needs to be processed. Preferred data processing logic can be provided.
DataGrid can be configured to show one-to-many relationship data using hierarchical binding. An n-level hierarchy DataGrid can be built with minimal configuration to help users visualize data in parent and child relationships.