Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MmDataGridView AllowUserToAddRows, Delete?
Message
De
01/08/2006 22:44:56
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
MmDataGridView AllowUserToAddRows, Delete?
Divers
Thread ID:
01142293
Message ID:
01142293
Vues:
87
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!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform