Posted 31 October 2017, 10:47 am EST
1] When I drag and drop a grid column to the GroupByArea the groups get created but that group column’s value is not shown even when I have set that columns GroupInfo.ColumnVisible = true;
What I am missing?
2] Are there any samples or documentation for the following properties and what does {0} and {1} mean?
GroupInfo.AggregatesText = “{0}”;
GroupInfo.HeaderText = “{1} : {0}”;
GroupInfo.FooterText = “{1} : {0}”;
Thanks