Share ideas, ask questions, and get feedback about developing for ProcessMaker
Forum rules: Please post new questions under "Developing processes & programming" for ProcessMaker 2 or 3.
#782488
Hi All,

can anyone has answer that i want to change the second grid value from selecting previous grid value on same dynaform and when i add a new row in first grid then add a new row in second grid on 'onchange' event using javascript.

Any solution would be appreciated.


Thanks

Pratyush
#782757
Hi Pratyush,
You can find more information in the next link about accessing grid data with JavaScript.

http://wiki.processmaker.com/index.php/ ... JavaScript

For example to add a new row in the FirstGrid and automatically add a new row in the SecondGrid, you can use the code below:
Code: Select all
grid_FirstGrid.onaddrow = function(iRow) {
   getObject("SecondGrid").addGridRow();
}
I will be alert to any doubt you have,
Regards

A 1xBet clone script is a customizable software so[…]

A Bustabit clone script is a pre-made software sol[…]

Are you looking for ways to pay someone to write m[…]

BC.Game Clone

BC.game clone is a replica of the original BC.game[…]