Hiding grouped row count in powergrid

Hi all,

We’ve been trying to use pre-set groups in the powergrid, but when I do that, the number of nodes that are in that group is displayed behind the key that is shown. We’re using a custom rowGroupRendererFunc to display the data, where I don’t add this to the text that should be shown, but still it is displayed like this. Does anyone know how I can get rid of it?

[attachment=0]ex.png[/attachment]

Thanks in advance!
Mees

Hi,
Try adding this to your CSS , it fixed it for me

.ag-group-child-count {
display: none;
}