Hi,
My combo doesn’t have the scrollbar at the right… there is any way to recover it?
This is how it looks: (see attached screen capture)
Thanks,
Martin.
Hi,
My combo doesn’t have the scrollbar at the right… there is any way to recover it?
This is how it looks: (see attached screen capture)
Thanks,
Martin.
Could you please, provide with your complete code including the customizing combo code.
Here you can find a tutorial:
docs.dhtmlx.com/tutorials__auxi … pport.html
The following css forces the overflow to appear:
div.dhxcombolist_material{
overflow-y: scroll !important;
}
sematik,
I added those lines as you suggested and that solved the problem!
div.dhxcombolist_material{
overflow-y: scroll !important;
}
Thank you !
I am sorry that I do not include the code, this combo is in an .asmx (ASP.NET user control) inside an CRM page (DotNetNuke), so It is very difficult to encapsulate all the dependencies, etc. in a separate project.