Hey guys,
I was hoping to have word-wrapping removed for an aggregate row added to the last row of a PdfGrid, so that the sum would not wrap if it ended up being larger than the column. I tried setting the WordWrap property of the PdfStringFormat, unsure of whether it would clip or extend past the column. Instead the text disappeared!
Likewise the WordOnly setting appears to function the same as Word, which does not seem correct.
Is this a known issue? I'm currently working through the Syncfusion.Pdf.NETStandard library, version 16.3.0.29.
Also, can you let me know if the expected behavior will be clipping or text running past the boundries?
Thanks,
-Ricky