Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Infragistics WebGrid Updating
Message
De
12/07/2005 16:05:05
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
ASP.NET
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01030174
Message ID:
01031876
Vues:
18
As I step through the code, it seems that the problem comes when I am trying to update the cell value.

The code
dr[e.Cell.Column.Key] = e.Cell.Value;
shows that the e.Cell.Value is captured, but the e.Cell.Column is undefined value.

If I replace it as
dr["RegionDescription"] = e.Cell.Value;
then it updates just fine.

What do I need to do to the set up of the MMultrawebgrid to map the e.Cell.Column.Key value?

Because you did not mention it in the third party instructions, I am interpreting that I don't set any of the column properties in the Quick Design. Is that true?


Thanks
Sandra
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform