or
<telerik:GridHyperLinkColumn DataTextFormatString="{0}"
DataNavigateUrlFields="Question" UniqueName="Question"
HeaderText="Question" DataTextField="Question" >
<ItemStyle Width="200px"/>
</telerik:GridHyperLinkColumn>
HyperLink hyplnkQn = (HyperLink)item["Question"].Controls[0];
hyplnkQn.NavigateUrl =
GeneralDeclaration.Path + GeneralDeclaration.PAGE_ServiceQuestionnaire + "?" + strQueryString;
Dear,
I am trying to server-side select a row in a radgrid which is using paging.
In the radgrid prerender I set a griddataitem.selected = true.
This works fine as long as the selected item gets displayed on the current displayed page.
How can i make the radgrid display the page that contains the selected item ?
Kind regards,
N.
