DataGrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In dataGrid when I move down until last row, the dataGrid add automaticaly new row, how can I disable this feature.
 
Hi Yosi,

At the top of my head I seem to remember you need to use a DataView and set AllowNew to false. I may not be able to trust my memory though.
 
Back
Top