Steps:
I have a Rad grid with paging enabled( Say ihave grid with 4pages into it)
Now I select first row in the page 1 then click the sortable coulmn;the grid automatically navigates to page x with the sameselected value.Say it redirects me to page 2 with the same selected row.I dont want the grid to work like this in the above scenario.
My desired output should be something like:
If I select a first row and then click sortable column,the grid should not navigate to different page,rather it should remain on the same page.
Say If I selected row is on page 2 of grid and i click the sortable coulmn.I should be on the page 2 itself and 1st row should remian as selected (may be with different value of sorting is applied).
I have a Rad grid with paging enabled( Say ihave grid with 4pages into it)
Now I select first row in the page 1 then click the sortable coulmn;the grid automatically navigates to page x with the sameselected value.Say it redirects me to page 2 with the same selected row.I dont want the grid to work like this in the above scenario.
My desired output should be something like:
If I select a first row and then click sortable column,the grid should not navigate to different page,rather it should remain on the same page.
Say If I selected row is on page 2 of grid and i click the sortable coulmn.I should be on the page 2 itself and 1st row should remian as selected (may be with different value of sorting is applied).