Categories | Question details Back To List | ||
GroupBY and Stat function Hi, i am trying to use group + stat function , something like this. grid.groupBy(2,["#stat_max","#title","","#stat_total","","#cspan","#cspan","#cspan"]); By it is not working. I am using grid version .20 Is this the version problem? Answer posted by dhxSupport on Nov 04, 2009 06:44 groupBy() method is available in PRO version only. To use it you should attach dhtmlxgrid_group.js to your page. To use stat functions you should attach dhtmlxgrid_filter.js to your page. |