Pending Review
Last Updated: 29 Oct 2025 12:15 by Paul
Created by: Paul
Comments: 0
Category: LinearGauge
Type: Feature Request
3

In our use case, we have linear gauges that show different colours depending on the time of day.

Our users need to be able to move the pointer up and down to view the corresponding values. 

As you can see in the below image, currently we have a workaround to show a slider above it and then move the pointer up and down accordingly, as the slider is moved. However, this does not always work perfectly, and sometimes the slider doesn't line up.

It would be nice if there were an option on the linear gauge to make the pointer moveable (false by default) and then also have corresponding events e.g. when the movement starts/stops.

Pending Review
Last Updated: 15 Feb 2023 07:52 by Michael D
Created by: Michael D
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
0

The Kendo UI ListView widget supports setting the selected items via the select method. Up to version 2022.2.802, calling select() triggered a change event. This is no longer the case.

You can see the different behaviors in these two DOJOS: 2022.2.802 vs 2023.1.117 (the item gets selected after a second to make sure the dataSource has finished loading).

Pending Review
Last Updated: 09 Sep 2022 06:29 by ADMIN

Add a hidden input to store the current value in it at all times, and a visible display input that has the month/day/year or current value displayed in it; it solved all of the issues and is currently implemented on numerous other Kendo form input controls.

This will make the DateInput compatible with JQuery Unobtrusive Validation.