Sorry I posted in wrong place.
This is the code segment I have now. I added attachEvent to the grid
which has three combo_filter headers. When I select a value from one
filter, the grid is refreshed, the second filter contains still the old
values which is not relevant any more. What is it I am doing wrong?
mygrid2.attachEvent(“onFilterEnd”,doFilterAgain);
function doFilterAgain()
{
mygrid2.refreshFilters();
}
This is caused by default grid behaviors, to fully solve issue you need to update js file.
Please check
dhtmlx.com/docs/products/kb/inde … ent&q=4025