Unplanned
Last Updated: 01 Jul 2024 10:44 by ADMIN

Hello,

I would like to request a feature to include normal touch gestures on mobile devices on the PDFViewer, such as zooming in and out. In general, it would be great if the PDFViewer were more mobile friendly.

Thanks.

Completed
Last Updated: 27 Jun 2024 14:20 by ADMIN

Clicking an item in the parent list reveals the child list that replaces the parent list.

At the top of the child list, there is a < back item that allows returning to the parent list.

 

For examples, see the drawers at:

 

See also https://www.telerik.com/forums/kendo-ui-drawer-subitems

Declined
Last Updated: 27 Jun 2024 12:09 by ADMIN
Created by: Guillermo
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
21
add delay parameter in miliseconds for the kendo.ui.progress so you don't see your container blinking if your ajax calls are fast.
Unplanned
Last Updated: 20 Jun 2024 14:10 by ADMIN
Created by: Carlos
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Enhancement

Currently the dialog action buttons can not hold only icons, the API does not provide means to have a button with only an icon or an icon and text. Considering the aforementioned we should extend the API to allow adding of icons inside the action buttons.

Declined
Last Updated: 20 Jun 2024 10:47 by ADMIN
Created by: Rick Kauwen
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0
In javascript code it is now possible to create csp compatible templates. It would be nice to have the possibility also for mvvm style templates.
Completed
Last Updated: 19 Jun 2024 06:37 by ADMIN
Release 2024 Q3 (Aug)

Bug report
Grid - Frozen Columns - 'lockable' property being ignored with Drag to Lock/Unlock

Regression introduced with 2023.3.1114

Reproduction of the problem
Open this Dojo example - https://dojo.telerik.com/ovaHinas/4

Drag a column from the locked section to the unlocked one

Expected/desired behavior
No drop shall be available.

Environment
Kendo UI version: 2023.3.1114 or newer
Browser: [all]

Unplanned
Last Updated: 12 Jun 2024 07:50 by ADMIN
Created by: Brendon
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2

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.

Need More Info
Last Updated: 06 Jun 2024 12:23 by Steve
Created by: Steve
Comments: 10
Category: Kendo UI for jQuery
Type: Feature Request
1

Email address lists - and other list inputs for text items - in various apps take text input and render each item in a tag - not unlike the MultiSelect.

A widget in similar form to the MultiSelect could serve this purpose, taking string input from the text input element - as well as being able to filter on active text.

I have rigged a MultiSelect with a view model to perform this function: dojo example. Its not perfect, but seems to work ok.

  • ";", "," and space characters are used as string separators to trigger parsing - and split text e.g. from pasted list
  • a simple email RegEx rejects values that cant be an address
  • email addresses are added to the "available item" list and selected item
  • the available items can be pre-populated according to the context
  • like in the MultiSelect, the pop-up list can be displayed and filtered as the user types
  • the pop-up list can be used to de-select and re-select items, as well as tag clear and "clear all" buttons in the widget
  • similar keyboard support is useful, "Ctrl-A", arrow keys etc.
  • multi and single tag modes

 

Need More Info
Last Updated: 04 Jun 2024 10:52 by ADMIN
Created by: Kapil
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

I can see many people are asking to have smart labels in kendo chart also, so do you have any planning for same or can you share the logic of smart labels?
I have multiple series in the chart like 2-3 lines, 1-2 bars etc and their series labels are overlapping badly.

Check attached screenshots.

Unplanned
Last Updated: 29 May 2024 18:49 by ADMIN
Created by: Michael
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

Hi Team,

I would like to share some feedback about the documentation, but I want to make sure it goes to the correct team. Is this the best place to share it?

Thank you,

Michael

**** CREATED BY PROGRESS TECHNICAL SUPPORT ****

Unplanned
Last Updated: 24 May 2024 11:38 by ADMIN

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.

Duplicated
Last Updated: 22 May 2024 10:22 by ADMIN
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.
Completed
Last Updated: 21 May 2024 06:44 by ADMIN
Release 2024 Q3 (Aug)

Bug report

Setting an empty string value when using an MVVM ColorPicker throws an error

Reproduction of the problem

  1. Open the following dojo.
  2. Notice that the ColorPicker produces an error when the value from the Observable object is set to an empty string.

image

Current behavior

Setting an empty string through the Observable object throws an error within the console.

Expected/desired behavior

Setting an empty string through the Observable object should not throw an error within the console.

Environment

  • Kendo UI version: 2024.1.319
  • Browser: [all]
Completed
Last Updated: 20 May 2024 14:55 by ADMIN
Created by: Simon
Comments: 9
Category: Kendo UI for jQuery
Type: Feature Request
67
Add a new Kendo UI component to display a record vertically (Or add an option to the existing grid to change the orientation of the records).

