Below is a sample grid grouped on the Category column.
How do I change the caption to now show the column name and the number of items in the group?
So in the example above, only TEST X and TEST Y are the only ones written on the group text.
Thanks,
You need to change the GroupByRowDescriptionMask. Here is mine:
DisplayLayout.Override.GroupByRowDescriptionMask = "[caption] : [value], [count] [count,פריטים,פריט,פריטים]";
Worked like a charm! Thanks!!!