I am curious how to do the following:
I have a wingrid with 24 columns and 50 rows.
All values are floats
When a user selects certain cells I would like the selected backcolor to be red if the number is < 0 and green if > 0 (allow multiple cell selections and paint the specific color according to the comdition). Any ideas?
Hi,
There's no way to change the Selected color for a single cell. At least, no way via a property setting.
You can do this using a DrawFilter, though. Check out this threadfor more info:
DrawFilter for Backcolor - Infragistics Forums