Can we refresh whole form grid on opening of parent form?
Confluence User - 30 May, 2018
I am asking this because:
When we use options as format type and form id as format, we can see label in form grid instead of id of a select box. Now, due to a Joget bug (I am almost sure), we cannot see label of select box if it is using JDBC binder and have a dependency. To resolve this, I created a text field in my child gird form, set it with label of select box using jQuery and showing it in grid instead of select box itself.
But text field does not update when we load parent form unlike select box using options.
So can we refresh whole form grid or specific field of form grid?
forms;formgrid