Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Goal
To recreate "Word-like" heading styles.
[See image]
Pseudo Code
In a `RowDataBound` event I am adding two styles to the row. `font-size` and `background-color`
The values of the styles are based on a "Heading Level" field in my `TreeData`.
Expected
The Tree to look like the image.
Actual
Only the background color is set. The font remains unchanged.
Razor file is attached.