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
85
WebCombo - Set selected value to None
posted

We have a webcombo box added to a page then Databound in code to an object, we can select a value, but when we select a value we loose the BLANK VALUE, and have no way to unselect the Value, is there a way to add a Title Value after Databinding, like in a regulare ASP.net Dropdown.

wbcombo.items.insert --??

For a state drop down having -Select State- at the top with a value of 0.

 Thanks

Rob

Parents
No Data
Reply
  • 1763
    posted

    I'm not sure about this, but I'd try inserting a new UltraGridRow (with the value and text you want) to the WebCombo after databinding. Of course, this would be the row Index 0.

Children
No Data