we update the data on the client and then process all changes on the server with a Grid /Client Edit with single batch update .
we are using this link http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/clienteditbatchupdates/defaultcs.aspx
we have one problem,how to persist focus on grid pager when we update record on one page ie pager index 1 and move to second page ie pager index 2,when we again go back to previous record ie on page 1 in grid it will go to page 1 but pager index is not updated it still focus on pager index 2. How to persist focus to pager index to previous page .
we are using this link http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/clienteditbatchupdates/defaultcs.aspx
we have one problem,how to persist focus on grid pager when we update record on one page ie pager index 1 and move to second page ie pager index 2,when we again go back to previous record ie on page 1 in grid it will go to page 1 but pager index is not updated it still focus on pager index 2. How to persist focus to pager index to previous page .