Hello Experts,
I have an Interactive Grid with one of the Column set as 'Display Only' or 'Read Only'.
But our use case demands the cell of the Display Only column to be updated after a button is clicked or user perform someĀ client side actions.
I tried to set the value using in the javascript code
model.setValue(record,"Display_COLUMN","value") ;.
But it never works for an cell that is part of an Display Only column. I made sure that all the parameters for the model.setValue is correct but still the function is unable to set value.
Although the same function can set values of an editable text cell in the same row.
Could you please let me know how can I acheive the desired result?
Best Regards
-Nikhil