I have created an inherited version of the Telerik RadGrid to process programmatic column configuration and build the grid from this.
The grid itself has a column which is templated and contains a link button with the CommandName set to "Select", this is used to fire the SelectedIndexChange event, on which the application redirects the user to another page in the application. This inherited Grid seems to be working fine in all scenarios apart from 1 I have identified.
If the user clicks on a link in the grid they are redirected to a new page, however if they click the Browser back button and click a different link (to go to a different page) the SelectedIndexChanged event is not fired, neither is the LinkButtons click event, the application just posts back to the currently displayed page.
The inherited control is performing all the processing of the column building in an overridden OnInit event if that has any impact on the issue im not sure.
Any help would be most appreciated.
Regards,
Stuart