Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Infragistics WebGrid Updating
Message
From
12/07/2005 16:05:05
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01030174
Message ID:
01031876
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform