The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator Syncfusion Team April 20, 2004 12:19 PM
To set gradient colors in a GridControl cell, you need to set the
grid[2,2].Interior = new BrushInfo(GradientStyle.Backwards, Color.Yellow, Color.Blue);
But in a GridDataBoundGrid, you cannot set style properties directly on a individual cell. Instead, you would use the technique in the KB referenced below to set the Interior property. The KB discusses setting the BackCOlor property, but you can also set the Interior property the same way.
http://www.syncfusion.com/Support/article.aspx?id=560