Hi,
I am using dhtmlxgrid which has dhmlxcombo as one of its column type. If the option text is larger than the
column width that option text gets strip off and one can see only certain part of option text.
Is there any functionality of wrapping the option text so that user can see the complete option text.
Thanks
Hello,
you can try to autowidth feature of the combo (dhtmlxcombo_whp.js is required):
var combo = mygrid.getColumnCombo(columnIndex);
combo.enableOptionAutoWidth(1);