Fields in an Interactive Grid often expand to an edit box when you click into the field. I would like to be able to control this behaviour, particularly if the field is disabled.
It can be avoided by making the field display only or with a read only condition, but I am disabling the column using JavaScript because I need to update it (also with JS), enabling it first then disabling it after the update. Disabled fields still pop out even though the content cannot be edited.
Is there a way to prevent the edit box but still allow the field to be edited when appropriate?
Thanks a lot,
Rick