We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Drag & Drop events are not working

Hi,
I am trying to save current column order & column size on DragAndDrop event however this event is not getting fired.
Please note that I have set AllowDrop & AllowDragSelectedCols properties to TRUE.!

Thanks,
Kishor


1 Reply

AD Administrator Syncfusion Team December 18, 2007 04:39 PM UTC

AllowDrop is a property that is inherited from the windows forms Control class which enables OLE D&D. The grid does not use OLE D&D to move columns around. To catch the moving of columns in a GridControl, you can use the gridControl1.ColsMoved event. Here is a little sample.




WindowsApplication23.zip

Loader.
Live Chat Icon For mobile
Up arrow icon