Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MmDataGridView AllowUserToAddRows, Delete?
Message
From
01/08/2006 22:44:56
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
MmDataGridView AllowUserToAddRows, Delete?
Miscellaneous
Thread ID:
01142293
Message ID:
01142293
Views:
88
mmDataGridView has these properties turned off:
// 
// mmDataGridView
// 
this.AllowUserToAddRows = false;
this.AllowUserToDeleteRows = false;
Any reason, side effects, not to use these behaviors?
InitializeComponent();

this.grdMyTable.AllowUserToAddRows = true;
this.grdMyTable.AllowUserToDeleteRows = true;
Thanks!
Next
Reply
Map
View

Click here to load this message in the networking platform