FNCGrid cell display truncation

Is there a way to have a string field truncated at the edge of the cell instead of at the last blank in the string when exporting to PDF ?

The data is like 'Input 001 nnnnnnnnnnn'. This is displayed correctly in the grid, but appears as 'Input 001' when exported.

Or is there a calculation that can be done to make sure the width of the column when displayed is adequate to display all the data when exported ?

TIA
Sue

Hi,

Truncation happens based on the width of the cell, the spaces inside the text. Truncation is not identical to that in the grid. If you want to have the full text available in the export you could use the AutoSizeColumns applied before exporting.

Thanks. I will try this.