EuGrid: Coloring Rows by Row Data
- Posted by euphoric (admin) Jul 09, 2010
- 2026 views
I'd like to color the rows of a EuGrid control according to data found in the row. For example, if column 1 contains a "1," then color is Green. If column 1 contains a "0," then color is Yellow.
I've tried intercepting a w32HEvent for the EuGrid, then acting on the EGW_CELLFORMAT message, but I can't figure it out.
Anybody know of or have a way to do this?