Hi Jonah,
We are unable to reproduce the
reported issue at our end. However, you can provide styles inside the razor
page itself. Please refer the below code example and screenshot.
Code Example:
<SfPivotView TValue="ProductDetails" ID="PivotView" Height="400">
</SfPivotView>
<style>
.e-grid
{
font-family: cursive !important;
}
</style>
@code{
}
|
Screenshot:
Meanwhile, we have prepared a
sample with latest package for your reference.
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/BlazorApp-net5856389539
If the problem persists, please reproduce it in the
provided sample and revert to us (or) send your sample that replicates the
problem. This would allow us to investigate the reported problem at our end and
provide a solution as soon as possible.
Regards,
Angelin
Faith Sheeba