Hi.
I was looking for a way to select rows in radgrid client side and it works out of the box from samples.
But now i want to change row selection, I'm loading items from database and have an list of previously selected items.
The previous items are the already selected items, so i want to load all items and select the checkboxes for previous items.
So if i have a list of eg. 5 items, i have selected 3 and save, now i load the 5 items and want to select this 3 i already choose previously, but if i do it server side the client side does not reflect this, so how to do this?
Do i need to change all my code to server side row selection?
I was looking for a way to select rows in radgrid client side and it works out of the box from samples.
But now i want to change row selection, I'm loading items from database and have an list of previously selected items.
The previous items are the already selected items, so i want to load all items and select the checkboxes for previous items.
So if i have a list of eg. 5 items, i have selected 3 and save, now i load the 5 items and want to select this 3 i already choose previously, but if i do it server side the client side does not reflect this, so how to do this?
Do i need to change all my code to server side row selection?