Categories | Question details Back To List | ||
Custom Filter with LoadXML I am trying to do select_filter for my grid. I am loading all data including the header using XML. Here is my <head> <head> <beforeInit> <call command="attachHeader"> <param>#text_filter,#text_filter,#combo_filter,#combo_filter,#text_filter</param> </call> </beforeInit> <column type="ro" width="50" id="Col1" align="left">Col1</column> <column type="tree" width="250" id="Col2" align="left">Col2</column> <column type="ro" width="*" id="Col3" align="left">Col3</column> <column type="ro" width="*" id="Col4" align="left">Col4</column> <column type="ro" width="80" id="Col5" align="right">Col5</column> </head> I am getting Object not supported javascript errors. I have included the filter.js, the error is occuring within that file. Is this possible to do? Answer posted by dhtmlx support on Sep 26, 2008 03:46 Please, check if dhtmlxcombo.js and dhtmlxcombo.css are included. |