Completed
Last Updated: 06 Oct 2020 13:07 by ADMIN
Release 2020.R3.SP.next

See dojo at https://dojo.telerik.com/@GaloisGirl/akAlaDIP .

The first DateTimePicker is set as readonly and has also aria-readonly manually set to true. It is correctly read by my screen reader (NVDA).

The second DateTimePicker is only set as readonly. It is read by the screen reader editable. It is not marked as readonly in the accessibility tree (per Firefox Developer Edition 71).

I can't find a formal specification, but this page says an input with ARIA role="combobox" needs to have "aria-readonly" set in addition to "readonly".

I'm documenting this for the DateTimePicker , but the same problem occurs for ComboBox ( https://dojo.telerik.com/@GaloisGirl/egeLOxIt ) and possibly other widgets that use the ARIA role combobox.


 

Unplanned
Last Updated: 05 Oct 2020 09:18 by ADMIN
Created by: Kenley
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

Feature request for the Gantt chart. I’d like to be able to attach objects (thumbnail images) to the Gantt hourly timeline. 

I have multiple thumbnail images and each thumbnail has a timestamp. I want to attach the thumbnails on the timeline according to the hourly timestamp of each thumbnail.

Gantt chart should support attaching objects to timeline.


Completed
Last Updated: 17 Sep 2020 17:57 by ADMIN
Created by: Oscar
Comments: 14
Category: Kendo UI for jQuery
Type: Feature Request
72
At typical usecase for web applications is to let the user upload and image (portrait, avatar, picutre of real estate etc.) and then resize and crop it to a specific contrain.

An easy widget for handling the cropping and resizing might come handy for many.

There are solution for cropping and also resizing in jquery plugins already, however a successful and pretty combo of the two seems to lack a bit.

Inspiration:
http://deepliquid.com/content/Jcrop.html
Unplanned
Last Updated: 15 Sep 2020 15:47 by ADMIN
Created by: Suman
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1
A feature/component to edit an existing pdf file?
Unplanned
Last Updated: 14 Sep 2020 18:08 by ADMIN
Created by: Bernard
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Team,

I would like to request a Kendo UI Avatar for jQuery similar to the Kendo UI for Angular.  

Thanks!

Unplanned
Last Updated: 04 Sep 2020 13:33 by ADMIN
Created by: David
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
12
Implement a Timeline Year view for the Scheduler, which holds slots with duration one month.
Unplanned
Last Updated: 01 Sep 2020 10:01 by ADMIN
Created by: Christian Storb
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

The core library should provide a kendo.parseBoolean function such as kendo.parseInt and kendo.parseFloat etc. With such a function, e.g. Configuration settings from AppSettings.config can be conveniently parsed.

Sample: https://jsfiddle.net/chstorb/rxo6hnud/

Unplanned
Last Updated: 26 Aug 2020 10:57 by ADMIN
Created by: Sandeep Kumar
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
12
Locked columns can only be on one side of the Grid.
In Kendo Grid, is it possible to have locked columns on the left and right side.
For Eg: my grid has like 20 columns and i want to lock first few columns to the left side and also lock the custom commands column on the right side of the grid.
Unplanned
Last Updated: 12 Aug 2020 11:16 by ADMIN

Hi.

I make kendo grid which has pageable: {pageSizes: true, pageSize: 10} options.

After $("#grid").data("kendoGrid").setDataSource(dataSource), pageSize is changed NaN.

 

even setOptions() is not working.

$("#grid").data("kendoGrid").setOptions({
				pageable: {
					pageSizes: true,
					pageSize: 10,
				}
		    });

 

This is sample code.


<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8"/>
    <title>Kendo UI Snippet</title>

    <link rel="stylesheet" href="https://kendo.cdn.telerik.com/2020.2.617/styles/kendo.default-v2.min.css"/>

    <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
    <script src="https://kendo.cdn.telerik.com/2020.2.617/js/kendo.all.min.js"></script>
</head>
<body>
  
<div id="grid"></div>
<script>
  let dataSource =new kendo.data.DataSource({data:[{ productName: "Tea", category: "Beverages" }]});
