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.
Like the follow code :
gridControl1.Model.PopulateValues(GridRangeInfo.Cells(1,1,intNumROW,intNumCOl), Datasource);
when the value of the Datasource is >0 then I will display it ,or I display a blank. How to do this?
ADAdministrator Syncfusion Team October 13, 2003 12:11 PM UTC
You can handle the PrepareViewStyleInfo event and then change e.Style.Text if e.Style.CellValue is less than 0.
Check out the D:\Syncfusion 1.6\Essential Suite\Grid\Samples\DataBound\GDBGMultiHeader sample. It handles the PrepareViewStyleInfo event.
Stefan