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.

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
dhtmlx.com/docs/products/kb/inde … mal&q=5376