I currently have a grid with a column that has larger numbers (1000+).
My customer recently asked me to make that column have commas within those numbers. I know you can change the number into a string, however, I do some mathematical work as well with that column, so I would prefer not changing the number from an int to a string and then reverse it again.
The grid I'm using is a Telerik Extensions MVC grid.
Thanks.