I hve a RadGrid which has GridTemplate Columns that have a label inside them. The database pulls back an integer, in the code behind I change the value of the int to a string which works great.
However, when I do my grouping the integer shows up in the grouped header and not the string.
How can I get the string to show up like it does in the grid and not the integer without having to change it in the SQL?
Thanks
However, when I do my grouping the integer shows up in the grouped header and not the string.
How can I get the string to show up like it does in the grid and not the integer without having to change it in the SQL?
Thanks