I have a Dynamic form and a List Grid bound to a restDataSource. I have this field:{name:"id_cliente",title:"Cliente",foreignKey:"clienteDS.id",displayField:"nombre_completo",editorType:"comboBox",primaryKey:true}
when I create/update a record, this field does not show its displayField but if i set canEdit:true and click on it, it will show the comboBox and it's value any ideas why this happens?
when I create/update a record, this field does not show its displayField but if i set canEdit:true and click on it, it will show the comboBox and it's value any ideas why this happens?
Comment