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

[Solved] DropdownList doesn't recognize key strokes quickly

7 Answers 123 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.
Ashok
Top achievements
Rank 1
Ashok asked on 13 May 2011, 08:00 PM
Go to Telerik Demo for ComboBox/Dropdown, pick Dropdown list, try pressing key board key like "A" and "C" alternatively with 1 to 2 sec apart... one will see that DropDownList doesn't change the value. If you Press key "A", wait for 3-4 sec for first item of with "A" selected, then press "C", it will select first value of "C".

Why we see performance issue with MVC DropDown? Is this a bug? Is there any workaround?

This is not the case with regular telerik drop down control.

7 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 19 May 2011, 08:54 AM
Hello Tejas,

 
This is not a performance issue. This behavior is by design. The DropDownList UI control remember for a while the end user input. In this case if you are typing fast "A" and then "C", this means that the dropdownlist will search for a word which starts with "AC". If end user presses "A" and then waits for a while ( 1000ms to be more specific) "C" will replace "A". Select HTML element has the same behavior.

Best regards,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Ashok
Top achievements
Rank 1
answered on 19 May 2011, 02:37 PM
Hello Georgi,

Thanks for response. I understand it better now. However this is making user of our website a bit upset. Is there a way, i can avoid 1000ms wait, when I am using control as dropdown list?

For e.g. Lots of website where you do registeration, and if you need to select "state", it works faster as there is no such delay.
0
Georgi Krustev
Telerik team
answered on 20 May 2011, 04:33 PM
Hello Tejas,

 
Currently it is not available to control the aforementioned delay. However, we decide to introduce Delay method which will allow you to set specific delay. This feature will be available with the next internal build of Telerik extensions for ASP.NET MVC.

I hope this helps.

Regards,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Abigail
Top achievements
Rank 1
answered on 23 Apr 2012, 08:01 PM
Has the feature to control the delay been added?  If so, what version is needed.  thanks,
Jeff
0
Deepak
Top achievements
Rank 1
answered on 29 Aug 2012, 01:05 PM
I have the same question as Abigail.  Was this functionality added to the DropDownList?
0
Georgi Krustev
Telerik team
answered on 30 Aug 2012, 04:03 PM
Hello,

 
Did you try the Delay method? Here is an image how to use it.

Regards,
Georgi Krustev
the Telerik team
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.
0
Deepak
Top achievements
Rank 1
answered on 30 Aug 2012, 04:06 PM
Yes, that worked.

Thanks!
Tags
ComboBox
Asked by
Ashok
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Ashok
Top achievements
Rank 1
Abigail
Top achievements
Rank 1
Deepak
Top achievements
Rank 1
Share this question
or