Grid control

This issue is about windows grid control. I need one simple feature. That’s to sort column by clicking it only, without selection, which is work fine , and at the same time, to have ability to move column around on mouse down. If any body has quick solution, please post code sample. Thanks.

3 Replies

ST stanleyj Syncfusion Team January 10, 2006 04:00 PM UTC

Hi Roman, Have you tried DragColumnHeader in the ControllerOptions. this.gridControl1.ControllerOptions = GridControllerOptions.All | GridControllerOptions.DragColumnHeader; Regards, Stanley


AD Administrator Syncfusion Team January 10, 2006 04:59 PM UTC

there is no such definition DragColumnHeader >Hi Roman, > >Have you tried DragColumnHeader in the ControllerOptions. > >this.gridControl1.ControllerOptions = GridControllerOptions.All | GridControllerOptions.DragColumnHeader; > >Regards, >Stanley


ST stanleyj Syncfusion Team January 11, 2006 05:25 AM UTC

Hi Roman, DragColumnHeader was introduced in 3.3. The other option that works with selection is AllowDragSelectedCols. 4.4 beta 3 is available in the link below. http://www.syncfusion.com/Support/forums/message.aspx?MessageID=39029 Best regards, Stanley

Loader.
Up arrow icon