Hello,
I used Javascript / JQuery code to color lines of a multiple lines form dynamically on event onApplicationInit() .
Now, when I navigate through the records, or after I filter records, the colors do not appear correctly, and a window with empty message pops out.
I tried to put the same JS code on events onRefresh(), onLoad(), onScriptInit() , with no success.
How can I make the JS code work not only on initial load ?
Thanks, Federico