Categories | Question details Back To List | ||
dhtmlxGrid select filter 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"); Answer posted by Support on Aug 28, 2008 06:43 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 |