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

Adding a control to the GridGroupSplitterColumn Header?

1 Answer 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 10 Oct 2014, 03:34 PM
I've been able to implement an expand/collapse control for all the groups in my grid based on some of the posts I found in this forum. I'm using the client side api and I have a button that I can put either outside of the grid or as a command item in the header of the grid. This is working just fine, great actually. I am just wondering if there is any way that I can add this control to the header of the GridGroupSplitterColumn? I've attached an image and put a red X in the location I am referring to. I can use some jquery to sort of hack something I just wondered if there is any built in way to access this part of the grid. Thanks for any help.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 15 Oct 2014, 10:23 AM
Hello Tim,

Yes, you can place a button in the header of the splitter column, however, if you want to implement expand/collapse all functionality, you can use the following built-in property:
<MasterTableView ... EnableGroupsExpandAll="true">

Here is a similar sample with hierarchy:
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/declarative-relations/defaultcs.aspx

Looking forward to hearing from you.

Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Tim
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or