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!
Hi,
To get a striped table, add the following attribute to SfGrid: class="table table-striped".
This worked perfectly with Syncfusion.Blazor version 19.3.0.57 and Bootstrap v4.3.1, but this does not work anymore with version 20.1.0.47 and Bootstrap v5.1.0.
To test this:
For the mean time, until the bug is fixed, I have added the following to my stylesheet:
.e-altrow {
background-color: #0000000d;
}