Completed
Last Updated: 26 Jan 2021 14:32 by ADMIN
Release 2021.R1.SP.next

If the delete rows button is used on a table that is followed by another table, and all the rows from the first one are deleted, the next table receives focus. Upon clicking the delete row button again, an error is being thrown "Cannot read property 'rows' of undefined".

The issue can be reproduced with the Basic Usage Demo::

  • create a table
  • create a table immediately following the first
  • focus the last row of the first table and click the 'Delete row' button until all rows are deleted.
  • Click the 'Delete row' button again.

Completed
Last Updated: 26 Jan 2021 09:40 by ADMIN
Created by: Mykhailo
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
0
NumericTextBox is setted propery decimals="0" that means there shouldn't be decimals and it works well when a value is not minus. 
But when a value is minus it allows decimals.
Completed
Last Updated: 25 Jan 2021 08:03 by ADMIN

The event handling between DatePicker and DateTimePicker is inconsistent.

If I manually type a date into DatePicker and tab away from the input, the change event is triggered

If I do the same in DateTimePicker, no event is triggered

They should behave the same, of course DateTimePicker should also trigger whether or not the user types in a time

 

https://demos.telerik.com/kendo-ui/datepicker/events

https://demos.telerik.com/kendo-ui/datetimepicker/events

Duplicated
Last Updated: 11 Jan 2021 14:44 by ADMIN
Created by: Jacob
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
8
There only seems to be support for assigning a display timezone to the Scheduler component.  This means that other date/time components/formats are forced to use either the browser's timezone (default) or require various event hacks to allow for manual conversion of values from the browser timezone to the preferred timezone used to display date/time values.

It would be very nice if the following were supported:

1. Ability to set a default timezone across all date/time widgets (not just the scheduler). This could be similar to how cultures are set to localize messages and formats.  If left unset, it would use the browser's timezone.

2. Ability to set a display timezone (different from the default) on all date/time components similar to what's available on the Scheduler.  

Those features should yield the following benefits:
- allow end-users of applications using Kendo to select/store a preferred display timezone, which could be applied to all components.  
- reduce the additional effort and workarounds required to apply a particular timezone consistently across all/some widgets
- If #2 allowed for functions (at least on some components like the Grid), it should make it possible to display date/times based on timezone values from records
Unplanned
Last Updated: 11 Jan 2021 12:54 by ADMIN

When unformatted multi-line content is pasted in an existing paragraph inside the Kendo Editor, the paragraph is removed and the pasted content is inserted in the body of the Editor.

Steps to reproduce:

  • Open: https://dojo.telerik.com/osANirag/8
  • Type in the content editable: "text row 1", hit ENTER, type "text row 2"
  • Copy the content from the content editable.
  • Paste the content in the first paragraph in the Kendo Editor

Result:

The pasted content replases the paragraph.

Expected Result:

The pasted content should be inserted in the paragraph.

Completed
Last Updated: 04 Jan 2021 08:55 by ADMIN
Release 2020.R2
Created by: Piyush Bhatt
Comments: 7
Category: Kendo UI for jQuery
Type: Feature Request
68
Can we have a theme or feature of all input controls that can support floating labels like in google material design? 

The current material design theme demos do not show example of floating labels.
Declined
Last Updated: 30 Dec 2020 13:25 by ADMIN
Created by: Holyhehe
Comments: 3
Category: Kendo UI for jQuery
Type: Feature Request
0

Hi all,

I would like to request a feature by enabling sorting of grouped headers only by the sum of values in a specified column.

Thank you.

Declined
Last Updated: 10 Dec 2020 10:20 by ADMIN
Completed
Last Updated: 04 Dec 2020 04:28 by ChingPou
ADMIN
Created by: Bozhidar
Comments: 5
Category: Kendo UI for jQuery
Type: Feature Request
15
Add an Year view in addition to the Day, Week and Month views.
Unplanned
Last Updated: 26 Nov 2020 11:22 by ADMIN
Created by: Steven
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
1

I would like to request that an autosize feature be added for the dropdown portion of the multicolumncombobox in Kendo UI for jQuery. 

