We want to use all the great AJAX features on the grid for sorting, paging, grouping, etc. Let's assume a user opens a page in our application with an AJAX-enabled grid and sorts on several columns and pages within the dataset several pages. Now the user double clicks a record which results in a navigation to a different page for more detail. Now, the user wants to go back to the grid so they click the Back button in the browser. I want to make sure my user returns back to page 2 with the appropriate sorting criteria applied. Does the Telerik grid place entries in the browser history that record the sequence of events (sorting and paging) prior to drilling down to the different page? Is this sort of functionality built-in to the grid so we don't have to worry about maintaining some session state on the server?