Declined
Last Updated: 20 Sep 2019 12:58 by ADMIN
Agraj
Created on: 15 Sep 2019 08:35
Category: Kendo UI for jQuery
Type: Bug Report
0
kendo-combo-box selects invalid value on tabout

 

dojo: http://dojo.telerik.com/UMuRaBax/3

 

Steps to reproduce:

1. Run the dojo, let the comobox list load and let it select the default item ('Oulu' in this case).

2. start typing 'Madrid' in the input field of the combobox.

3. press Tab key and observe behavior.

 

Attached Files:
1 comment
ADMIN
Martin
Posted on: 20 Sep 2019 12:58

Hello Agraj,

Thank you for the provided resources.

Please take some time to go through the ComboBox virtualization article, more specifically the Configuration section. It shows the minimum configurations required for the virtualization to work properly. You will see that there is a formula to calculate the pageSize, based on the itemHeight and height configurations of the widget:

height: 520,
dataSource: {
    pageSize: 80,
    serverPaging: true,
    serverFiltering: true
    type: "odata",
    transport: {
        read: "https://demos.telerik.com/kendo-ui/service/Northwind.svc/Orders"
    },
              

If you look follow this link to the modified version of the provided Dojo, you will see that the correct result will be returned.

I hope I was helpful. Feel free to contact us if you have further questions.

Regards,
Martin
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.