Filtering

Hi Team,



Is there any way to get which filter selected while using mygrid.attachEvent(“onFilterStart”,function(a,b))?



Thanks



-Agile

You can get only current values of all filters.
Event will have the same parameters without relation to last activated filter ( it hardly detectable even from inner grid’s code )
The only possible solution - store old value and compare it with new - value in array “b”, which was changed after last time, most probably related to last activated filter.