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

2


01 Jun, 2018
confluenceUser
confluenceUser

Hi, if you are using jquery to update the value then you can use the $(document).ready function to update upon loading. What version of Joget are you using? Better if you can provide specific steps or an app to reproduce the bug to be looked at in the first place.

02 Jun, 2018
confluenceUser
confluenceUser

Default behavior of form grid is: It shows values of select box in grid rather than labels. Now if you want to see labels, instead of values, you can add format type and format for that particular select field in grid configuration. This works as long as select box is not dependent upon another select box/field for execution of its query. That is the bug. Can you confirm it. My version is 5

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print