Change back color of specific rows in datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to change the backcolor of some specific rows in the DataGrid. I have
seen some samples that do it by overriding Paint method of inherited column
class.

However, I am using typed dataset in my application, so I cannot use
inherited column class to do that.

Is there any other way i can change the color of some rows based on condition?

TIA
- Ambica
 
Back
Top