How to get the current value in a combo box which is placed on a UltraToolbarsDockArea.
I am able to retrieve the key value of the combo box.
Assuming it is a ComboBoxTool or derivation there of, and not a tool inside a PopupControlContainer, than have you tried, Value, SelectedItem, or SelectedIndex instead of key. Each can be slightly different, but representing the same thing depending on DataType and usage, which ever one works best for you.
hi, i had same problem n i tried with selcteditem, selectedindex, value but it gives error like
IG : Member [SelectedIndex] not valid.
IG : Member [SelectedItem] not valid.
IG : Member [Value] not valid.
The answer was addressed on the following thread:
http://community.infragistics.com/forums/p/55091/284676.aspx#284676