This sample demonstrates the default rendering of the Grid with minimum configuration.
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 the the data from a data source, such as an array of JSON objects, OData web
services, or
DataManager
binding data fields to columns. Also, displaying a column header
to identify the field with support for grouped records.
In this demo, the Grid is populated with its minimum default settings.
More information on the Grid instantiation can be found in this documentation section.