This question is locked. New answers and comments are not allowed.
I am using Telerik grid. My form has two check boxes which controls to show the active and closed tasks. When closed task is chosen, the grid will have the list of closed tasks. If the user filters one of the Column values in the grid, then the status of the tasks is lost(both active & closed tasks are shown). FormCollection is null in controller so i am not able to read the closed check box value in controller. This is happening for both paging and filetring events. Is there a way to read the form checkboxes from controller when grid events are fired? Please help. Thanks!