Duplicated
Last Updated: 06 Mar 2024 09:15 by ADMIN

Dear support team,

when using the gradient color selection for font color and/or background color the textbox for the HEX value seems to be "disabled".
It can not be selected by using the mouse but it works using keyboard navigation, so the TAB key.

This can be reproduced easily with the samples in the API documentation (https://docs.telerik.com/kendo-ui/api/javascript/ui/editor/configuration/tools.palette) of the editor or the main demo by changing the "foreColor" or "backColor" tools to 

{
   name: "backColor",
   palette: null
}

or see the following dojo containing the default : https://dojo.telerik.com/IbaFaGIz

This is annoying in case you have an exact color that should be used as it is awkward to select it in the "color area".
The textbox should be fully useable by the users.

PS:
Same when switching from HEX to RGB input.

Duplicated
Last Updated: 13 Feb 2024 08:50 by ADMIN
Created by: eDAD
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
1
Bug Title: Columns are not programmatically associated with their table headers.

Severity: Sev 2 (High)

Test Environment:

OS Version: 22H2 (OS Build 25352.1)
Edge Dev: Version 114.0.1807.6 (Official build) dev (64-bit)
Screen Reader: Narrator

Repro steps:

1.Open kendoSample (codepen.io).
2.Navigate through tables.
3.Verify whether Columns are programmatically associated with their table headers or not.

Actual Result:
Table header and their data are in different tables. Columns are not associated programmatically with their headers.

Excepted result:
Columns should be associated programmatically with their headers.
Duplicated
Last Updated: 09 Nov 2023 09:17 by ADMIN
Created by: Jonas
Comments: 2
Category: TreeList
Type: Bug Report
0

Based on the MVVM demo: https://demos.telerik.com/kendo-ui/treelist/mvvm

DoJo: https://dojo.telerik.com/aYocadiS

Description: MVVM TreeList with column template, inside the template is a MVVM button.

Steps to reproduce:

- open the DoJo

- Button is rendered correctly

- expand a row

- Buttons are now messed up and don't work anymore

Duplicated
Last Updated: 02 Nov 2023 09:53 by ADMIN

Hi,

I'm finding that the grid pager is improperly rendered when it's initialized while hidden. Regression was introduced in version 2023.2.829 (didn't check internal revisions).

I use this, for example, when using tab panels and switching tabs containing grids.

 

I've made a dojo that illustrates the issue, clicking the button "show grid" shows the previously hidden grid

https://dojo.telerik.com/AZADekem

 

Best,

Gil

Duplicated
Last Updated: 26 Sep 2023 06:46 by ADMIN
Created by: Martin
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
1

If a column is hidden in a grid, editing and then closing the popup shows the column for that row.

 

Duplicated
Last Updated: 14 Jul 2023 11:09 by ADMIN
Created by: Vlad
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
1
If using a kendo grid with a classic columnMenu setting, clicking "ok" or "cancel" after trying to filter by item crashes
Duplicated
Last Updated: 14 Jul 2023 11:05 by ADMIN
Created by: Vlad
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
1

Hello,

I am experiencing a bug on my kendo grid filtering when doing a filter on the column with foreign keys.

In the filtering popup, the 2nd dropdown to select value is always empty and there is no data associated with the dropdown.

You can also see this bug on yoru demo site:

https://demos.telerik.com/kendo-ui/grid/foreignkeycolumn

Here i am trying to filter by category and the first dropdown has data in it, however the 2nd one doesn't.

Please advise,

 

Thanks,

 

Vlad

Duplicated
Last Updated: 11 Apr 2023 07:58 by ADMIN
Created by: Artem
Comments: 1
Category: Date/Time Pickers
Type: Feature Request
16
It would be great to allow custom configuration of Time drop down in DateTimePicker control.
Since most occurrences in normal system will take place between normal business hours (7am - 6pm), it would make sense to have the time dropdown start at 7am and then go on from there so it would be:
7am 8am 9am .... 4pm 5pm 6pm ...... 12am 1am etc.
This would improve user experience by putting the most commonly selected times first in the dropdown list and reduce the scrolling the user has to perform.
Duplicated
Last Updated: 24 Oct 2022 09:30 by ADMIN
Created by: Cheng Mun
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
4

Hi Support Team,

Would like to request for a new feature to double click on the header column or row can auto fix the column and row size.

Duplicated
Last Updated: 18 Oct 2022 07:58 by ADMIN
Created by: Imported User
Comments: 2
Category: Scheduler
Type: Feature Request
1
Having the ability to setup a recurrence outside of the scheduler would be nice.  The ability to use recurrences for other things that don't make sense showing up on a scheduler.  An example would be setting up a an email subscription.  I want it to recur, but I don't need to see it on a calendar.  
Duplicated
Last Updated: 24 Jun 2022 09:38 by Kirby

Hi Kendo Team,

I am getting this error when trying to open a pdf from Azure Blob using kendoPDFViewer. (Error: has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.)

I use token-based authentication by SSL token included to the image/pdf URLs and It works fine for image viewing using 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?

Or do I need to use dplProcessing with an Authorization token

Duplicated
Last Updated: 21 Jun 2022 09:20 by ADMIN

TL;DR: The DropDownList widget cannot be closed by clicking the arrow-icon.

The long story:

After the DropDownList has been opened once, it closes and reopens every time the user clicks the arrow-icon. Closing the DropDownList still works when clicking anywhere on the dropDown except the arrow-icon (or rather the button around it) or anywhere else but the dropDown. This DOJO demonstrates the problem. Animations have been disabled to allow easier reproduction (with animations on, the problem appears only occasionally, probably because of timing issues).

If you look closely, you will notice that the dropDown closes when the mouse button is pressed and reopens when the mouse button is released (this is when the click event is fired). Therefore, the problem can be (temporarily) mitigated by suppressing the mousedown event on the dropDown's wrapper element.

Duplicated
Last Updated: 12 May 2022 12:35 by ADMIN
The DataBound event fires for each node that has children, but does not fire for the bottom-level nodes.  This is the same behavior as the hierarchical data source Change event.  It fires for each datasource level, which includes a parent and its children, but does not fire for the children unless they also have children.

Since there also is no event that triggers when the entire tree is loaded, there is no good way to perform an operation on each TreeView node after the TreeView is refreshed.  The only way is to traverse the tree after using a timeout to wait for the datasource to load.  This is a brittle arrangement.  Incident 1041348 provides a test case for this scenario.
Duplicated
Last Updated: 08 Mar 2022 09:15 by ADMIN
Created by: Murali
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
We need legend in kendo map for our requirement.
Duplicated
Last Updated: 08 Feb 2022 08:14 by ADMIN
Created by: Sergei
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
3
I am watching the R1 webcast, and I wondering if there's anything in the future for Kendo UI for Svelte. 
If not, it would be helpful to see how the jQuery option could be integrated with Svelte's (amazing) change detection.
Duplicated
Last Updated: 03 Feb 2022 12:11 by ADMIN
Created by: Andrew
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
1
I'd really appreciate it if it were possible to include the Grid's aggregate data (the summary row) when using drawTabularData, and to format the summary row, like you can format the header row -- ideally including font style (e.g. bold), rather than just font color.
Duplicated
Last Updated: 26 Jan 2022 12:32 by ADMIN
Created by: Robert Madrian
Comments: 0
Category: Grid
Type: Feature Request
2
would be useful
Duplicated
Last Updated: 23 Dec 2021 08:32 by ADMIN
Created by: Roger
Comments: 2
Category: Kendo UI for jQuery
Type: Feature Request
2

Pasting a cell value into multiple selected cells results in only the first cell in the range getting the value.

Steps to reproduce:
1) Go to https://demos.telerik.com/kendo-ui/spreadsheet/index
2) Click on cell B3 (Calzone) and press CTRL-C
3) Click on cell B4, hold the shift key and arrow down until cells B4-B7 are highlighted (or select the B4-B7 range with the mouse)
4) press CTRL-V

The outcome is only cell B4 receives the value of "Calzone".

Expected/desired behavior

All cells B4-B7 should have the value "Calzone".

Duplicated
Last Updated: 02 Dec 2021 11:54 by ADMIN
Created by: mkosieradzki
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
5
Add possibility to create cell editors with button opening popup or window containing for example Rich text editor, textarea or any other advanced editor. Currently it is impossible due to some limitations in grid incell editing design.
Duplicated
Last Updated: 12 Nov 2021 09:08 by ADMIN
Created by: Fernando
Comments: 0
Category: PDFViewer
Type: Feature Request
1

Currently, the feature for open a pdf with password protection it's not supported, any solution for this, is necessary because many pdfs use security for confidentiality.

1 2 3 4