I have a RadTabStrip, and am dynamically loading page views on deman when the user clicks on each tab ( using the telerik example as a guide ).
The problem is that the RadGrid does not maintain the selected row across postbacks.
For example, if I dyanmically load a page view with a grid inside of it, and click the row, the row is selected.
When I click on a different tab, it does an async postback to generate the pageview contents. All works fine.
However, when I click back to the previous tab with the RadGrid, the tab is no longer selected.
Is there something I need to do in order to maintain the selected row in this use case?
The problem is that the RadGrid does not maintain the selected row across postbacks.
For example, if I dyanmically load a page view with a grid inside of it, and click the row, the row is selected.
When I click on a different tab, it does an async postback to generate the pageview contents. All works fine.
However, when I click back to the previous tab with the RadGrid, the tab is no longer selected.
Is there something I need to do in order to maintain the selected row in this use case?