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

Grouping Columns

2 Answers 45 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mohamed Hussain Nabhan Hussain
Top achievements
Rank 1
Mohamed Hussain Nabhan Hussain asked on 16 Jul 2012, 09:52 AM
Dear Telerik:

Please find attached snapshot of radgridview grouping issue. Its keeps on adding fixed columns in a water fall
structure without any reason.

GroupDescriptor descriptor = new GroupDescriptor();

descriptor.Member = "Location";

rgLFields.GroupDescriptors.Add(descriptor);


Regards,
YS

2 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 16 Jul 2012, 01:36 PM
Hi,

I have tested the grouping scenarios at our WPF Demos, however, I was not able to reproduce such a behaviour. According to this forum thread you have the latest (2012.2 607) version of the RadControls. Would you please confirm that?

May I ask you when do you add the GroupDescriptor (using the code snippet provided)?

All the best,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Dimitrina
Telerik team
answered on 16 Jul 2012, 02:05 PM
Hello,

 In regard to my previous reply, I would like to add that you could use ColumnGroupDescriptor instead. That way only one ColumnGroupDescriptor can be added to the GridView. In this help article you could find examples on how to use a ColumnGroupDescriptor.

All the best,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Mohamed Hussain Nabhan Hussain
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or