Completed
Last Updated: 18 Feb 2022 13:36 by ADMIN
Release 2022.R1.SP.next

Bug report
Window modal overlay missing when using KendoWindow that has the following configuration fo window1
{

modal: true,

draggable: {containment: "body"}

}

I aware that there is this forum talking about this issue, but the example is opeining both window without draggable.containment configuration.

The current easist workaround is dont set draggable.containment for window1

Reproduction of the problem
1. Run this dojo

2. Open window1, then open window2, close window2

3. The modal overlay for window1 dissapeared


Current behavior
When window1 has configuration for draggable.contaiment, its modal overlay will dissapear after window2 closed

Expected/desired behavior
The modal overlay for window1 should remain, closing window2 should not affect window1's modal overlay

Environment
Kendo UI version: 2021.2.616
jQuery version: 3.4.1
Browser: all

Completed
Last Updated: 31 Jan 2022 09:52 by ADMIN
Release 2022.R1
Created by: jose eduardo
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

When the Grid is rendered inside of a ListBox, the edit of a cell is immediately cancelled due to the focus being stolen from the ListBox.

https://dojo.telerik.com/iYuDAwIp/3

Declined
Last Updated: 20 Aug 2021 10:32 by ADMIN
Created by: atb00ker
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
0

Hi,

 

The `alwaysVisible` option is ignored when we have an external DataSource.

Consider the following code:

 

```

var dataSource = new kendo.data.DataSource({
   pageSize: 2,
   data: [
       { name: "Jane Doe", age: 30 },
       { name: "John Doe", age: 33 }
   ]
});

$("#grid").kendoGrid({
   columns: [
       { field: "name" },
       { field: "age" }
   ],
});
var grid = $("#grid").data("kendoGrid");

grid.setDataSource(dataSource);

grid.setOptions({
   pageable: {
       alwaysVisible: false
   }
});

```

Here, since the `pageSize=2` and we have `2` records; I don't expect to see not the pagination and other pager options after `alwaysVisible` is set to `false`.
However, I do see them since `alwaysVisible` is completely ignored.

When I move the datasource back inside the `$("#grid").kendoGrid({})` everything works as expected.

Please let me know if this is an bug or I have mistaken in understanding something about the options.

Thanks,

Ajay

Declined
Last Updated: 04 Aug 2021 10:18 by ADMIN
Created by: Lynn
Comments: 5
Category: Kendo UI for jQuery
Type: Bug Report
0

Hi,

When I call grid.datasource.sync() on a datasource that has a model id defined, but this field is unmapped, I get a cryptic error. You can find a reproducer here: https://dojo.telerik.com/iLacazot

Uncaught TypeError: o is undefined
    setup http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    create http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    _promise http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    Deferred jQuery
    _promise http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    _send http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    sync http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
    <anonymous> http://127.0.0.1/a/program/discount/search/:4058


On a slightly related subject; When checking the docs on the model id it seems that the example is missing from this page:

https://docs.telerik.com/kendo-ui/api/javascript/data/model/fields/id

Completed
Last Updated: 08 Oct 2021 07:05 by ADMIN
Release R3.2021.SP.next
Created by: Aniket
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
0

I am trying to upgrade to jQuery 3.5.1 and as per the documentation regarding compatible KendoUI versions I have upgraded KendoUI to v2021.1.119 (R1 2021). Now even though this version is compatible, I am getting warning messages from jQuery Migrate plugin as follows:

 

Wondering if this issue is known and support for the issue is on its way. Or else is it reccomended to change the minified JS files as these seems to be simple fixes.

Thanks!

Unplanned
Last Updated: 20 Jul 2021 08:42 by ADMIN

Bug report

When the Editor is used in ExpansionPanel and an image is dragged in the Editor an error is thrown, The issue is reproducible after the ExpansionPanel is collapsed and then expanded.

Reproduction of the problem

  1. Open the Dojo example
  2. Collapse the ExpansionPanel
  3. Expand the ExpansionPanel
  4. Drag and drop an image into the inline editor

Current behavior