I had been using the kendo jquery dropdown autowidth and had expected a similar functionality to be available and was surprised that it wasn't.  I have used winforms ui multicolumncomobobox in the past and it has some different fill/autosize/fit abilities. 

 

Declined
Last Updated: 18 Nov 2020 11:26 by ADMIN

Bug report

Reproduction of the problem

Dojo example.

Current behavior

Data is exported incorrectly.

Expected/desired behavior

Data is exported correctly (see the Spreadsheet export)

Environment

  • Kendo UI version: 2020.3.1021
  • jQuery version: x.y
  • Browser: [all]
Declined
Last Updated: 05 Nov 2020 16:37 by ADMIN

Hi Keno Team,

I am getting this CORS error when trying to open a pdf file from an Azure blob using kendoPDFViewer. (Error: ' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. )

I have an SSL token included to pdf/image URLs and work fine for image viewing with kendoImageEditor.

 

My code is simple as follows

                            this.viewer = $("#pdfViewer").kendoPDFViewer({

                                pdfjsProcessing: {

                                    file: pdfUrl,

                               },

                                width: "100%",

                            }).data("kendoPDFViewer");

Could you please let me know how to fix  this issue

Completed
Last Updated: 05 Nov 2020 12:32 by ADMIN
Release 2020.R3.SP.next

I'm trying to use the workDays option to only show Saturday and Sunday in the workWeek view (this is for a weekend working rota -- I don't want to show Mon - Fri):

{ type: "workWeek", selected: true, workDays: [6,0] },

However, only Saturday is being displayed.

Note, I'm using a custom culture that sets the first day of the week to Saturday, but the same problem occurs when using the standard en-GB culture.

Unplanned
Last Updated: 04 Nov 2020 17:53 by Zack
Created by: Zack
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

Bug report

Reproduction of the problem

Dojo example.

  1. Click the "export" button

Current behavior

Drawing does not export the content. This is due to the img tags having a loading="lazy" attribute.

Expected/desired behavior

The images are exported. The attribute should be stripped if needed.

Environment

  • Kendo UI version: 2020.3.1021
  • jQuery version: x.y
  • Browser: [Chrome XX | Firefox XX ]
Duplicated
Last Updated: 03 Nov 2020 15:04 by ADMIN
Created by: Pierre-Marc
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
2
Work like à tree view, but display as an organisation chart to see a company hierachy
Completed
Last Updated: 29 Oct 2020 15:26 by ADMIN
Release 2020.R3.SP.next
Created by: Eric
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

Prerequisites: Chrome browser, Outlook 2016 or 365

Steps to Replicate

From Outlook, click to hold down on an email. Drag and drop it to the upload area.

Expected Behavior: The e-mail is copied to the upload widget and uploaded.

Actual Behavior: E-mail is deleted from the folder it existed in and moved to "Deleted Items". If it was copied from "Deleted Items", it is permanently deleted.

Notes:

This does not work in Firefox or Safari--it appears a new version of Chrome enabled the "drag-and-drop from emails" feature. Drag and drop from the other two browsers simply does nothing.

There is already technology to provide a "copy" option for drag-and-drop implementations from emails. (https://answers.microsoft.com/en-us/msoffice/forum/all/drag-and-drop-works-however-deletes-email-can-we/865f60c3-7980-4465-8a19-4d60b0ae5aba?page=2)

Telerik has stated that they "do not support" this feature (source: https://www.telerik.com/forums/drag-and-drop-outlook-email) I would like this feature to be supported.

Completed
Last Updated: 27 Oct 2020 11:07 by ADMIN
Release 2020.R3.SP.next
Created by: EntSoftSol
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

There is an issue with LESS Fiori Theme on the Last release of Kendo UI Scheduler. The issue can be observed in the demos:

Unplanned
Last Updated: 22 Oct 2020 07:08 by ADMIN
https://github.com/telerik/kendo-ui-core/issues/6087
Unplanned
Last Updated: 21 Oct 2020 13:27 by ADMIN
Created by: Vinod
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1

Hi Team,

I'd like to request a control which takes a screenshot of a browser's page and save it in a specific format like a jpeg.

Thank you

Unplanned
Last Updated: 19 Oct 2020 05:54 by ADMIN
Created by: Magnus
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
7
Package kendo ui widgets as ES6 modules