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

ShowGroupPanel in Hierarchy Table

4 Answers 87 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Adiel
Top achievements
Rank 2
Adiel asked on 07 May 2009, 11:13 AM
Hi
I have 2 related tables in hierarchy.
I can set ShowGroupPanel On main table to false.
How can I set this to false (default = true) on child table?
Thanks
Adiel

4 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 08 May 2009, 07:13 AM
Hello Adiel,

Please check the attached example and let me know how it goes.

Kind regards,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Adiel
Top achievements
Rank 2
answered on 10 May 2009, 06:41 AM
Hi
Thanks
That's exaclly wath I've been looking for.
Adiel
0
Steve
Top achievements
Rank 2
answered on 08 Apr 2010, 07:18 PM
How do I implement this in my code-behind C# page instead of in XAML?

For example, I can easily turn off Column Headers and Group Panels for the parent table:

gvParent.ShowColumnHeaders = false;
gvParent.ShowGroupPanel = false;

How would I do the same in the child table?

Thanks!
0
Vlad
Telerik team
answered on 09 Apr 2010, 06:24 AM
Hello,

You can use DataLoading event similar to this demo.

Best wishes,
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
Adiel
Top achievements
Rank 2
Answers by
Vlad
Telerik team
Adiel
Top achievements
Rank 2
Steve
Top achievements
Rank 2
Share this question
or