How to disable one row in datagrid ?

A

Agnes

My datagrid will let the user input the data row by row.
However, there is one row which is read only (it may appear in 2nd row or 4th row.. whatever)

How can I do that ??
Thanks in advance .
 
Z

zacks

My datagrid will let the user input the data row by row.
However, there is one row which is read only (it may appear in 2nd row or4th row.. whatever)

How can I do that ??
Thanks in advance .

Umm, the DataGridViewRow.ReadOnly property maybe?
 
C

Cor Ligthert[MVP]

Zack,

The question was a datagrid, be aware that this is a complete different
control

A datagrid handles datasets, a datagridview datatables

Cor

<[email protected]> schreef in bericht
My datagrid will let the user input the data row by row.
However, there is one row which is read only (it may appear in 2nd row or
4th row.. whatever)

How can I do that ??
Thanks in advance .

Umm, the DataGridViewRow.ReadOnly property maybe?
 

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