combo = new dhtmlXCombo(“comboSetup”, “NewDefectForm”, 200);
combo.disable(true);
combo.show(true);
Html:
I configured combo like above, It’s working great. But it’s not changing the background color to ‘Grey’ in IE on disable(true) .And in firefox and other browsers it’s working perfect.
Colud you please tell us how can we do that in IE?