Hi:
I am trying to implement a RadGrid that provides Drag N Drop functionality. The RadGrid is in a User Control. When I move a row or rows, the RadGrid1_RowDrop code is called every time. However, the first step in RowDrop is to make sure you have the DestinationRow:
In my case e.DestDataItem is always null so the Drag and Drop code never executes. I read somewhere this might have something to do with RadAjaxPanel and RadAjaxLoadingPanel so I changed the Webform code that calls this User Control to:
Still, I always get null. Any suggestions?
Thanks, Dan