Change back color of specific rows in datagrid

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top