DataGrid

  • Thread starter Thread starter kelvin.koogan
  • Start date Start date
K

kelvin.koogan

With a DataGrid (VS2003) is it possible to stop users adding and
deleting rows? How?

TIA,
KK
 
I would suggest to change over to DataGridView, which has AllowUsetTo...
properties exactly for this purpose.
Otherwise you'll need to code your own processing
 
Back
Top