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!
Add an attribute to hide and show the header for the SfGrid element.
For example like this:
<SfGrid EnableHeader="false">
...
</SfGrid>This way of hiding headers is way more intuitive than overriding a specific set of css-rules like shown in the docs. It also looks cleaner in the code because no additional css would need to be added by the user.
I my case for example:
This is especially useful in a project that uses a lot of different SfGrids (some with, some without headers) because no unique IDs have to be set.