Data can be grouped according to several criteria effectively creating a tree of groups with the leaf nodes holding the actual data records. Users can group data by dragging a column header and dropping it in the group area above the Silverlight grid. Users can also rearrange the grouping headers in the group area (again by dragging and dropping).
The grid supports UI virtualization even when grouping, thus saving memory and reducing load time.
To empower users to get more value from their data the Silverlight grid provides aggregates display that calculate values taking into account every data item in the group. You can add a variety of aggregate functions, such as Sum, Count, Min, Max, Average, etc, to your data model and see the results they produce in the RadGridView. Of course, in the spirit of Silverlight, aggregate result display is fully customizable.
I like your blog on grid view data.I think gridview options enhance .net grid with the help of we can easily do editing,sorting of data.I have also read a lot about .net grid on http://dapfor.com/en/net-suite/net-grid
ReplyDeleteGridView data binding in C#.NET
ReplyDelete