This question is locked. New answers and comments are not allowed.
I'm trying to use the export feature of RadGridView to send data from the grid to Excel. One of the columns is a string type data where it can contain alphanumeric characters. If one of the rows has all numbers that starts with a series of zeros (e.g. 000012345), when it gets exported to Excel the output is only 12345, the zeroes are chopped-off. If it contains letters and numbers (e.g. 00001234a), it exports the entire data in Excel correctly. Is there a way to handle this scenario during exporting (like special code in the RadGridView_Exporting event) so it works both ways?
Thank you,
Reden
Thank you,
Reden
