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 - Input Value vanishes when double-click

Uday S. NadellaMay 3 2024

When i double click on the Interactive Grid cells of Bill Percent, Bill Amount, the Input Value vanishes.

I have assigned the values of the bill percent and bill amount programmatically using Java Script/model.setValue() in the Dynamic Action of Billing Percent. So when in double click on the Interactive Grid and the particularly in the cells of Bill Percent /Bill Amount, the assigned value is vanishing. Please let me know if i'm missing something here to make this work.

Bill Percent /Bill Amount should be non-editable. Tried using .attr('readonly','readonly');.addClass('apex_disabled'); …but this does not help.

Comments
Post Details
Added on May 3 2024
6 comments
373 views