BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<style>
.e-grid {
font-family: cursive !important;
}
</style> |
Hello Manikandan,
I looked at the sample.
The suggested code in _Host.cshtml returns a warning:
Warning Element 'style' cannot be nested inside element 'html'.
Is there a better place to put it. Like somewhere in the css fold
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