Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
250
WebComboBox to DropdownList
posted

I have been trying to implement my webcombo box to look like just a standard dropdown list with fail. How do I implement the combo box to just a standard normal dropdownlist 

Parents
  • 1763
    posted

    You'd have to set some display properties in order to make the webcombo look like an ordinary dropdownlist, first you'll have to set the hidden property to true for all those columns you dont want to be display (if there's more than 1 in your webcombo) leaving just one with it's hidden property set to false. Another important thing to make it look good would be to set the combo.DropDownLayout.DropdownWidth to be just as wide as the cell it's embedden in. I'm sure there has to be more but those two are some important ones I can remember ritght now.. Please let me know how it goes.

     

    Regards.

Reply Children