Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Equivalent of AllowAddNew property in VFP to .Net grid
Message
De
30/08/2005 23:51:09
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
 
 
À
30/08/2005 11:19:57
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Versions des environnements
Environment:
C# 1.1
OS:
Windows 2000
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01045089
Message ID:
01045375
Vues:
20
Hi Kevin,

I have tried using the following code:
dsCustomers1.Tables["Customer"].DefaultView.AllowNew = false;

But still it allows to add data using arrow down key.


Rene

>Hi, Rene,
>
>For the datatable bound to the grid, you'll need to do the following:
>
>
MyTable.DefaultView.AllowNew = false
>
>Let me know if that helps
>Kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform