How can i set Grouping Text for different Rows
Eg:
Balcony
Rows 1 2 3 4 5 6 7 8 9 10
Rows 1 2 3 4 5 6 7 8 9 10
Rows 1 2 3 4 5 6 7 8 9 10
Ist Class
Rows 1 2 3 4 5 6 7 8 9 10
Rows 1 2 3 4 5 6 7 8 9 10
Loading
priya jainPosted Jun 1, 2013, 2:33 AM
The data grid also supports grouping. To enable grouping you have to define a CollectionView that contains to least one GroupDescription that defines the criterias how to group.
Second thing you need to do is defining a template how the groups should look like. You can do this by setting the GroupStyle to something like the following snippet.
amarnath reddy ambatiPosted Aug 13, 2013, 4:51 AM