Hello neha,
You can try to add filterable option to the checkedlist filter.
Here is a sample on how you can do it, this is a sample column note the createfilterwidget declaration:
{ text: 'Product', filtertype: 'checkedlist', filteritems: ['Black Tea', 'Green Tea', 'Caffe Latte'], datafield: 'productname',
createfilterwidget: function (column, columnElement, widget) {
widget.jqxDropDownList('filterable', true);
}
}
Though it may not work correctly.
Other than that I don’t think there is another way to do it.
Best Regards,
Vladimir
jQWidgets team
http://www.jqwidgets.com/