Hi there,
in Ext.grid.PropertyColumnModel.getCellEditor it seems that you use name as property id.
Since property id can differ from display name, i'll suggest you to change the following line:
var n = p.data['name'], val = p.data['value'];
by this one:
var n = p.id p.data['name'], val = p.data['value'];
I hope that it is not a misunderstanding of your intents.
Best Regards
This accesses the store and what we really want is to get value of field name not id of the record. Further, in PropertyGrid ids of records are equal to names of properties so the change would do nothing.
/:) please refer to 8887 before posting your next 'bug'.
Allergies.. no relief?!?
Religion in the workplace? |