Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interactive grid column not refreshing if I am explicitly disabling on change event through dynamic action

Anchal Srivastava22 hours ago

Hi All

I am working on a POC where my IG has 2 column AMOUNT_USD and AMOUNT_LOCAL if a user enters the value in either of this the other one should be calculating the values dynamically.

To avoid recursion i am explicitly disabling the change event on AMT_USD column using apex.item('AMT_USD').setValue(amount_fun_curr*1.5,amount_fun_curr*1.5,true);

The issues are -

1- The AMT_USD column does not reflect the calculated values until i click on it.

2- I need to make the AMT_USD column readonly so that user can not edit it but since its not updating without clicking this is also not feasible.

Please suggest a solution.

Regards,

Anchal

Comments
Post Details
Added 22 hours ago
1 comment
31 views