Drag and Drop RadGrid

Posted by Community Admin on 04-Aug-2018 12:53

Drag and Drop RadGrid

All Replies

Posted by Community Admin on 20-Jun-2011 00:00

I am creating a drag and drop radgrid. I am using the code demo from here: demos.telerik.com/.../defaultcs.aspx.

Once a user has dragged over all wanted items I need to insert all records they have chosen. How do I loop through the second gridview and insert all items they had drag and dropped?

Thanks

Jon

Posted by Community Admin on 23-Jun-2011 00:00

Hello Jonathan Perry,

Thank you for contacting us.

In such case, depending on your need you can either access the rows using the RadGrid object(grdShippedOrders) and accessing the rows by grdShippedOrders.MasterTableView.Items.
Or, beacuse in this example the state is reserved in the session, you can use the ShippedOrders property to get access to all the rows in the shipped table.


Hope this helps.

Kind regards,
Genti
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.

This thread is closed