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

Hey.. Can you tell me how to pass the selected rows of radgrid on another page? i have selected the rows but dont know how to pass on another page

1 Answer 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Azhar Ali
Top achievements
Rank 1
Azhar Ali asked on 15 Dec 2013, 06:37 AM
Hey..  Can you tell me how to pass the selected rows of radgrid on  another page? i have selected the rows but dont know how to pass on another page

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 19 Dec 2013, 07:38 AM
Hello Azhar,

In order to get all selected rows in RadGrid on the server-side you could use the SelectedItems property. If you would like to access the selected rows on the client there is a client-side function get_selectedItems() that returns a collection of all rows marked as selected.

Would you elaborate more on what you mean by "pass on another page"? Could you explain in more detail what scenario you are trying to implement? If you intend to persist the selected items on paging, filtering or sorting this article would be helpful to you.

Regards,
Viktor Tachev
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Azhar Ali
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or