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.
I would like to set the format of some individual cells in the grouping grid (background color and tooltip text). Is there an example that will show me how to do this? I would like to use the value in one column of the data source to determine how to display some other columns.
ADAdministrator Syncfusion Team June 2, 2005 05:57 PM UTC
You use QueryCellStyleInfo to do this. Here is a sample that makes COl1 red if Col0 is greater than 5.
http://www.syncfusion.com/Support/user/uploads/GGC_HideGroups_7ca8fa2.zip
ADAdministrator Syncfusion Team June 2, 2005 07:25 PM UTC