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
1414
Manual Update Each Row after Changing Row
posted

To All,

I am unable to use AutoCRUD with the data requirements imposed on me.  I need to be able to manually update the underlying database whenever a customer changes the data in a WebDataGrid row.  Those changes have to be reflected in the underlying database and on the presentation immediately.

 

I have reviewed the RowUpdating event, but it seems to batch update when a user clicks on something that forces a page update.

 

I need something that will allow me to have the customer update two cells and fire when he/she either changes rows or does something that triggers a page update.

Parents
No Data
Reply
  • 1414
    posted

    Additionally,

    I want to use a barcode scanner to enter data and keypress either an <Enter> or <Down Arrow> to save the current record and advance to the next.  I can handle the barcode entry and control, but have not found a way - other than potentially AutoCRUD - to save data from a WebDataGrid row by row and not in batch.  Multiple people could be modifying their own WebDataGrid rows at the same time.  Thus, I need the data submitted the database.

    I have done this using the UltrGrid product.  I am close to success with the WebDataGrid.

Children
No Data