gets the combobox specific for the cell in question
id | string|number | row id |
ind | number | column index (the cell must have 'co', 'coro' or 'combo' type) |
object | the combobox specific for the cell in question |
var combo=myGrid.getCustomCombo("row1",0);
Back to top