Is there a way to enable multi-selecting for the HTML select box in the #select_filter mode?
mygrid.attachHeader("#select_filter,#text_filter,#numeric_filter");
Technically it can be done by some code modification, but the built in “select filter” will not understood correctly such mode in any case.
You can use any kind of custom control inside header and just call grid.filterBy with necessary parameters
dhtmlx.com/docs/products/dhtmlxG … grid_fsing
This link appears to be broken. Is there a new location with an example or documentation for having a custom filter in the header that allows you select and filter by multiple values?
Perfect, thanks!