how to change the colur of datagridview control column and rows
c#.net control ,datagridview
Collapse
This topic is closed.
X
X
-
sridhar kumarTags: None
-
Matthias Krug
Re: c#.net control ,datagridview
sridhar kumar schrieb:how to change the colur of datagridview control column and rows
in advance. There also is RowTemplate which has a CellStyle, and
RowsDefaultCell Style.
If you want to change colours at runtime, you could have a look at the
BeforeCellPaint event.
Comment