Pending Review
Last Updated: 16 Apr 2026 17:35 by James
James
Created on: 16 Apr 2026 00:47
Category: Kendo UI for jQuery
Type: Bug Report
1
kendodropdownlist breaks when resizing browser from mobile width to desktop width and adaptiveMode = "auto"

When you have a simple kendodropdown list that is set to adaptiveMode = "auto", resizing the browser throws. This can be reproduced on your demo pages.

Steps to reproduce:

  1. use this Dojo: https://dojo.telerik.com/LHJLQgzy which was created from your demo page
  2. Ensure the browser is narrow enough to be considered mobile
  3. run the project
  4. confirm dropdown is functional
  5. resize the browser to desktop size
  6. the dropdown list stops working and throws

 

kendo.virtuallist.js:2890 Uncaught TypeError: Cannot read properties of undefined (reading 'style')

1 comment
James
Posted on: 16 Apr 2026 17:35
You have to go back three releases to Kendo UI 2025.4.1321 for it to work again.