while exporting grid to CSV the following column values which starts with 0 ,exclude 0 after they are exported to csv format,where as grid column values are proper with leading 0.
<telerik:GridBoundColumn HeaderText="Code" DataField="Code" UniqueName="Code"
Visible="false" SortExpression="Code" DataType="System.String">
</telerik:GridBoundColumn>
fro excel,i did
e.Cell.Style[
"mso-number-format"] = @"\@";
in
ExcelExportCellFormatting event ,for the same column,so now in excel columns with leading zero are dispyaing correct values,but i m not able to get the same for CSV