The Grid component is used to display and manipulate tabular data with configuration options to control the way the data is presented. It can pull data from data sources such as array of JavaScript objects, OData web services
, or DataManager
and binding data fields to columns. It also displays the column header to identify the field with support for grouped records.
The most important features available in the grid component are paging, sorting, filtering, searching, and grouping.
Columns:The column definitions are used as the dataSource schema in the Grid. This plays a vital role in rendering column values in the required format.