This question is locked. New answers and comments are not allowed.
I'm implementing export to excel by using RadGridView's export function.
If type of my data is string and its value is "0123", when exported to excel, it automatically change to number 123.
How can I format column in excel file to keep value from changing like that?
If type of my data is string and its value is "0123", when exported to excel, it automatically change to number 123.
How can I format column in excel file to keep value from changing like that?