The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
How can we break the header text into two lines. Previously I used <br> tag. But currently not working on that after packages update. Any solution for this?
SSSeeni Sakthi Kumar Seeni Raj Syncfusion Team January 17, 2020 09:19 AM UTC
Hi Shamil,
Greetings from Syncfusion.
From the v17.3.26, we have set the Grid’s column.disableHtmlEncode to true (as default), which will show the br or any HTML as string in the headerText of the Grid columns. Refer to the following release notes.
If you would like to use the br with the HTML encode, set the disableHtmlEncode property as false. Refer to the documentation for the disableHtmlEncode.
From the v17.3.26, we have set the Grid’s column.disableHtmlEncode to true (as default), which will show the br or any HTML as string in the headerText of the Grid columns. Refer to the following release notes.
If you would like to use the br with the HTML encode, set the disableHtmlEncode property as false. Refer to the documentation for the disableHtmlEncode.