Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » UltraCombo » ultraComboEditor (RSS)
  • Problem for UltraCombo SuggestAppend property in UltraGrid.

    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...
    Posted to Forum by ganesdpatil on 10-03-2008
  • How do I remove empty space from UltraCombo......

    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
    Posted to Forum by ganesdpatil on 08-21-2008
  • Re: UltraCombo AutoCompleteMode customize

    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...
    Posted to Forum by ganesdpatil on 07-30-2008
  • Changing the displayText of a Binded UltraComboEditor

    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...
    Posted to Forum by saravanankg on 07-26-2008
  • Databinding Array to UltraComboEditor (v7.3)

    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...
    Posted to Forum by MikeNET on 04-01-2008
  • Cannot Hide the DropDownButton of the UltraCombo

    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...
    Posted to Forum by BirgitLaumann on 03-26-2008
Page 1 of 1 (6 items)
Powered by Community Server (Commercial Edition), by Telligent Systems