Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > MultiColumn ComboBox > Disabling autoselect when there is only one row

Not answered Disabling autoselect when there is only one row

Feed from this thread
  • Surya avatar

    Posted on Dec 6, 2011 (permalink)

    Hi,

    I've a problem with the Autofilter in the MultiColumn ComboBox:

    If AutoFilter is turned on, and I type some numbers in the CB and if there is only one value in the Combo Box which matches with the text we type it is automatically getting selected.

    Is there a way to disable this function because extra numbers are getting added after the autoselect.

    For eg if I m  typing the value 990113 in the text area of CB,and there is only one value in the Combobox which starts with 9901,then
    if we just type 9901 the value 990113 will get automaticaly selected .So when we try to type 990113 ,
    after we type 1 it will automaticaly select 990113 and it will also add 13 which we type and the value will be like this 99011313.

    Please advise how to workaround these problems.

    Thanks

    Reply

  • Svett Svett admin's avatar

    Posted on Dec 9, 2011 (permalink)

    Hi Surya,

    Presently, there is no way to alter this behavior. We are aware of some limitations of the auto-filtering behavior of RadMultiColumnComboBox control. We will improve it in one of the next releases.

    Kind regards,
    Svett
    the Telerik team

    Q3’11 of RadControls for WinForms is available for download (see what's new). Get it today.

    Reply

  • Thanh avatar

    Posted on Apr 13, 2012 (permalink)

    Hi, I have the same prolem with RadMultiColumnComboBox  control
    Can I  set CurentRow of EditorControl = null when i typing ?What Properties  set behavor?

    Reply

  • Svett Svett admin's avatar

    Posted on Apr 17, 2012 (permalink)

    Hello Thanh,

    Thank you for writing.

    Currently, RadMultiColumnComboBox does not support pure auto-complete suggest or append mode. In regards to your second question, in order to allow me to help you, please let me know, what do you want to achieve by setting the current row to null.

    I am looking forward to your reply.

    Regards,
    Svett
    the Telerik team
    RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>

    Reply

  • Pham avatar

    Posted on Apr 19, 2012 (permalink)

    Hi, Svett
    Thanks your answer.
    Currrently , i'm  using Telerik Window Form Q1 2012 .
    I also have the issue with CurrentRow when I'm typing.
    i catch leave event of RadMultiColumComboBox and at time i will do something if SelectedValue ==null . But if i delete all text in it CurrentRow of EditorControl is first row and SelectedValue in leave event not null . And in this case but i add new KeyPress event  if Text is emty i set EditorControl.CurrentRow = null , Now it really work exactly.
    So, if RadMultiColumComboBox  automatic set null for CurrentRow when I'm  typing text then don't need to add keypress event.

    Thanks

    Reply

  • Jack Jack admin's avatar

    Posted on Apr 25, 2012 (permalink)

    Hi Pham,

    I am not sure that I understand your question. Could you please elaborate a bit more and describe the exact behavior that you want to achieve. I will be glad to help further.
     
    Kind regards,
    Jack
    the Telerik team
    RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>

    Reply

  • Pham avatar

    Posted on May 3, 2012 (permalink)

    Thanks your reply.
    i set AutoFilter  = true and i want that when i'm typing is EditorControl won't display currentRow as default.(ex: i type "v" char)
    If EditorControl default set currentrow ( you can see in picture filtering.png  ) , when press Key Enter now  SelectedValue of RadMultiColumnComboBox  is first value.
    I want when i press Enter is SelectedValue = null and Text of RadMultiColumnComboBox  is "v".
    Thanks

    Reply

  • Jack Jack admin's avatar

    Posted on May 7, 2012 (permalink)

    Hi Pham,

    Currently, it is not possible to change the behavior of RadMultiColumnComboBox to achieve the described behavior. We will consider improving the API and the behavior of RadMultiColumnComboBox in future. Thank you for your valuable feedback.

    Should you have any other questions, do not hesitate to ask.
     
    All the best,
    Jack
    the Telerik team
    RadControls for WinForms Q1'12 release is now live! Check out what's new or download a free trial >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > MultiColumn ComboBox > Disabling autoselect when there is only one row
Related resources for "Disabling autoselect when there is only one row"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]