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
955
Parent row not updating
posted

I have an UltraWebGrid inside an WebAsyncRefreshPanel. The grid's ViewType is set to Hierarchical. Everything looks exactly the way I want it to, but is not updating the database. The grid is tied to a WebHierarchicalDataSource that is tied to two SQLDataSources (SQLDataSource_Parent and SQLDataSource_Child). None of the child fields are updatable, and there is only one field in the parent rows that is updatable...and it is a checkbox. When the box is checked, the refresh image appears and then disappears...but the SQL table is not getting updated. I have several other webgrid's that are updating fine, but they are all flat not hierarchical.

Can anyone please help me?