Hi Robert,
We have analyzed your query. Your requirement can be achieved by setting AcceptsReturn="True" in GridDataColumnStyle for the visible column you want to add a line break in the current cell.
Example:
<syncfusion:GridDataVisibleColumn MappingName="CustomerID">
<syncfusion:GridDataVisibleColumn.ColumnStyle>
<syncfusion:GridDataColumnStyle AcceptsReturn="True" />
</syncfusion:GridDataVisibleColumn.ColumnStyle>
</syncfusion:GridDataVisibleColumn>
Please let us know if you have any concerns.
Regards,
Thangapriya
Hi Robert,
Sorry for the delay caused.
By default, in our GridDataControl line break can be inserted by pressing [Shift+Enter] key. When AcceptReturn property is set as True in GridDataColumnStyle as previously suggested, line break can be inserted by pressing [Enter] key. We have attached a sample in the following location based on this.
Please let us know if you have any concern.
Regards,
Hi Robert,
We have tested the reported issue with various versions of Essential Studio and we are able to reproduce this issue in 9.4.0.62 and lower versions. This issue has been resolved in 10.1.0.44 and higher versions. We would recommend you to upgrade to any of our higher versions to resolve this issue.
Regards,
Divya.