Categories | Question details Back To List | ||
Filtering in Grid Hi, I initialize a gid in the following way . mygrid = new D('gridbox'); and load it as mygrid.bD("a.xml"); Now I want to perform filtering on it . But its not working . However I noted that If I create a grid in this way mygrid=new dhtmlxGridObject("gridBox"); and loaded it as mygrid.loadXML("a.xml"); then filtering works but in this case grouping not works. What I should do to perform filtering in grid create by statement as mygrid = new D('gridbox'); Regsrds Answer posted by dhxSupport on Apr 06, 2009 01:36 It seems that you are using obfuscated version of dhtmlxgrid.js taken from dhtmlx.com instead of correct file from full package. Obfuscated version can work only with other obfuscated files and can't be used with not-obfuscated js files. Grid filtering works well with Standart version of dhtmlxGrid. Standart version you can download here http://www.dhtmlx.com/docs/products/dhtmlxGrid/index.shtml Grid grouping is part of PRO version. To get PRO version of dhtmlxGrid please contact sales@dhtmlx.com |