Grouping by value

Hi,



i’m trying to use grouping by value. Is it possible to change the label of a group?



Thanks in advance!

Yes, it is.
It can be done by setting custom group format.

grid.customGroupFormat=function(text,count){

	<br>

    return “Grouped by “+text+”, there are “+count+” related records”


};

Please, see the sample in the documentation: dhtmlxGrid/samples/extended_modes/pro_group_custom_format.html