AD
Administrator
Syncfusion Team
November 10, 2005 10:22 AM UTC
If you are using version 3.3, you can both drag a column (just by mousing down on a column header and dragging - you do not have to select the columns first) and sort on a single click using these property settings:
this.gridDataBoundGrid1.ControllerOptions |= GridControllerOptions.DragColumnHeader;
this.gridDataBoundGrid1.SortBehavior = GridSortBehavior.SingleClick;
AD
Administrator
Syncfusion Team
November 10, 2005 10:53 AM UTC
Clay thanks a lot !
It''s ok.
>If you are using version 3.3, you can both drag a column (just by mousing down on a column header and dragging - you do not have to select the columns first) and sort on a single click using these property settings:
>
>this.gridDataBoundGrid1.ControllerOptions |= GridControllerOptions.DragColumnHeader;
>this.gridDataBoundGrid1.SortBehavior = GridSortBehavior.SingleClick;
>