Categories | Question details Back To List | ||
Is it possible to apply the filteration in treegrid at column level? 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 Answer posted by dhxSupport on Oct 02, 2009 08:37 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 http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:filtering&s[]=filterby |