BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
//For avoid trimming
sfGrid.Model.TableStyle.TextTrimming = TextTrimming.None;
//For TextWrapping |
Hi Joel,Thank you for the confirmation.We could not meet the exact reported use case however, we suspect that the scenario might be occurred due to setting the TextWrapping and TextTrimming for the cells. This can be avoided be setting those properties to none and please make use of the below code.Code example
//For avoid trimmingsfGrid.Model.TableStyle.TextTrimming = TextTrimming.None;//For TextWrappingsfGrid.Model.TableStyle.TextWrapping = TextWrapping.NoWrap; NoteIn order to change the width of the column, the CoumnWidths[index] collection can be used.Please get back to us, if you need any further assistance on this.Arulpriya
Hi Joel,Thank you for the update.We tested the reported use case with IDE11, VisualStudio 2015 and syncfusion version 11.1.x.x by implementing the font style, TextWrapping and TextTrimming options for the grid cells. The TextWrapping and TextTrimming functions are working fine at our end and we request you to refer the provided and video to check whether the replication procedure and code parts are implemented properly as per the reported scenario. If not, please add the codes that are missing which causes the issue and revert us with replication procedure if any. That will be helpful for us to assist you further.Sample/video link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/sample-1009073637Arulpriya