Commit changes from a editable column in a repeating grid to the database
I am using a repeating grid in the UI whose columns are dropdown and editable.
This grid is sourced from a page list which is copied from a data page.
It also has a column with a button Save after each row to save the changes to the database.
To commit changes to the data base, on the Save button after each row i am using an event on click- run activity which uses an RDB-Save.
I am using a repeating grid in the UI whose columns are dropdown and editable.
This grid is sourced from a page list which is copied from a data page.
It also has a column with a button Save after each row to save the changes to the database.
To commit changes to the data base, on the Save button after each row i am using an event on click- run activity which uses an RDB-Save.
I use a property-set to get all the properties from the source page list of the grid to BusinessAdminPortalPage and then perfrom a rdb-save with the below connect sql:
The issue i face here is : When i click on the dropdown in the grid column and change the value, then click on save button, the value that is copied to the BusinessAdminPortalPage is the old value, not the changed one.
I tried post value too . It did not work. I did not see the value of the particular column property posted anywhere in the clipboard.
Any suggestions are welcomed.