This is a migrated thread and some comments may be shown as answers.

RadGrid Item Drag and Drop across multiple grid pages

1 Answer 186 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Neil
Top achievements
Rank 1
Neil asked on 24 Sep 2012, 02:22 PM
Hi,

I'm trying to implement a drag and drop for use in sorting records in a grid, similar to the Demo here (But across multiple pages within one grid);

http://demos.telerik.com/aspnet-ajax/grid/examples/programming/draganddrop/defaultcs.aspx 

But I'm struggling to understand how to implement this across multiple grid pages, does anyone have any suggestions on how to do this?

Thanks,
Neil

1 Answer, 1 is accepted

Sort by
0
Neil
Top achievements
Rank 1
answered on 24 Sep 2012, 03:00 PM | edited on 01 Sep 2022, 07:36 AM
I have a feeling I've just answered my own question with some extra searching of the forums with this post;

Drag and drop to different page 

I'll take this as still true, unless there has been an update between that post and the Q3 2010 release I'm currently using
deepak
Top achievements
Rank 1
commented on 29 Aug 2022, 01:41 PM

Hi Neil, Please help me understand the final answer. 

I also had the same scenario where I want to use Drag and Drop feature across paging but not sure if that is possible If it is how we can achieve that?

Thanks

Rumen
Telerik team
commented on 01 Sep 2022, 07:38 AM

Hi gus,

I fixed the non-working link in Neil's reply. The correct one is https://www.telerik.com/forums/drag-and-drop-to-different-page

Here is the support answer which is still valid:

Hi Josh,

The described behavior is achievable, but you need to drop the RadGrid items to some container outside the RadGrid and then move the corresponding datasource items to an appropriate position, so that next time the grid displays, they are on the next/previous page. If we use our online demo as a starting point, you will need to calculate the dragged rows' destination index yourself.


Regards,
Dimo
the Telerik team
Tags
Grid
Asked by
Neil
Top achievements
Rank 1
Answers by
Neil
Top achievements
Rank 1
Share this question
or