Hello experts,
I have 2 grid say A and B, I need to change action columns icon of grid A onbutton click grid b,
I am using code like,
var button = Ext.query('td.x-action-col-cell img', myGrid.getView().getNode(index))[4]
I got myGrid and index correctly, but when alert (button.src)
I am always getting the icon source of zeroth(0th) row, I haveto get the source with respective to index I have provided.
Please help.