I upgraded apex from 20.2 to 21.2 and I have pages that uses IG Cookbook Split grid.
This is NOT working anymore and when I put a trace on the JS, I found that the DA on IG Change Selection/init is NOT being executed.
Is this a BUG or is there any reason why this would be bypassed?
After further research, it seems like APEX do not run these DA on the first record anymore. In my first test I only have 1 row so it was never executed.
On my next test I created an IG from scratch thinking maybe the upgrade did not set something internally correct. Since this IG has many rows and I did a simple DA of alert, it fired when I click the other rows, thanks