This sample demonstrates the overview of basic grid features with its performance metrics of large data. To change datasource count, select rows and columns count from dropdown.
Employee ID Press Alt Down to open filter Menu. Press Enter to sort | Employee Name Press Alt Down to open filter Menu. Press Enter to sort | Designation Press Alt Down to open filter Menu. Press Enter to sort | Mail Press Alt Down to open filter Menu. Press Enter to sort | Location Press Alt Down to open filter Menu. Press Enter to sort | Status Press Alt Down to open filter Menu. Press Enter to sort | Trustworthiness Press Alt Down to open filter Menu. Press Enter to sort | Rating Press Alt Down to open filter Menu. Press Enter to sort | Software Proficiency | Current Salary Press Alt Down to open filter Menu. Press Enter to sort | Address Press Alt Down to open filter Menu. Press Enter to sort | |
---|---|---|---|---|---|---|---|---|---|---|---|
No records to display |
name | Type | Description |
---|---|---|
No records to display |
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 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, Grid features such as Virtual Scrolling, Filtering, Sorting, Column Template
etc... are used along with large data source.
You can follow the guidelines in this documentation to get around the browser height restriction when loading and viewing millions of records.
More information on the Grid instantiation can be found in this documentation section.