Exporting data from the grid control to a csv file can truncate columns. This
is because the header was limited to 256 characters. Header names can be up
to eight charcaters long and are enclosed in quotes, delimited by commas so
the limit can be reached after 23 variables
|