TextColor

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

1 Reply

AD Administrator 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.

Loader.
Up arrow icon