hi everybody,
beforeSubmit (as well as onInitializeForm) is shared between the edit and new mode of editGridRow form
I want to do different things in a form editing and a new form. But it's not possible as only one beforeSubmit event of the 2 form editGridRow(new… and editGridRow(gsr… will be used, it depends which one we activate first.
The onInitializeForm is also “shared” depending which action (a new row or a editing or row) is processed first.
I verified this bug with one alert() in each beforeSubmit event, easy to see the bug…
this occurs even with the recreateForm set to true
Can you do something for me?
thanks in advance,
Geoffroy
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top