In grid i have three column on column field have combo box and on change of combo box value auto populate another column respective field How to do this extjs
Please see above image for grid code.
My Function is below
autoPopulateCsid: function(grid, rowIndex, colIndex, item, e, record, row, action) {
/// i am not able to get whole record/row of grid which i am editing
}
i have to get record in function so i can update field of record and it will be dirty automatic. So on cancel i will discard all my changes for that perticular row