Highlight a row in DataGrid

G

Guus

Hi,

I would to know if it's possible to highlight a particular
row in a DataGrid control, just to show an error in the
input data.

Bye
Guus
 
J

Jon Credit

You can select a row in a DataGrid by calling the Select
method on the grid

dg1.Select(row)

HTH
Jon Credit
 

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