This question is locked. New answers and comments are not allowed.
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.
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}"
/>