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
Unplanned
Last Updated: 15 Oct 2020 07:30 by ADMIN

1. Create a table

2. Add a caption

3. Select caption and format it to be a heading (h1, h2..)

4. Note that the layout becomes distorted.

 

It is expected that the heading element will be wrapped in the caption element, which is valid html5 according to w3 validator

 

http://validator.w3.org/#validate_by_input

 


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <table style="width:1177px;"><caption><h2>Text</h2></caption><tbody><tr style="height:21px;"><td style="width:382.812px;">a</td>
        <td style="width:382.812px;">a</td>
        <td style="width:381.812px;">a</td>
        </tr>
        <tr style="height:21px;"><td style="width:382.812px;">a</td>
        <td style="width:382.812px;">a</td>
        <td style="width:381.812px;">a</td>
        </tr>
        </tbody></table>
        <p>&nbsp;</p>
</body>
</html>

 

This behaviour has already been discussed with Yanko Dzhemerenov internally.  

Completed
Last Updated: 09 Oct 2020 12:15 by ADMIN
Release 2020.R3.SP.next
Created by: Drew
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

Bug report

There is no definition of type in the WorkbookSheetRow definition (line 21897 in kendo.all.d.ts):

interface WorkbookSheetRow {
	cells?: WorkbookSheetRowCell[];
	index?: number;
	height?: number;
}

The values of the sheets.rows.type: https://docs.telerik.com/kendo-ui/api/javascript/ooxml/workbook/configuration/sheets.rows.type

Reproduction of the problem

Current behavior

Expected/desired behavior

Environment

  • Kendo UI version: 2020.3.915
  • jQuery version: x.y
  • Browser: [all]
Unplanned
Last Updated: 08 Oct 2020 10:53 by Shiraz

Our application is using lots of hierarchical grids to show business data, as it's really hard to scroll thru so many columns, is it possible to support column locking for top level grid? I saw documentation shows column locking doesn't work with row template with detail feature.  This requirement is really importantant for us.

After contacting support, they suggested to log feature request.

Any questions, let us know.

Thanks

Annasaheb Rahane

QAD Inc.

 

Completed
Last Updated: 06 Oct 2020 14:07 by ADMIN
Release 2019.R2.SP1
In cases when incell editing is enabled, grid is scrollable it is possible that a cell from the last row is not switched to edit mode as expected. Please refer to the attached source code and the steps below to replicate the issue. The problem can be observed only with a 2019.1.403 version of the Kendo scripts (an internal build). Please test the example with 2019.1.403 version of the scripts to replicate the issue. 
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/