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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.