How to disable HTML tags in Blazor Gantt Chart notes

Answer:

We can disable HTML tags by using the property DisableHtmlEncode as like below code example.

<SfGantt @ref="Gantt" ID= "Gantt" DisableHtmlEncode="false" >

//...

SfGantt>



Loader.
Up arrow icon