gets Combo object of the specified column
col_ind | number | index of the column to get combo object for (column must have 'co', 'coro' or 'combo' type) |
object | Combo object of the specified column |
//get combo object of the first column
var combo=myTreeGrid.getCombo(0);
use the method to change select box value for cell before editor opened
Back to top