Usually, I was using vertical grid to display a single record but some people might need it to display more than one record (ex: when you compare items on best-buy web site)

The vertical grid could also be used as a property grid (http://www.telerik.com/products/silverlight/controls/propertygrid.aspx).
Unplanned
Last Updated: 14 May 2024 09:31 by ADMIN
Created by: Christian
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Team,

the SignalR demos are spread out across multiple products and it is hard to get a single cohesive demo that I'm looking for.

  1. After fresh installation Telerik UI for ASP.NET Core PURCHASED 2024.1.319 (MAT 19, 2004) Start: Demos - Telerik UI for ASP.NET Core 2024 Q1 -> Grid -> SignalR Binding -> hundreds of JS errors -> not working.
    see pic. p101.PNG
  2. https://github.com/telerik/ui-for-aspnet-core-examples Telerik.Examples.Mvc
    I replace telerik local trial nuget packages with purchased and I add kendo-ui-license.js
    I can compile and run the app, but when I change data in one browser -> no changes in other browsers, i.e no SignalR
  3. https://github.com/telerik/ui-for-aspnet-mvc-examples signalR-bound-grid not compilable
  4. https://github.com/telerik/kendo-ui-demos-service/tree/master/signalr-hubs
    This is probably a joke? edited 6 years ago, no Kendo UI, and this can't even start to run
  5. https://www.telerik.com/support/code-library/binding-to-signalr
    download SignalRLocalHub.zip -> compile -> run -> everything (delete, edit, add) works excellently. but this is .Net Framework 4.5! and ancient package references and in addition uses Entity Data Model (EDM).

Request

Please create an example that works like 5) without problems and hundreds of JS errors, but with APS.NET Core (current net8) + SignalR (current @microsoft/signalr 8.0.0) + Kendo UI for jQuery Grid - Entity Data Model (EDM) ? 

Completed
Last Updated: 13 May 2024 12:57 by ADMIN
Release 2024 Q2 (May)

Bug report
ExpansionPanel control is not collapsing/expanding when set up collapseIconClass

Regression since R1 SP1 2023

Reproduction of the problem
Dojo: https://dojo.telerik.com/AqOrUKib

Expected/desired behavior
The user shall be able to set expand and  collapse icons

Environment
Kendo UI version: 2023.1.314 or newer

Completed
Last Updated: 07 May 2024 07:39 by ADMIN
Release 2024 Q2 (May)
Created by: Martin
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
4

I'd like to request adding a clear button similar to the Kendo UI ComboBox for the Kendo UI TextBox.

Thank you!

Unplanned
Last Updated: 02 May 2024 08:00 by ADMIN
Created by: Lee
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
0
Please create a new widget or modify the existing dropdownlist component to allow the user to make more than one selection. The existing multiselect component is not sufficient in that it cannot be modified to look and operate like the dropdown list. This confuses users and makes the controls in a form feel like they came from two different libraries. The major difference is the placement and appearance of the search. In the dropdown list, the search is inside of the list and always 100% width. In the multiselect the search is invisible and inside the selected values box. Our clients are requesting a new tool where the search in the multiselect looks and operates like the search in the dropdownlist and have gone as far as to ask us to ditch Kendo UI for another library.
Declined
Last Updated: 01 May 2024 07:06 by ADMIN
Created by: Arash
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
1

The children of a node (if the children are all leaf nodes) vertically stack when parent is expanded. Can you add a setting that forces horizontal sibling orientation for leaf nodes.

Current:

 

Desired:

Declined
Last Updated: 26 Apr 2024 16:57 by ADMIN

Context: There is an item that illustrates the issue here: https://www.telerik.com/forums/kendo-datepicker-value-not-populated-after-refresh-firefox-only

In Firefox, when using the asp-for tag helper to bind a c# DateTime field to an input element, then calling kendoDatePicker() on that element, the control fails to populate on a soft-refresh (F5). Upon reloading using F5 in Firefox, the input's type is set to datetime-localand the input 's control variation is changed to the default date picker.  Then, the Kendo UI DatePicker is initialized with a blank input which normally has a type of text

Example project and video of issue are attached.

This is the pertinent code (also happens in latest version of Kendo as well):

    public class IndexViewModel
    {
        public DateTime DateAsDateTime { get; set; }
    }
        public IActionResult Index()
        {
            return View(new IndexViewModel { DateAsDateTime = DateTime.Today });
        }
@model IndexViewModel

<input id="dtDate" asp-for="@Model.DateAsDateTime">

<script type="text/javascript">
    $(document).ready(function () {
        $("#dtDate").kendoDatePicker();
    });
</script>