Unplanned
Last Updated: 30 Sep 2025 17:32 by DevAdmin
Created by: DevAdmin
Comments: 0
Category: Scheduler
Type: Feature Request
1

Hi Team,

I want the scheduler to respond to mobile phones and tablets, e.g. I have many columns in the day view. I want to have specific columns, e.g. the first 2 or 3 to be visible and the rest to scroll horizontally so that you can see them within the scheduler and not have to scroll the page horizontally.

Thank you!

Pending Review
Last Updated: 25 Sep 2025 21:00 by Mark
Created by: Mark
Comments: 0
Category: Gantt
Type: Feature Request
0

The Gantt desperately needs a way to position the title somewhere other than inside bar. Other Gantt charts I have used will allow you to place the title to the right of the bar so the title is still displayed in its entirety regardless of the pixel size of the rendered task bar.

Other kendo charts already allow similar configuration options. I have tried using the taskTemplate and css which I can get to show on the screen just below the bar however the title is then not visible in the pdf view.

, taskTemplate: function (task) {
    // move label just below and to the far right of the task bar
    return '<span class="task-label" style="position:absolute; right:0; color:#000;">' + task.title + '</span>';
}

Please advise.

Unplanned
Last Updated: 25 Sep 2025 09:10 by ADMIN
Created by: Anant
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Currently, the Kendo UI RangeSlider provides a single-colored track (.k-slider-track) with a separate style applied only to the selected range. However, in many modern design requirements, there is a need to split the track into multiple colored sections (e.g., 3 or more segments with different colors) to visually represent thresholds, ranges, or categories.

Example Use Cases:

  • Displaying low, medium, and high ranges with green, yellow, and red colors.

  • Visualizing different risk or performance levels directly on the slider track.

  • Providing a better UI experience by mapping ranges to business values.

Requested Feature:
Add native support to configure multiple color segments within the RangeSlider track (either via configuration options or styling hooks). Ideally, developers should be able to specify:

  • Number of segments.

  • Color for each segment.

  • Segment boundaries (percentage or value-based).

Workarounds Tried:
Custom CSS overlays and pseudo-elements can partially simulate the effect, but they are not reliable or fully aligned with the slider’s rendering behavior.

Impact:
This feature would enhance usability and visualization, making the RangeSlider more flexible for dashboards, financial apps, performance monitoring, and other business-critical UI scenarios.

Reference:
Please find an attached image illustrating the requested multicolored track (example with 3 segments: green, yellow, and red).

 

Unplanned
Last Updated: 23 Sep 2025 05:59 by ADMIN
Created by: Dominic
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

We would like the ability to execute custom actions once a control has been fully initialized and rendered.

Use Case
On our login page, we use the Form control. After the Form control is created, we need to reposition our SSO buttons so that they appear beneath the default buttons rendered by the form. Without a reliable event, it is difficult to determine when the control is ready for safe modification.

Proposed Solution
Introduce a Created event (or similar) that is triggered once the control is fully rendered. This event would provide a hook for developers to perform additional UI adjustments or integrate custom functionality.

Reference
Syncfusion ASP.NET Core controls provide this functionality through a Created event.

Unplanned
Last Updated: 08 Sep 2025 14:22 by Lee
Created by: Danny
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
11
Slider seems to only output numbers, I want to use it for date ranges, ala mint.com.
Unplanned
Last Updated: 08 Sep 2025 12:36 by ADMIN
Created by: ecobite
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
2

Hi Team,

I would like to request the source code from the AI Service from the Kendo UI Grid demos be available to download.  

Thank you!

  
Unplanned
Last Updated: 03 Sep 2025 19:33 by Alex
Created by: Alex
Comments: 0
Category: LinearGauge
Type: Feature Request
1

Hi Team,

I would like to request to add Markers to the Radial Gauge.  Something similar to this:

Thank you!

Unplanned
Last Updated: 27 Aug 2025 06:59 by ADMIN

Hello Support Team,
I am currently trying to use the scroll feature of the context menu.
However, I find that the visibility of the context menu’s scroll arrows is too low.
When hovering the mouse over them, the color changes only slightly, which makes them hardly noticeable.

Would it be possible to make the color change more prominent so that the arrows stand out better?
Please see the attached screenshot and the Dojo example.

In addition, I believe the arrows are not very intuitive in terms of functionality.
It would be helpful if they could indicate more clearly whether there are additional items above or below.

Could you improve this feature?

Thanks!

Unplanned
Last Updated: 26 Aug 2025 08:37 by ADMIN
Created by: Philip
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

When a pager control uses responsive mode, but renders initially as hidden, the control fails to render properly.

The control should render to the appropriate responsive mode regardless of whether the control is visible or not when it is initially rendered.

Completed
Last Updated: 12 Aug 2025 14:53 by ADMIN
Created by: Andrew
Comments: 24
Category: Kendo UI for jQuery
Type: Feature Request
91
For example; similar to http://www.highcharts.com/stock/demo/arearange

