I'm Using Extjs-6. I have propertygrid
. One of this propertygrid
'row is a combobox
. valueFiled
property of combobox
is id
and displayfield
is name
. When I want to edit the combobox
in propertygrid
it show the names, but when the propertygrid
is not in edit mode, it show the id
. I want to show in 2 modes name
value, and its value be id
. My sampleCode is here.
Is it possible? How Can I Do it?
renderer
– CD..