Hi,
How can I change the grouping field text during runtime? To clarify the scenario, let's say the grid looks like this
ColA ColB
1 2
3 4
2 5
....
From the program column names are changed and it looks like:
Column A Column B
1 2
3 4
2 5
This is fine. The trouble comes when "Column A" is dragged for grouping. Grouping is done perfectly. The only concern I have is it is diplaying Grouping Field name as "ColA" rather than "Column A"
Can it be changed programmatically?
Any hint is deeply appreciated.
Thanks lot.
Milan G