This is a migrated thread and some comments may be shown as answers.

[Solved] Issue with Updating Data in GridView

1 Answer 132 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Carolyn
Top achievements
Rank 1
Carolyn asked on 29 May 2009, 01:07 PM
When editing data in the GridView control, I am performing the following test:

Old Cell Value:  "OldValue"
New CellValue:  "New Value"

When I handle the CellEditEnded event and look at the properties of the GridViewCellEditEndedEventArgs, I see the following property values:

NewData = "New Value"
OldData = "Old Value"

However when I get to the RowEditEnded event and look at the properties for the cell that was edited, I see the following property value:

New Data = "Old Value"

Am I missing something here, or does this appear to be a valid issue?

Thanks....

1 Answer, 1 is accepted

Sort by
0
Nedyalko Nikolov
Telerik team
answered on 01 Jun 2009, 11:49 AM
Hi Joe Dattilo,

I tried with no success to reproduce the issue.
Can you provide me with more detailed info about your scenario or how to simulate the problem?

I'm attaching my test project for your reference.

Kind regards,
Nedyalko Nikolov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Carolyn
Top achievements
Rank 1
Answers by
Nedyalko Nikolov
Telerik team
Share this question
or