Hi,
Hi,
I need to export excel.
I am using RadGrid1.MasterTableView.ExportToExcel();
Everything is ok. I can export. But one of my columns is 25-26 digit. For example
My grid is;
Barcode(datatype:text)--------------code(datetype:text)
10105570021112201100001------125
10105570072610201100001------110
10105570020112201100001------165
When I push the button. My excel is coming this type.
Barcode----------------Code
1.01056E+22 ---------125
1.01056E+22----------110
1.01056E+22-----------165
After export. İf I change "format cells" in the excel. My barcode is changing this type
10105570021112200000000
10105570072610200000000
10105570020112200000000
How can ı solve?
p.s.: Sorry my english
Hi,
I need to export excel.
I am using RadGrid1.MasterTableView.ExportToExcel();
Everything is ok. I can export. But one of my columns is 25-26 digit. For example
My grid is;
Barcode(datatype:text)--------------code(datetype:text)
10105570021112201100001------125
10105570072610201100001------110
10105570020112201100001------165
When I push the button. My excel is coming this type.
Barcode----------------Code
1.01056E+22 ---------125
1.01056E+22----------110
1.01056E+22-----------165
After export. İf I change "format cells" in the excel. My barcode is changing this type
10105570021112200000000
10105570072610200000000
10105570020112200000000
How can ı solve?
p.s.: Sorry my english