Hi,
I am trying to update a page item which is used by an LOV column in an interactive grid.
After updating the value region refresh is triggered but the new value is not being picked up by the LOV.
If i use apex.server.process to save the pageItem to session state the refresh then makes use of the newly updated value.
I am hoping there is a way of doing this without the additional overhead of a database call to update the session state??
Any guidance much appreciated