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

[Solved] How to hide grouped column

0 Answers 149 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Hao
Top achievements
Rank 1
Hao asked on 14 Dec 2011, 11:14 PM
Hi Telerik,

I have found one similar article for this issue (http://www.telerik.com/community/forums/silverlight/gridview/hide-grouped-column.aspx). However this is for the old telerik version.

RadGridView now generates the new ColumnGroupDescriptor by default, which lacks the Member and AggregateFunctions properties of GroupDescriptor and instead relies on its Column. It means c.UniqueName == e.GroupDescriptor.Member     won't work now.

So, would like to tell me how can I achieve hiding grouped column function?

Thank you very much!
Tags
GridView
Asked by
Hao
Top achievements
Rank 1
Share this question
or