DataGrid - readOnly

  • Thread starter Thread starter Guest
  • Start date Start date
Jan,

I think this will work for you... Get the currency manager for your grid,
and set the AllowNew property to false like this:

((DataView)cm.List).AllowNew = false;

WNC
 
Back
Top