Categories | Question details Back To List | ||
onFilterStart Event I have to find out the index of the filter box and then change the filter level accordingly.Is it possible to find out the index by attaching the onFilterStart event.Could you please provide me the sample code. Thanks in advance. Answer posted by Support on Oct 07, 2008 02:10 >>the index by attaching the onFilterStart event With latest build, the onFilterStart event provides two parameters - the array of indexes and the array for related values, so it can be used in your case Please check sample attached to http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=5376 |