When exporting data to CSV the column is not displaying full data .......................
how wide the column is...user has to increase the height of the
row to get this to display. Most users overlook this and believe that the data
is missing from the Export file.
Code ----
_exportManager.Export(data, exportFormat, new string[] { "----" }, null, true);
export Format == ExportFormat.csv
Please suggest solution for this problem?
how wide the column is...user has to increase the height of the
row to get this to display. Most users overlook this and believe that the data
is missing from the Export file.
Code ----
_exportManager.Export(data, exportFormat, new string[] { "----" }, null, true);
export Format == ExportFormat.csv
Please suggest solution for this problem?