K kelvin.koogan Jul 4, 2007 #1 With a DataGrid (VS2003) is it possible to stop users adding and deleting rows? How? TIA, KK
A AlexS Jul 4, 2007 #2 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
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