This is a migrated thread and some comments may be shown as answers.

Rad Grid - Grouping

1 Answer 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Prasad
Top achievements
Rank 1
Prasad asked on 04 Dec 2008, 07:23 AM
Hi,

How can I implement row-wise grouping in rad grid.

The expected result is as follows: (here the grouping is based on Field1)
----------------------------------------------
Field1         Field2           Field3
----------------------------------------------
val1             Value1          Value2
                   -------------------------------
                   Value3           Value4
                   -------------------------------
                    Value5            Value6
----------------------------------------------
val2              Value7            Value8
----------------------------------------------


Thanks,
Prasad J.

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 08 Dec 2008, 08:46 AM
Hello Prasad,

Unfortunately, such a behavior is not supported for the control out of the box, as this requires a total change in the rendering of the grid.
Another option in this case would be to use the data in the control, and pass it as an altered table, as a datasource to another grid, where the Fields can become columns. This may be something like the approach shown here.

Best wishes,
Yavor
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Prasad
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or