Hello,
im using var z=dhtmlXComboFromSelect(“combo_zone1”);
but im not able to use z.enableOptionAutoPositioning();
it only works if i use var z=new dhtmlXCombo(“combo_zone2”,“alfa2”,200);
But my requiremnt is using dhtmlXComboFromSelect , so how do i use
this auto positioning with dhtmlXComboFromSelect .
Its very urgent for .
please help me.
Thanku
Actually such functionality works for combo initialized from select box - please check attached sample.
If issue still occurs for you - please provide any kind of sample where problem can be reconstructed.
1229596276.zip (17.7 KB)
Thanku so much ur sample helped me a lot.
Thanks a ton.