|
Browse by Tags
All Tags » UltraCombo » ultraComboEditor ( RSS)
-
Hi, I am Using ultra combo in my application as a editor Control in Grid . I set AutoCompleteMode as SuggestAppend for that combo. If i press any key then it is not showing drop down box with possible values. But in case if I use same combo box in my from then it is working fine. To work Combo box in...
-
Hi, I am using UltraCombo on my form. If user scroll records in the UltraCombo then after last record it showing some extra blank space . I want to remove this empty space.How do I do this? Please advice Regards, Ganesh
-
In ultra combo/combo editor when you type first letter then ultraCombo1.Text property is getting to set whole word which is not happining with normal windows combobox. For example:- Suppose I have "Apple" item in my list. then if I enter "A" then ultraCombo1.Text property is becoming...
-
Hello, I have a combo Editor Control which is bound to a datasource. But I would like to change the display of the combo, basically append some extra text based on the value of another control. When I attempt to do this the selectedItem becomes nothing, and nothing is appearing on the control. Is there...
-
There seems to be an issue when binding array to UltraComboEditor. For instance the following will work.. UltraComboEditor.DataSource = new int[ { 0, 1, 2, 3 }; ... but the following will NOT... UltraComboEditor.DataSource = new MyClass[ { new MyClass(), new MyClass(), new MyClass() }; public class MyClass...
-
Hi, In some cases I want to hide the DropDownButton of UltraCombo. When I use the UltraComboEditor I have the property DropDownButtonDisplayStyle. this property I can set to never. Is there any possibilty to do something like that with the UltraCombo. I cannot use the UltraComboEditor because I need...
Page 1 of 1 (6 items)
|
|