DHTMLX GRID FILTER

Hi.

I have gone through this article
http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&q=3344&ssr=yes&s=filter%20link
and find it useful for me. First i was
populating the grid using addRow(…) function. It works fine for that
approach. Now i am making an xml string and initializing the grid using
parse(xml_string) method (to apply smart rendering). Now the same problem occur for some of the Select
filter values(Some of the values are in the form
“myName^javascript:someFunction();”). How could i solve this problem for this approach.
Regards
Umair Tariq
Xeeonix Tech.

Problem cause by smart rendering mode. When data retrieved directly from unparsed rows, the formatting doesn’t applied to data, which result in raw data strings inside select box.
To fix the sisue you can try to use the attached patch. Just add the file after other ones, or add its content to the end of dhtmlxgrid_filter.js

patch.zip (513 Bytes)