Checkbox state in server side paging and sorting.
Checkbox state in server side paging and sorting.
Hi all,
I have single checkbox along with three other columns in the datatable grid.Im doing server side paging,sorting,searching.Im developing this using asp.net mvc.
How to hold the state of the checkboxes that are selected.
Thanks in advance
chandu
I have single checkbox along with three other columns in the datatable grid.Im doing server side paging,sorting,searching.Im developing this using asp.net mvc.
How to hold the state of the checkboxes that are selected.
Thanks in advance
chandu
This discussion has been closed.
Replies
Implementation could be as simple as holding state in an array (only need to maintain checked boxes, can delete elements that are/become empty) and applying the state on every page draw.
I'm incredibly busy lately with about 5 projects so I'm not volunteering.