In the jqgrid filter toolbar textbox search is working perfectly.. i want to include the checkboxes instead of textbox for search.
how to create? plz explain me..
thanks in advance..
In the jqgrid filter toolbar textbox search is working perfectly.. i want to include the checkboxes instead of textbox for search.
how to create? plz explain me..
thanks in advance..
In the filter toolbar you should better use select element with three values: "checked" , "unchecked" and "no filter" (see http://stackoverflow.com/questions/3167179/how-can-i-add-a-select-all-option-to-a-jqgrid-select-toolbar-filter). Of cause you should choose the texts which better corresponds the contain or the name of the column. If you will have only two values like the checkbox has, that you will always have filtering on the column with the checkbox.