$("#grid").kendoGrid({
  columns: [
    { field: "productName" },
    { field: "category" }
  ],
  dataSource: [
    { productName: "Tea", category: "Beverages" },
    { productName: "Coffee", category: "Beverages" },
    { productName: "Ham", category: "Food" },
    { productName: "Bread", category: "Food" }
   
  ],
  pageable: {
					pageSizes: true,
					pageSize: 10,
				},
});
  
$("#grid").data("kendoGrid").setDataSource(dataSource);
$("#grid").data("kendoGrid").setOptions({
				pageable: {
					pageSizes: true,
					pageSize: 10,
				}
		    });
</script>
</body>
</html>

Unplanned
Last Updated: 12 Aug 2020 08:25 by ADMIN
I have added spreadsheet to angular project. There is one query for me on this. When adding filters to the header row, the items inside the filter window are not sorted in ascending order. can you please tell me if there is any way to do it. I have to sort it before showing it in UI. I can see this feature in excel and user is expecting same behavior here as well. 
Unplanned
Last Updated: 28 Jul 2020 19:30 by ADMIN
Created by: Saurabh
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
3

Hi Team,

I'd like to request a component which would be a real-time clock/timer.  

Thank you!

Completed
Last Updated: 28 Jul 2020 19:17 by ADMIN
Created by: IKKI
Comments: 20
Category: Kendo UI for jQuery
Type: Feature Request
95
When we do some pages just like register, we need step by step, a smart wizard plugin will be useful.
Completed
Last Updated: 24 Jul 2020 11:16 by ADMIN
Created by: Vadim
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
http://docs.telerik.com/kendo-ui/framework/templates/overview#template-syntax

Comment requires double slash //

        var result = template(data); /Pass the data to the compiled template
Completed
Last Updated: 20 Jul 2020 06:42 by ADMIN

1)I have configured drop-down(list) for the values in the cell of spread sheet.

2)Scroll bar is not coming in that drop down list.

3)Due to which if list is big ,it is going out of sheet.

4)Please see the screenshot attached to see the issue.

5)Kindly reply.

Unplanned
Last Updated: 30 Jun 2020 10:31 by ADMIN
Created by: Vedad
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
10
Please, provide support for different zoom levels of the browsers for zoom-in scenarios up to 200%. That would improve the accessibility of the widgets.
Declined
Last Updated: 30 Jun 2020 08:30 by ADMIN
Created by: Imported User
Comments: 26
Category: Kendo UI for jQuery
Type: Feature Request
128
I'm resurrecting this on the suggestion of Todd Anglin.  An earlier request for this feature was declined because modern browsers include spell check.

However, there are many use cases where this is no use.  In my particular case I need:

   - Spell Check to work in IE8
   - Custom (and programmatically accessible) dictionaries
   - The ability to programmatically turn spell check on/off on a field by field basis
Unplanned
Last Updated: 23 Jun 2020 09:43 by ADMIN
Created by: Shobhit
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Currently, the Context Menu does not provide a configuration for auto-closing the menu. Adding an option to close the Context Menu after a specific amount of time would be very useful.
Declined
Last Updated: 22 Jun 2020 15:57 by ADMIN

Hi, 

Every widget that supports control of visibility configuration uses "VISIBLE", but when using MVVM to control HTML objects it is: data-bind = "invisible: someThing" .  This IMHO is inconsistent, counterintuitive, and adds complication.  If you are controlling the visibility of a mix of Kendo and HTML objects on the same bit of data, you need to duplicate it with a negated version or resort needlessly to templating logic.  Maybe I'm missing something but this seems like a no-brainer.

Thanks,

Will Dougherty 

Unplanned
Last Updated: 19 Jun 2020 14:11 by ADMIN
Created by: ecobite
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

Hy,

  in the editor i need this feature:

    image: resize, crop, flip and filter

 

 

Thanks,

João Duarte

Unplanned
Last Updated: 19 Jun 2020 12:43 by ADMIN
Created by: ecobite
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

HY, 

 i need a or advanced and user friendly tablet edit and format (for example: cell context menu for formatting, multi cell select for formatting and merge, and so on )

( i want replace all external editor in my application for the Kendo Editor, but i need more user friendly table and image format/edit functionality, some like the other WYSIWYG  editor (ChkEditor, TinyMCE,...) )

 

 Nice feature will we the document format with text flow ( like google docs), so i can do a document in a A4 page size  and flow text over the pages.

 

 

Thanks