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

Hierarchical Grid Updates Not Working

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Eric Turner
Top achievements
Rank 1
Eric Turner asked on 13 Apr 2010, 01:37 PM
I have a hierarchial grid with a single detail table. Allowautomaticupdates = True.   I click on the update link to put the grid in edit mode and change the values.  The stored procedure is called that is defined on the Sqldatasource and the values are passed to the stored proc.  But the values passed are the original values not the updated values.  How do I get the updated values from the grid?  I'm assuming there is a simple trick I am missing but not sure what it is.

Thanks

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 14 Apr 2010, 02:36 PM
Hi Eric,

The new values which the user entered before triggering the Update command can be fetched calling the ExtractValuesFromItem method. Please, note that this approach is applicable for auto-generated grid column editors:
http://www.telerik.com/help/aspnet-ajax/grdretrieveoriginalvaluesforediteditem.html

Best wishes,
Pavlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Eric Turner
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or