Hi, I have a question regarding a read-only drop-down list in an editable grid.
The scenario is as follows:
A user enters data using an editable grid. One of the columns is a drop-down list populated by a read-only object. The user needs to add a new option to the drop-down list, clicks on a button on the form to open an admin form, adds the option and closes the admin form.
The user has now returned to the original grid but as expected, the new value does not yet appear in the drop-down list.
Using F5 the user can refresh the form so that the new option appears in the drop-down list, however this removes anything that the user may have already entered.
My question is, is there a way of refreshing the grid so that the new option appears without clearing out anything the user may have already typed? Failing that, is there any way of programatically refreshing the grid so that the user does not have to press F5?
Any suggestions gratefully received!.