I am working in v9.1 and I have an editable grid bound to a table business object. The grid is a small part of a large form with segments that show/hide depending on which form part is being worked. I have added a button next to the grid with a server side action to commit the BO but that does nothing. Is there any way to commit the changes short of submitting the form? If not, is there a way to submit the form server-side and have it reopen to the same panel/segment? I'm going to have more grids like this on the form and I am hoping that I don't have to code SQL statements for everything.
Thanks!