The below example is of a grid view that allows advanced grouping, filtering, ordering and searching of large databases with exceptional perfomance due to on demand data sets.
The example demonstrated below is using the Microsoft Adventure Works database, displaying customer and customer sales order data. As you can see there are nearly 2000 pages of results, yet the performance of the grid view is not comprimised.
The grouping options of this data grid are extremely simple to use. Simply drag the field to the grouping bar and the data grid will be grouped by that field. In this example, and the examples following on from this, we have used the "Last Name" field.
IMAGE ONLY
^Top
Once you are viewing grouped data you simply click the expansion link to view the data in that result.
When you are viewing grouped data you can also expand the grouped data node to view the details of that node.
You can configure the order of columns in any way you wish by dragging that column to the location you wish it to be displayed. In this example we have moved the Email Address to be the first field to be displayed in the grid view.
You can complete searches by any of the columns in the data set. Simply type the search string in the text area provided, wait a few seconds and the results will be displayed for you.