Pending Review
Last Updated: 17 May 2024 15:02 by Blake

Feature Request/Enhancement to allow series.tooltip configuration for bubble charts in chart initialization.

Since my company is a public entity we are required by law to follow ADA accessibility on our web apps. We are currently using ASP.NET Core MVC and Kendo UI for jQuery. To meet the ADA requirements I have been going through our Kendo Charts and configuring the tooltips to meet the ADA color blindness contrast ratio standard of 3:1. 

It came to my attention that I cannot configure the bubble chart's series.tooltip the same way that I can a donut or pie chart. Since I am required to use a certain color of red in my chart and the default tooltip.color is black the contrast for small text does not meet the WCAG AA standard for text under 17 pt. 

My feature request/enhancement is to allow charts to all have the same initialization process for things such as series.tooltip to allow easy config to meet ADA standards.

Pending Review
Last Updated: 15 May 2024 10:40 by AGB
While migrating my app away from v2023.3.1010 (the last release with AngularJS bindings) to the latest v2024.2.514 version, I have tripped over an issue whereby the 'lockable' property is being ignored.

To illustrate run the following dojo

    https://dojo.telerik.com/ovaHinas

and you will see the 'Object ID' and 'Ship Name' columns can be dragged and unlocked.
Likewise any unlocked columns can be dragged and made locked.

Looking back over previous versions this regression was introduced in the v2023.3.1114 release.
Pending Review
Last Updated: 19 Mar 2024 13:10 by Brendon
Created by: Brendon
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

I have a requirement to show parent rows below the child rows, such that when a parent row is expanded the children show up above the parent. Currently from the options, it seems that parent row can only be expanded to show children below the parent. This is not supported by the grid or treelist, and Kendo support has requested this be logged as a feature.

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.