I am using 2.5 treegrid version , I want to apply the filter " treegrid.setFilrationLevel(-1);" but at column level (Specific column only- tree type column only not all column).
Thanks,
-Nikhil
Unfortunately it’s impossible to do with setFilrationLevel() method. But you can implement any custom filter you need using filterBy() method. Please find more information here dhtmlx.com/dhxdocs/doku.php?id=d … iltering&s[]=filterby