Hi All,
I have got requirement like i have loaded my Ext grid with data. When i click on the perticular cell i should open window.showmodeldialog with that cell data to the popup and i can change that record data and i should refresh the parent grid for the updated data once i saved the popup data.
How to write the event to select the cell or column similar to
grid.on('click', this.gridSelectionHandler, this);
I will appriciate your early response as i need to finish this task early for the tommorow release.
Thanks,
Srikanth