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
685
Ultragrid update form
posted

I started a new project, put a grid on a page and bound an adapter to it.  I then put a RowEditTemplate and attached it to the grid.  When I run the app, everything does what it should except when I hit the OK button, it doesn't push the changes back to the DB.

Here's the code generated for the click event.

        {
            // This code was automatically generated by the RowEditTemplate Wizard
            //
            // Close the template and save any pending changes.
            this.editInvoiceHours.Close(true);
           
        }

I've got the grid set to allow updates/Adds/deletes and I've tried different UpdateModes.

What am I missing?

Parents Reply Children
No Data