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''m using Databound grid(2.0.5.0) I would like to change the tect color to red based on a cell value. I change the color at QueryCellInfo event Some of the cells in the grid are of currency type. So, currencytype''s postivecolor\negative color takes precedence over the textcolor i set based on a cell value. Is it the expected behaviour. Thanks
ADAdministrator Syncfusion Team December 14, 2004 08:37 PM UTC
Yes.
In your QueryCellInfo, if you want to change the color of a CurrencyCell, then also set the e.Style.CurrencyEdit properties to what they shoul dbe to reflect your desired colors.