Skip to content

Replies

0
shivangi
shivangi answered on Feb 2, 2009 2:22 PM

Only problem I can think of is that the Text property you are setting is not part of drop-down list. Just make sure that you choose something out of dropdown list for Text property.

0
shivangi
shivangi answered on Sep 19, 2008 6:34 PM

I could resolve it by using the TEXT property 🙂

0
shivangi
shivangi answered on Sep 19, 2008 3:46 PM

My ultracombo is a multi column combobox and column(0) is my displaymember

 

0
shivangi
shivangi answered on Sep 19, 2008 3:31 PM

I am having a similar problem. I want to change the value of ultracombo according to a click on ultrawingrid.

The default value of my ultracombo is NULL so it is not showing anything initially and when u click on it u can see the list. When something is selected from the list it is shown in the combobox. Now I want to change this value according to a value selected on the ultrawingrid.

If I use ultracombo.value property , it sets the value to the selected value on the ultrawingrid, but that is not shown in the ultracombo.

It might be something with changing Datamember or DisplayMember property!!!

Your help is appreciated,

Thanks

Shivangi