Having area 'scatter' support, such as 'scatterArea', and 'scatterAreaRange', like the existing 'scatterLine', is also desirable.
Unplanned
Last Updated: 07 Aug 2025 06:47 by Yohann
Created by: John
Comments: 2
Category: DropDownList
Type: Feature Request
2
Add a filterOptions option that will enable users to configure attributes, placeholder, etc for the search box of the DropDownList. 
Unplanned
Last Updated: 06 Aug 2025 10:49 by Paweł Korczak
Created by: Paweł Korczak
Comments: 0
Category: TabStrip
Type: Feature Request
0

Currently, when items are reordered or moved from one ListBox to another, the items are present in the dataSource, but not in the position they are displayed. I know about the following solutions: 

https://www.telerik.com/kendo-jquery-ui/documentation/knowledge-base/list-box-reordering-not-working 

and - https://dojo.telerik.com/gDwkisQr 

However, I would like to have a built-in method for retrieving the items in the order they are displayed.

Unplanned
Last Updated: 01 Aug 2025 08:52 by Praveen

When the Grid has scrollable.virtual enabled and pdfExport.allPages set to true, the loader is actually displayed, but it gets hidden immediately when the next page is loaded for exporting. This leads to the loader appearing as not visible. https://dojo.telerik.com/QlIlIbTZ

I would like the progress bar functionality to be improved and to have built-in support for displaying a progress bar in the virtual Grid when exporting all pages

 
Unplanned
Last Updated: 31 Jul 2025 05:53 by omti
When a column is grouped, sorting that column is no longer meaningful. Currently, it’s possible to manually update the column options to hide the sort indicator, but doing so creates gaps in the numbering of the remaining indicators (e.g., 1 and 3 instead of 1 and 2), which can be confusing for end users.

If the Grid could automatically hide sort indicators for grouped columns and re-index the sort numbers for the remaining sortable columns, or provide an API to trigger this behavior, it would make the UI much cleaner and more intuitive.
Unplanned
Last Updated: 30 Jul 2025 16:44 by Tim
Created by: sreeraj
Comments: 3
Category: Editor
Type: Feature Request
7
For example when we type @ it should autocomplete a certain list of data in the editor
Unplanned
Last Updated: 24 Jul 2025 06:49 by Paweł Korczak
Created by: Paweł Korczak
Comments: 0
Category: Window
Type: Feature Request
0

Currently in kendo.prompt, the user can accept or decline the entered value in the popup only by clicking on the 'OK' and ' Cancel' buttons.

I know I can workaround that behavior as demonstrated below - https://dojo.telerik.com/pRIUUdCh 

$('[role="alertdialog"]').on('keydown', function(event){
        if(event.keyCode == 13){
          $('[role="alertdialog"] .k-button:first-child').focus();
          $('[role="alertdialog"] .k-button:first-child').click();

        } else if (event.keyCode == 27){
          $('[role="alertdialog"] .k-actions .k-button').eq(1).click()
        }
      })

However, I would like to have a built-in possibility to accept and cancel through the Enter and Escape keys.

 

Duplicated
Last Updated: 15 Jul 2025 07:49 by ADMIN
Created by: Karl
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

Views - Month - numberOfWeeks (set to 6 weeks), do not need to see previous or next month week.  Only show days of the selected month.

This is OK:

This is not, unnecessary week of Aug 03.  The extra week adds to a busy calendar clutter.

 

 

Unplanned
Last Updated: 03 Jul 2025 17:01 by Jakob
Created by: Jakob
Comments: 0
Category: Filter
Type: Feature Request
1

Hi Team,

I would like to request a way to include multiple items in one operation of the Kendo UI Filter.  For example, providing two DropDownLists in one operation.

Thank you!

Unplanned
Last Updated: 30 Jun 2025 09:21 by Lee

Currently, when Chrome Translate is activated and the user presses 'Enter' key in the Editor, the text is translated.

Also, when Translate is enabled and the user types fast, some characters disappear, as Chrome rewrites the inner text of elements. I know that this can be controlled by adding a translate attribute.

However, I would like to have the option to control this by the built-in Editor configuration options (for example, translate: false).


Unplanned
Last Updated: 25 Jun 2025 09:59 by ADMIN
Created by: Christian
Comments: 21
Category: OrgChart
Type: Feature Request
49

The horizontal space between all OrgChart nodes on the same level is one and the same and it is equal to the horizontal space needed to show the child nodes of the parent with most child nodes. It is represented by the red squares on the image below. This results in excessive empty horizontal space between nodes with no child nodes or no visible child nodes.

This may be observed on the following Dojo runner. Currently the OrgChart has empty space between the first level nodes, and also there is empty space after the last node:

Suggested behavior:
There is no empty horizontal space between nodes on the same level - highlighted in yellow on the image above. In the above scenario, there should be no empty space between the first level's second and third node and no space after the third node, which may be observed, when the first node has no expanded child node:

 

 

1 2 3 4 5 6