Checkbox state in server side paging and sorting.

Checkbox state in server side paging and sorting.

bobwithbobwith Posts: 1Questions: 0Answers: 0
edited August 2011 in General
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

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    This is becoming a very common request. Someone could/should write a plug-in or example to be posted on this website.

    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.
  • ganapathy_paulrajganapathy_paulraj Posts: 16Questions: 0Answers: 0
    edited September 2011
    Yes fbas exactly,, i want this feature.
This discussion has been closed.