I have enabled grouping in my SPGridView. If the records in the grouped field contain "&" symbol then the group text is displayed as string encoded. For e.g. if the records in the group by column contain "Cat&Dog" then the group by text is displayed as Cat&Dog
. What I need is to display is Cat&Dog not "Cat&Dog"
in my GroupBy Header text. Please let me know how to resolve this issue.
Thanks Ram