Visual Studio 2010, C#, Telerik 2012.2.814.40
Master page with RadAjaxManager
Content page with RadAjaxManagerProxy
- Start up - Default Page_Load triggered: Check
- Expand row in grid - Page_Load triggered: Check
- Navigate away from page, click back button - Page_Load not triggered
- Click to Expand row - Page_Load triggered, but row does not expand (this also happens when I try and filter)
- Click to Expand row again - Page_Load triggered and row expands
This is not an issue in FireFox or Chrome. It seems that when I navigate away from the page with the Grid and click the back button to go back, the Grid won't work the first time (Row expand, filtertemplate, etc..)