Example of Default Functionalities in ASP.NET MVC Data Grid Control
This sample demonstrates the default rendering of the Grid with minimum configuration.
DEMO
SOURCE
The Grid 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 data from a data source, such as an IEnumerable, 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.