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.
