Hi, All,
Apex 24.2.5. I have code to set this IG column “QTY” like below, the same time I have a DA with “change” event for this column but I found out the Change event sometimes fires, sometimes doesn't. I observed it usually doesn't fire right away but after a few model value settings, it eventually fires , I can't figure out how to make the Change event consistent with model value settings, any suggestions are greatly appreciated
model.setValue(records[0],'QTY', newQty.toString());
