in code behind, the following code will export the radgrid data to excel file.
but all the text had been wrap.
if i manually select all the data and then click "Wrap Text" button to disable wrap text. the data seems good.
how can i disable the wrap function during export ? thanks
but all the text had been wrap.
RadGrid1.ExportSettings.ExportOnlyData = True
RadGrid1.ExportSettings.IgnorePaging = True
RadGrid1.MasterTableView.ExportToExcel()
if i manually select all the data and then click "Wrap Text" button to disable wrap text. the data seems good.
how can i disable the wrap function during export ? thanks