Datagrid : No "new line" option ? how to...

  • Thread starter Thread starter Herve MAILLARD
  • Start date Start date
H

Herve MAILLARD

Hi,

My dataGrid is filled by a dataset. I want to modify the data but I don't
want that the user can add a new line...

How can I do ?

Thanks for your help.

H. MAILLARD
 
dataGrid1.ReadOnly = true;

It can then be manipulated programatically and not be modified by the user.
 
Back
Top