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 have seen the FAQ on how to color an individual cell based on it's value, but how about the entire row background color based on a value in some cell???
Thanks,
Pete
> I have seen the FAQ on how to color an individual cell based on it's value, but how about the entire row background color based on a value in some cell???
Oh, we're talking DataGrid here.
Thanks,
Pete
CBClay Burch Syncfusion Team August 13, 2002 08:46 AM UTC
The code in the FAQ will work for any collection of cells, rows or columns. The idea of the FAQ is: If the cell satisfies a condition that you specify, then it gets colored. If you set the condition as being in a certain row, then that row gets colored.