Hello,
I have a form with Simple List pattern with a custom view as DS.
The grid contains fields originating from the view.
I have added a custom string control which needs to be edited.
It is not linked to any data source and it used by an edit method to record the field value of the record in the grid.
However, I am unable to edit the form string control. It gets stuck as if in allowEdit(false) mode.
I have tried changing the allowEdit(true) of theformstring control in post init. But it is still uneditable.
Is there any way to do this particular task?