Hi,
I have set "AllowMultipleRowSelection" to true. However, in my case, when user browse to different page to select different item on each page, they may end up forget which items that they might have previously selected, (I set it up so that the row selected state is maintained across postback/sort/page changing/ etc).
The solution that I can think of is that we can sort the Grid based on the GridClientSelect column, in which it will sort the items based on their selected state, so that user be able to see every item that they have previously selected, be lined up before other non-selected items.
Thanks All.
Lamk
I have set "AllowMultipleRowSelection" to true. However, in my case, when user browse to different page to select different item on each page, they may end up forget which items that they might have previously selected, (I set it up so that the row selected state is maintained across postback/sort/page changing/ etc).
The solution that I can think of is that we can sort the Grid based on the GridClientSelect column, in which it will sort the items based on their selected state, so that user be able to see every item that they have previously selected, be lined up before other non-selected items.
Thanks All.
Lamk