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
895
Can not update the database, the RowUpdating event never fires.
posted

I have a Access database bound to the WebHierarchicalDataGrid via a WebHierarcicalDataSource, there are two related tables showing up as two bands and I can correctly see the data. Now I want to edit my data. We are using VS2010 with Infragistics ASP 11.2

I've turned on the EditingCore behavior and enabled the EnabledInheritance = true for each band.

I can edit the data in the second band of the grid, but the data never gets saved to the Access database. I'm under the impression that a Access database can be automatically updated by a WebHierarchicalDataGrid and that I don't need to do anything special to put the data into the data base; It should just happen, right?

Now I have the impression that I need to do something in the RowUpdating event since the data is not being saved. So, I wire up the event via the properties window. However, this event never fires when a cell / row is changed.

Why does this event never fire?

Do I really need to handle the RowUpdating event for a Access database?

I've created a test project to demo the issue I'm having.

The SlimGSETest.zip can be downloaded from here....

ftp://10.246.219.31/Public

Only the [Disabled] and [MachineCode] columns in the second band are enabled for editing.

Thanks,

Brian.