Hi,
When I enable Drap and Drop for GridViewRow, this stops column header grouping working because it tries to drag the column header instead of performing the grouping action.
Is there any way to fix this?
Thanks
When I enable Drap and Drop for GridViewRow, this stops column header grouping working because it tries to drag the column header instead of performing the grouping action.
<telerik:RadGridView.RowStyle> <Style TargetType="telerik:GridViewRow"> <Setter Property="telerikDragDrop:RadDragAndDropManager.AllowDrag" Value="True" /> </Style></telerik:RadGridView.RowStyle>Is there any way to fix this?
Thanks