This question is locked. New answers and comments are not allowed.
Hi there,
I m working on MVVM patter, i have a RadGridView whose rows/records are coming from RadDataPager which is ultimately getting the data from its view model by binding it to that.
What i want is like suppose i have 10 pages in RadGridView and each page contains 10 records, now if i select 5th record on 1st page then i navigate to the next page when i come back to the 1st page again i want that 5th record to be selected as i have selected that before navigating to the next page. But when i come back to the page it does not remember its selection. On Page Change it Resets the Selected Item to Null.............. Can u please Help me how to achieve this functionality ?????? its really urgent .. Give me a code Example if possible !
I m working on MVVM patter, i have a RadGridView whose rows/records are coming from RadDataPager which is ultimately getting the data from its view model by binding it to that.
What i want is like suppose i have 10 pages in RadGridView and each page contains 10 records, now if i select 5th record on 1st page then i navigate to the next page when i come back to the 1st page again i want that 5th record to be selected as i have selected that before navigating to the next page. But when i come back to the page it does not remember its selection. On Page Change it Resets the Selected Item to Null.............. Can u please Help me how to achieve this functionality ?????? its really urgent .. Give me a code Example if possible !