Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
UltraComboEditor Keyboard issues
posted

Hi Everybody,

 

I am new to the infragistics controls and i am using UltraComboEditor for displaying a list of countries.The issue is this. When i select the combobox i get the items without any problems.But when i try to use the keyboard to navaigate to a country, say N for Nigeria, nothing happens. I have to manually select the country using the mouse. The relevent country is not automatically highlighted. I thought keyboard input was enabled by default. Do i need to do something to enable this. Or is this an issue witht he control. The same control on a different form works fine(I mean the keyboard selection). Help me out please. I am a complete newbie and could use some assistance.

 

Thanks in advance,

sriram

  • 75
    posted

    Hi Sriram,

    You should check "AutoCompleteMode" property on UltraComboEditor. For your purpose i beleive you should set this property to "SuggestAppend". Hopefully this fill resolve your problem.

    All the best.

     

    - Lalit