1
0
-1
1 answer
- 10-1
Hi, perhaps you can share more information about your form design and joget version. I'm using the latest enterprise 6.0.2 and my grid load binder only gets called once during loading.
- Thejaswi Chindu
Hi, This happens in case of an ajax subform (with a control parent field), and the form grid is inside the ajax subform. I presume since the control field also is loaded with the form load, the ajax subform loads twice. Is there any way to restrict this?
Add your comment...
Hi,
I have added a form grid inside a form. And i have added a custom beanshell loadbinder to the form grid. Whenever i load the form, the loadbinder is running multiple times (4 times) out of which, only one run would be a proper one with the right values. Why is this happening? Am I missing something here?