I have created an Interactive Grid based on a SQL query to fetch the data based on bind variables which are the Item values on the APEX FORM. This grid has 2 columns where the user enters the data. Now the user wants the FORM data to be saved automatically and also retrieve the data.
I have tried to achieve this using Button Click and the data will be saved to APEX Custom Tables. But the user does not want to click the button to save the data. Can the data be saved automatically?
Any help on to achieve this is appreciated!