tags:

views:

190

answers:

1

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..

A: 

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.

Oleg
i want to include the staff names in the checkboxes. more than 15 checkboxes will be display there. depends on the checkbox selection data will be filter. checkbox selection may be single or multiple. moreover checkbox values will display from Array. Is it possible in JQGRID? thanks....
jerry