This question is locked. New answers and comments are not allowed.
Hello,
i have many grids that are ajax bound. users do apply filtering, grouping, sorting and navigate to different pages. All this information is stored in a cookie. when user comes back i want to show the grid the way user left it the last time he visited the page. for that i have following information set in view data
i want to apply this information on grid through javascript. i have downloaded and run a demo application made available here that performs similar function but there are few issues in the application mainly
it is too old and using older version. A lot has changed since then
Update: I have attached demo apps both with 2011 Q1 and Q2 release. Please have a look
regards
i have many grids that are ajax bound. users do apply filtering, grouping, sorting and navigate to different pages. All this information is stored in a cookie. when user comes back i want to show the grid the way user left it the last time he visited the page. for that i have following information set in view data
ViewData["page"] // ' ', 1, 2, 3 etcViewData["filter"] // ' ', Name~eq~'adeel', Name~startswith~'mu'ViewData["orderBy"] // ' ', Name-asc, Name-desc etcViewData["groupBy"] // ' ' City-asc, City-desci want to apply this information on grid through javascript. i have downloaded and run a demo application made available here that performs similar function but there are few issues in the application mainly
it is too old and using older version. A lot has changed since then
- it throws error when groupBy is present in ViewData
- it applies filtering but does not update the filtering widget of corresponding title
- The techinique described there does not work in Telerik 2011 Q2 2712 release except page navigation
- in 2011 Q1 things work but a little differently
Update: I have attached demo apps both with 2011 Q1 and Q2 release. Please have a look
regards