extjs - How can I get the current row in a grid with a combobox editor -
i have editorgridpanel combobox in 1 of columns.
within 'select' event listener combobox, i'd know grid row (not combobox row) on.
reason i'd update different column in grid every time item selected.
think i'm missing obvious.
thanks help.
as of 4.1, might best use edit
event of grid instead. passed in event contains edited record.
http://docs.sencha.com/ext-js/4-1/#!/api/ext.grid.panel-event-edit
Comments
Post a Comment