Hello,
I got a problem when i set the option "setEditorType" to my DataSourceField in my RestDataSource.
I use a DynamicForm to edit data in my ListGrid. So when I try to edit a record the DynamicForm does not appear. If i remove the option "setEditorType" which i set as i described above everything works fine.
The reason why I need to add this option is, that i want to bind a optionDataSource to some of the fields.
The Error-Message in the SC Developer Console:
22:23:05.724:MUP9:WARN:Log:TypeError: _1.substring is not a function
I got a problem when i set the option "setEditorType" to my DataSourceField in my RestDataSource.
I use a DynamicForm to edit data in my ListGrid. So when I try to edit a record the DynamicForm does not appear. If i remove the option "setEditorType" which i set as i described above everything works fine.
The reason why I need to add this option is, that i want to bind a optionDataSource to some of the fields.
The Error-Message in the SC Developer Console:
22:23:05.724:MUP9:WARN:Log:TypeError: _1.substring is not a function
Comment