Dynamicly loading Grid filter

Dear Support,



Is it possible to load the grid filters dynamicly with loadXMLString in the area?



Thanks in advanced,

Do you mean you want to load option to the filters dynamically? In such case you can use #combo_filter. You can get reference to this filter with getFilterElement(ind) method. This reference is an instance of dhtmlxCombo object, you can use dhtmlxCombo API to load any necessary option to the combo_filter.
Example available here dhtmlx.com/docs/products/dht … combo.html