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?
 
Back
Top