The Grid component is used to display and manipulate tabular data with configuration options to control the way the data is presented and manipulated. It will pull data from a data source, such as an array of JavaScript objects, OData web services, or DataManager and binding data fields to columns. Also displaying a column header to identify the field with support for grouped records.
The most important features available in the grid components 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.