The image is displayed in a new tab and the following error appears: Cannot read property 'nodeType' of null

Expected/desired behavior

The image should be rendered in the Editor without errors in the console even after collapsing/expanding the ExpasnionPanel

Environment

  • Kendo UI version: 2021.2.616
Declined
Last Updated: 05 Jul 2021 14:02 by ADMIN

Open this example https://dojo.telerik.com/@lydbell/UcOFiKad.

Run and wait 1 sec.

The selected custom view is lost and the Gantt chart reverts to the weekly view.

 

 

 

Declined
Last Updated: 18 Jun 2021 08:06 by ADMIN
Created by: Karel
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
2

Hi,

 

I'm 100% sure I've found a bug that occurs when trying to load a state into the kendo Filter component.

I've tried this on the example of the official documentation below ("Loading Settings on Demand")

https://docs.telerik.com/kendo-ui/controls/data-management/filter/state#loading-settings-on-demand

 

Here are some reproduction steps:

1. Click Add expression

2. Add Cost - Is equal to - 25

3. Click Save

4. Click any of the 2 close icons

5. Click Load (This should load in the filter of the cost being 25)

6. Once again, click any of the 2 close icons.

7. Click Save

8. Click Load (This should load all the results since we removed the filters and saved that state.)

9. As you can see, it once again loaded the filter instead of loading in the empty filter object.

 

Please fix this :)

 

Kind regards

Declined
Last Updated: 20 May 2021 14:40 by ADMIN
  1. Create a box with background and text color like below in Excel

  2. Create quickanalysis for it


  3. Select Formatting -> Text That Cointains -> Custom Format...

  4. I chose red for the text and orange for the background

  5. The result in excel will be like this and save it

  6. Import it into kendoui spreadsheet

 

This shows up wrong when compared with on Excel.

Completed
Last Updated: 29 Nov 2021 14:54 by ADMIN
Release 2021.R3.SP.next

Hello,

 

in the Typescript bindings, the JQuery $("...").data("kendoXXX") Methods do not include undefined in there return values.

 

https://docs.telerik.com/kendo-ui/intro/widget-basics/jquery-initialization#duplicate-initialization

-> in the second script section, it is also documented that it can return undefined, when there is no widget instance found.

It also returns undefined, when the selector doesn't match any element.

 

Please include undefined in the return values.

Unplanned
Last Updated: 15 Apr 2021 13:56 by Brandon

Bug report

When the content that is being exported to PDF contains Material Design Icon the exported PDF is not valid.

Reproduction of the problem

  1. Open the Dojo
  2. Export the file
  3. Try to open it with Adobe Reader

Current behavior

Currently, when the file is about to be opened with Adobe Reader the following error appears - 'An error exists on the page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem.'.
Also if the file is tested in an online pdf validator it is not considered valid.

Expected/desired behavior

The exported file should be opened in Adobe Reader without any issues.

Environment

  • Kendo UI version: 2021.1.330
  • Browser: [all ]
Unplanned
Last Updated: 15 Apr 2021 12:45 by ADMIN

When a kendoContextMenu is applied to a combobox (html tag select) you are not able to show the select options by tapping it. The behaviour is on mobile browser only (tested iPad and Google Chrome developer tools with device toolbar enabled).

I reproduced the issue in telerik dojo, here is the code.

<!DOCTYPE html>
<html>
<head>
    <base href="https://demos.telerik.com/kendo-ui/menu/context-menu">
    <style>html { font-size: 14px; font-family: Arial, Helvetica, sans-serif; }</style>
    <title></title>
    <link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.1.330/styles/kendo.common-bootstrap.min.css" />
    <link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.1.330/styles/kendo.bootstrap.min.css" />
    <link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.1.330/styles/kendo.bootstrap.mobile.min.css" />

    <script src="https://kendo.cdn.telerik.com/2021.1.330/js/jquery.min.js"></script>
    
    
    <script src="https://kendo.cdn.telerik.com/2021.1.330/js/kendo.all.min.js"></script>
    
    

