How to disable one row in datagrid ?

  • Thread starter Thread starter Agnes
  • Start date Start date
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 .
 
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?
 
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

Back
Top