Is it possible to define the width of combo(dropdown list)excell in grid to be wider than columnsize?
for example
mygrid.setInitWidths(“100”);
var combo = mygrid.getColumnCombo(0);
combo.setOptionWidth(999);
i’m try above but combo still width 100.