</head>
<body>
    <div id="example">
      <select>
        <option>Opzione 1</option>
        <option>Opzione 2</option>
        <option>Opzione 3</option>
      </select>
      
    <ul id="menu">
        <li>
            <img src="../content/web/toolbar/reply.png" /> Reply
        </li>
    </ul>
      
</div>
<script>
    $(document).ready(function() {
        setTimeout(function () {
            var initMenu = function () {
                menu = $("#menu").kendoContextMenu({
                    target: "select",
                    select: function(e) {
                        // Do something on select
                    }
                });
            };

            initMenu();
        }, 0);
    });
</script>

</body>
</html>
Declined
Last Updated: 15 Jul 2021 07:26 by ADMIN

Now, I am doing with the Spreadsheet. I have a problem. 

When I change font to Japanese, and then I enter characters to cell.

The first character was disabled, other characters displayed normally.

It only cause with Japanese font.

Please help me about this problem

 

Unplanned
Last Updated: 30 Mar 2021 15:37 by ADMIN
Created by: OUSSAMA
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
0

Hi Kendo Team ,

I noticed something illogical  in MajorTimeHeaderTemplate , I did console.log on date that used in template and it prints => Fri Feb 01 1980 00:00:00 GMT+0000 (UTC)

it doesnt't give the current dateTime in the MajorTimeHeader

I will include images for that

 

Dojo exemple => https://dojo.telerik.com/iqakAKog

Declined
Last Updated: 08 Apr 2021 11:05 by ADMIN

Hello ,

I've been struggling to fix a problem  , but it seems it's a bug from Kendo

the scenario is , when I had two events for same resources (I made a vertical grouping for ressources) then I moved on of the events to another slot it moved but the slots misaligned and the same thing when I remove an event

I will include a screenShot to see that

Completed
Last Updated: 09 May 2022 16:02 by ADMIN
Release 2022.R2
Created by: Angel
Comments: 2
Category: Kendo UI for jQuery
Type: Bug Report
0

Hi guys,

I'm using the following dojo: https://dojo.telerik.com/UXUSUvEC

Here are the steps to reproduce:

1. Add the following to the HTML view of the editor: <span>Testing</span>
2. Switch back to the WYSIWYG mode
3. Hit enter twice to add two new line
4. Enter some text (e.g. "Text from WYSIWYG view")
5. Hit enter to add a new line
6. Switch back to HTML view
7. Notice how it keeps replicating the spans

HTML view will show the following

<p><span>Test</span></p>
<p><span>&nbsp;</span></p>
<p><span>Test from WYSIWYG view</span></p>
<p><span>&nbsp;</span></p>

I've discussed this with Yanko Dzhemerenov before submitting.

Declined
Last Updated: 15 Feb 2021 09:57 by ADMIN
Created by: Saby
Comments: 3
Category: Kendo UI for jQuery
Type: Bug Report
0

Hi Neli, I have an even bigger problem. Could you tell me how to configure the "enter" to be a "<br>" and not a "<p>". I am having a lot of problems. In the editor I press enter but since a <p> is inserted, my report shows it all together, without line breaks. I need an urgent answer please.

Attached images of the insertion problem of <p>

Thanks

Completed
Last Updated: 18 Feb 2021 16:02 by ADMIN
Release 2021.R1.SP.next
In the datepicker popup with the component type modern the "Today" text link is enabled even if today's date is disabled.
Unplanned
Last Updated: 03 Feb 2021 06:20 by ADMIN

Hi,

I've notice an issue with Scheduler: the height for group slot is not correct calculated and items goes down to the next group slot.

Scheduler :

   - group vertical after a field

   - type of scheduler: "timelineWeek" or "timelineMonth"

   - items of the group have same start date and their number are bigger then 20.  

kendo ui version: 2020.1.219. Same issue with 2021.1.119

----------------------------------------------------------------------------------------------------------------------

I've created a dojo as example:  https://dojo.telerik.com/EHeNigIQ  .   Also, you can see the issue into the picture bellow.

You can modify the variable  "rows = 30;"  and you will see more items that goes wrong into the other group slot.

 

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.