SmartRendering incompatible with groupBy ?

Hi all,

Does anyone know if the smartRendering function is incompatible with the groupBy function ?

unfortunately you’re right.

groupBy method is incompatible with enableSmartRendering, enablePaging and enableDistributedParsing methods.

Is there a way I can use smart rendering and groupby feature together

Unfortunately there is no way to get them work together.

groupBy feature groups rows that are already loaded. But the feature of smart rendering is not to load those rows that are not visible.

Has this been fixed in v4.6?

No, the mentioned limitation is not fixed.
Also, it is not available to fix it in the near future.