
I have a form with Grid/Item Drag-and-Drop which works on Computer but doesn't work on iPad. Is there any way to make it work? If not, do any of upcoming releases will have Grid/Items Drag-and-Drop support for iPad?
Thank you.
6 Answers, 1 is accepted
Item drag and drop is currently not supported on mobile devices. In the upcoming release we plan to add support for column reordering and grouping in the grid via drag and drop. We will consider supporting items drag and drop for future releases of the controls.
Kind regards,Marin
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Are there any updates on this topic? Is there an expected day of release with Mobile support?
Thanks
Hakan
Yes, we added support for items and columns drag-drop in RadGrid (on iPad) in the latest release of the controls. You can check it out in this demo:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/draganddrop/defaultcs.aspx
Currently only column resizing is not supported yet, but we also plan to add in this in the future.
Marin
the Telerik team

I just looked at this example with my IPad2 & it doesn't work. You select the row by tapping on it and when you try to drag it all that happens is the the Pending Orders grid scrolls.....no dropping.
Roger
This is because the grid in the demo has scrolling and items drag-drop enabled. They are performed by the same action - dragging a finger on the rows of the grid. If you need to have both items drag-drop and scrolling you have to use the GridDragDropColumn (on the demo it can be enabled through the checkbox in the upper right corner). Then you can drag items by using the drag clue on the left of each item, and scrolling will be performed on the whole other area of the items.
On the demo you might also notice that an item is positioned too low while dragging it - this is a known issue specific to the layout of the demo page. We are working to resolve it.
Marin
the Telerik team

yes...you're correct...I didn't know what the little dotted column was for...you can selet this and drag it accross....I see the difficulties in interpreting a scoll drag and a row drag on a mobile device now. It works fine.
Roger