I need to allow drag and drop in my DataGrid, but I have a lot of item renderer and item editor that makes conflicts with events when dragging.
So, I want to restrict the activation of drag and drop in the first column ?
Do you have any advice for doing that ?
Thanks
Add dragStart event handler to datagrid like this: