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

GridGroupingControl Drag and Drop Issues

I am running to some issues trying to get drag and drop to work properly with a grid grouping control. The behavior seems pretty flaky. I.E. sometimes when i click on the row header drag and drop gets initiated, where as other times it does not.

FYI, I am initiating drag and drop using the mouse down event (as shown in the examples) and each record is on multiple rows. I am including an example environment.

GGcHideRows2.zip

2 Replies

HA haneefm Syncfusion Team July 2, 2007 03:39 PM UTC

Hi Michael,

Below are the forum threads that discusses about the drag & drop of rows in GridGroupingControl and let me know if this helps.
1)http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=49136
2)http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=37074

Also refer these KB article for more details.
1)http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=236
2)http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=235

Best regards,
Haneef


MS Michael Sabin July 2, 2007 05:32 PM UTC

Thanks, I think i figured out the issue. The mosedown event was checking to see if the row was selected. However, if you don't click on the row before trying to initiate the drag and drop, it won't be selected. When I took out that check, it worked the way I wanted it to.

Loader.
Live Chat Icon For mobile
Up arrow icon