Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
395
Updating child row in WHDG (but not in database)
posted

Hello,

I use a WHDG with SqlDataSource. I have a problem, that changes in the grid parent rows are updated in the database. In order to do that, made everything mentioned in http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.2/CLR4.0/html/WebHierarchicalDataGrid_Cell_Editing.html . 

But when i change values in a child row the changes do not take place in the database. They only are stored when i add a new child row. Then the update fires.

Has anyone an idea what the problem could be? I use 11.1 of ASP.NET-library.

Thanks

Martin