I have a custom datagrid with an override for the paint event. The background color of each cell is dependent on the value of the cell. No problem. Grid loads fine.
Now, the cell values can be modified and and I need the color to change as well. I would rather not repaint the entire grid, just the cell that was changed.
Any of you guru's want to offer a suggestion ?
P.S. The grid has one tablestyle with 12 datagridtextboxcolumns
Now, the cell values can be modified and and I need the color to change as well. I would rather not repaint the entire grid, just the cell that was changed.
Any of you guru's want to offer a suggestion ?
P.S. The grid has one tablestyle with 12 datagridtextboxcolumns