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

Moving selected rows of one grid ro another grid in client side

2 Answers 157 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Gopinath
Top achievements
Rank 2
Gopinath asked on 14 Sep 2011, 07:17 AM
Hello,

I need to move the selected rows of one grid to another grid and vice versa. Since the data is more when i implement that in server side it is taking time . So i need to implement in client side. In web i come to know that how to select rows in client side and retrieve the values of selected rows. But i dont know how to move the selected rows to another grid . If any one can provide sample data that will be great help. I am attaching the screen on which i am working.

* As per standards of my project i should not use the List box and i should use only Grid


Thanks
Gopinath

2 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 14 Sep 2011, 12:26 PM
Hi Gopinath,

Moving rows from one grid to another purely client-side is not supported by our AJAX web grid. This is because even if it is possible something with custom js code, any changes made in the structure of the grids will be lost on following postbacks.

Your options are either to:
  • Utilize the drag and drop feature of RadGrid as presented here.
    or
  • implement dual listbox functionality as demonstrated in this code library.

Best regards,

Sebastian
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
0
Gopinath
Top achievements
Rank 2
answered on 30 Sep 2011, 11:52 AM
Thank you so much!!
Tags
Grid
Asked by
Gopinath
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
Gopinath
Top achievements
Rank 2
Share this question
or