I have an EXT JS grid which contains a column having a combobox.
I want to select a value in this dropdown using javascript, I tried below snippet but it didn't work.
var comp = Ext.getCmp('grid-accident-voilation'); comp.store.getAt(0).data['c1'].setValue('1');
[EDIT : Browser Console Log ]