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
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.