How do you access other data besides {0} for the grouping column and {2} for the number of rows. I would expect I could access the JSON through a function() {} or something ... any ideas even if it is a little hacky?
...
grouping: true,
groupingView: {
groupField:['GroupByThisField'],
groupText: ['My Group {0} = {1}']
}
...