Categories | Question details Back To List | ||
#combo_filter header 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(); } Answer posted by Support on Jul 11, 2008 08:00 This is caused by default grid behaviors, to fully solve issue you need to update js file. Please check http://dhtmlx.com/docs/products/kb/index.shtml?cat=recent&q=4025 |