Hi,
We have a dhtmlxgrid with Headerfilters. Anyone know how to disable client side filtering.
Any pointers will be helpful.
Thanks,
Atul
Hi,
We have a dhtmlxgrid with Headerfilters. Anyone know how to disable client side filtering.
Any pointers will be helpful.
Thanks,
Atul
Hello.
Please, try to use the onFilterStart event.
For example:
grid.attachEvent(“onFilterStart”, function(indexes,values){
return false
});