DataGrid repaint problem
Hi Guys,
I am trying to change a value in a particular cell with different color. For this I tried an example from MSDN in which the author implements a calss that inherits from
DataGridTextBoxColumn with only one method
PaintCol(g, cellRect, cm, hi.Row, bBrush, fBrush, false);
that in turn calls the base class paint method with my desired text and backGround color.
The function call prints the text with the specified color but soon after because of the implicit call to the paint method the cell repaint with the default color.
Could anybody know how to do so.
Andrzej WegierskiPosted Sep 28, 2004, 4:13 AM
malik.aamirPosted Sep 27, 2004, 8:46 AM
Andrzej WegierskiPosted Sep 24, 2004, 8:41 AM
malik.aamirPosted Sep 23, 2004, 5:48 AM
Andrzej WegierskiPosted Sep 23, 2004, 3:15 AM