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

RadGrid: Row Selection while Paging

2 Answers 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mihai
Top achievements
Rank 1
Mihai asked on 06 Oct 2011, 08:12 AM
Hello,
My issue is that when coming from anoher page with a Sesssion variable holding a specific DataKeyName I am unable to see the selected item unless the item is on the current page. I want to know if there is a function like NavigateAndSelect(DataKeyName)  that allows me to first navigate to the specific page and then select an item on that page. If no suh functionality is available then is there a workaround for this?
Best solution for us at this moment is a server-side solution.

Thank you

2 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 06 Oct 2011, 09:31 AM
Hello,

There is not any such type of facility available in Radgrid.
For that you can use Radgrid_Prerender event or Page_PreRender Event.

Note : NavigateAndSelect functionality for controls is not possible or Useless or Generate much complacation.Because we can navigate page by so many ways so its difficult to handle this.

Let me know if any concern.

Thanks,
Jayesh Goyani
0
Mihai
Top achievements
Rank 1
answered on 06 Oct 2011, 09:53 AM
Thank you for the quick reply.
At this point I would be very gratefull if you could post an example regarding the navigation between theradgrid's pages and selecting a certain item based on a supplied DataKeyValue

Mihai
Tags
Grid
Asked by
Mihai
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Mihai
Top achievements
Rank 1
Share this question
or