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

Use GridViewGroupPanel outside the Grid

3 Answers 89 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.
Scott
Top achievements
Rank 1
Scott asked on 21 Mar 2012, 05:59 AM
I would like to place the GridViewGroupPanel control that is used inside the grid in another portion of my UserControl. I have put a GridViewGroupPanel on my page but I don't know if it is possible to bind or otherwise link this GridViewGroupPanel to my grid.

Is this possible or should I look at some other approach?

I tried the following and it is close. When I drag a column to the internal GridViewGroupPanel, the external group panel will show the column added but it is acting like it is read only.

<

telerik:GridViewGroupPanel 
    ItemsSource="{Binding ElementName=GridView,Path=GroupDescriptors,Mode=TwoWay}"
 />

 


3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 21 Mar 2012, 07:44 AM
Hi,

 I'm afraid that the grid group panel is tightly coupled with RadGridView. You cannot use it separately. 

All the best,
Vlad
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Scott
Top achievements
Rank 1
answered on 21 Mar 2012, 05:12 PM
Thanks Vlad for the reply.
So if I cannot use the GridViewGroupPanel would it be possible to drag column headers to another control and setup a group descriptor myself? Do you have an example of doing this?
0
Vlad
Telerik team
answered on 23 Mar 2012, 08:26 AM
Hi,

 I'm not sure what is exactly your scenario however I can suggest you to use our Drag & Drop framework if you want to extend the built-in Drag & Drop capabilities of our components. Please refer to our demos and documentation for more info. 

Regards,
Vlad
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
GridView
Asked by
Scott
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Scott
Top achievements
Rank 1
Share this question
or