Categories | Question details Back To List | ||
DHTMLX grid: Bugs with paging and groupby Hi, dhtmlxgrid.js //v.2.0 build 81107 When I use paging, when grouping by col, when I change a page: - 1 - the group is lost and must call each time groupBy (so, why not ...) - 2 - the custom function for group format (mygrid.customGroupFormat=MyGroupFunction) is called for each lines, with bad parameters, decreasing perf. Regards Francillo Answer posted by dhxSupport on Sep 25, 2009 08:58 This is known issue. groupBy() method is incompatible with enableSmartRendering, enablePaging and enableDistributedParsing methods. |