This is a migrated thread and some comments may be shown as answers.

Combobox Autofill should be case insensitive

2 Answers 78 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Matt
Top achievements
Rank 1
Matt asked on 27 Mar 2012, 09:35 PM
I have a combobox with the AutoFill = true.  If one of my items in the combobox is Cat, and I type the lowercase letter c it autofills the word cat and selects Cat in the list of items.  Then I click a button or tab off and click a button to submit the form and the value it posts is "c".  If I type "C" it fills in Cat and posts the selected value of Cat like it should.  The Autofill is filling in when it finds and item in the list, so why is it not case insensitve?

I am using IE8 and the latest version of the MVC controls(2/2012).

2 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Krustev
Telerik team
answered on 28 Mar 2012, 09:59 AM
Hello Matt,

 
This is a known issue, which is addressed in the latest internal build. We introduced an IgnoreCase method in order to handle the problem. Now if you set the IgnoreCase to false (default value) the combobox will be case insensitive. Set to true to make ti case sensitive.

Regards,
Georgi Krustev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
0
Michael
Top achievements
Rank 1
answered on 16 Apr 2013, 05:44 PM
In what version is this addressed? We are running Telerik.Web.Mvc.dll ver 2012.1.214.340 dated 4/3/2012 and are encountering this same issue. Unless our users actually click on the highlighted item, the value passed seems to be just the partial they type into the combobox, even though the correct element highlights and autofills. It does not AutoFill with the correct case, as it does on all the demos on your site.

Thanks.
Tags
ComboBox
Asked by
Matt
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Michael
Top achievements
Rank 1
Share this question
or