I'm doing a simple DataBind to the WebCombo control.
Everything is working fine, except when I set the width of the FrameStyle. If I set the FrameStyle to 200px, it remains at 350px. It really doesn't mtter what width (or height, it doesn't work either), it remains as the default setting.
Anyone else having this issue?
After experimenting a bit, I found that if you set the Width in the FrameStyle, it won't accept it. You have to set the DropDownLayout level using DropdownWidth.
Thanks.