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
This is known issue. groupBy() method is incompatible with enableSmartRendering, enablePaging and enableDistributedParsing methods.