Sorry, perhaps this needs further explanation. I want the dropdownlist itself to be a fixed width and have set it to 150px, but when the user chooses an option, I want the list of options to display wider than the box size.
I believe this is achieved in VB.Net using the "DropDownWidth" property, but this is not the same in ASP.Net.
Ah, I see. The DropDownList doesn't come with this functionality as far as I am aware.
I have seen some 3rd party controls that do it though (I guess they extend the control and allow HTML/DHTML to be rendered within the DropDownList Item) so I may be able to dig them out if you wanted?
that show's how to have a multiple column dropdownlist within a datagrid, and by the first image on there, I think it is what you are trying to do. The previous article on how the control was created, can be found at:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.