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

How to disable GroupPanel in child grid

1 Answer 66 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Peter Meinl
Top achievements
Rank 1
Peter Meinl asked on 02 Mar 2010, 01:50 PM
How can i disable the GroupPanel in a child grid of a hierarchical grid?

I tried:
myChildTableDefinition.SetValue(RadGridView.ShowGroupPanelProperty, false)
But this does not work.

1 Answer, 1 is accepted

Sort by
0
Accepted
Vlad
Telerik team
answered on 02 Mar 2010, 01:56 PM
Hello,

ShowGroupPanel is a property of GridViewDataControl not on GridViewTableDefinition. Please check this thread for more info on how to achieve your goal:
http://www.telerik.com/community/forums/wpf/gridview/showcolumnfooters-in-hierarchical-gridview.aspx

Regards,
Vlad
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Peter Meinl
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or