Group: Forum Members
Last Active: 14 Years Ago
Posts: 6,
Visits: 1
|
Hello All, (New to Nevron controls) I am using a NDataGridView control and am having difficulty setting the style for individual cells in the grid. (Actually, I can't even find any docs on the NDataGridView class itself!).
I need to set the cell background color based on the current value of the cell.
What is the proper way to set the background/foreground color of an individual cell?
Thanks, -tomas
|
Group: Forum Members
Last Active: Last Month
Posts: 139,
Visits: 184
|
|
Group: Forum Members
Last Active: 14 Years Ago
Posts: 6,
Visits: 1
|
I found my answer. If I set "EnableCellCustomDraw" to "False", the style I set programatically is observed.
|