Duplicated
Last Updated: 22 May 2024 10:22 by ADMIN
While migrating my app away from v2023.3.1010 (the last release with AngularJS bindings) to the latest v2024.2.514 version, I have tripped over an issue whereby the 'lockable' property is being ignored.

To illustrate run the following dojo

    https://dojo.telerik.com/ovaHinas

and you will see the 'Object ID' and 'Ship Name' columns can be dragged and unlocked.
Likewise any unlocked columns can be dragged and made locked.

Looking back over previous versions this regression was introduced in the v2023.3.1114 release.
Completed
Last Updated: 19 Jun 2024 06:37 by ADMIN
Release 2024 Q3 (Aug)

Bug report
Grid - Frozen Columns - 'lockable' property being ignored with Drag to Lock/Unlock

Regression introduced with 2023.3.1114

Reproduction of the problem
Open this Dojo example - https://dojo.telerik.com/ovaHinas/4

Drag a column from the locked section to the unlocked one

Expected/desired behavior
No drop shall be available.

Environment
Kendo UI version: 2023.3.1114 or newer
Browser: [all]

Need More Info
Last Updated: 04 Jun 2024 10:52 by ADMIN
Created by: Kapil
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

I can see many people are asking to have smart labels in kendo chart also, so do you have any planning for same or can you share the logic of smart labels?
I have multiple series in the chart like 2-3 lines, 1-2 bars etc and their series labels are overlapping badly.

Check attached screenshots.

Unplanned
Last Updated: 29 May 2024 18:49 by ADMIN
Created by: Michael
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0

Hi Team,

I would like to share some feedback about the documentation, but I want to make sure it goes to the correct team. Is this the best place to share it?

Thank you,

Michael

**** CREATED BY PROGRESS TECHNICAL SUPPORT ****

Declined
Last Updated: 20 Jun 2024 10:47 by ADMIN
Created by: Rick Kauwen
Comments: 1
Category: Kendo UI for jQuery
Type: Feature Request
0
In javascript code it is now possible to create csp compatible templates. It would be nice to have the possibility also for mvvm style templates.
Under Review
Last Updated: 01 Jul 2024 13:20 by ADMIN

Hello!

Prior to 2024.2.514 (2024 Q2), the DateRangePicker would "force users first to select start and then end range regardless of the date input selected" [1,2]. However, with the latest 2024 Q2 release, clicking the End input on the DateRangePicker selects the range end.

I did not see this specifically mentioned in the release notes, https://www.telerik.com/support/whats-new/kendo-ui/release-history/kendo-ui-for-jquery-2024-2-514-(2024-q2), so I am reporting this as a bug.

Here is a basic Dojo to demonstrate: https://dojo.telerik.com/IWAbUpuV. You can see the previous behavior by changing the library to the previous version (2024.1.319).

References

  1. https://feedback.telerik.com/kendo-jquery-ui/1449956-modifying-date-range-begin-end-values-exclusively-using-begin-end-inputs
  2. https://feedback.telerik.com/kendo-jquery-ui/1582861-daterangepicker-selection-process-confuses-users-should-be-able-to-select-dates-independantly-for-from-and-to-range
Completed
Last Updated: 17 Jul 2024 11:15 by ADMIN
Release 2024 Q3 (Aug)

Greetings!

I'm not sure if this is related to another bug report I submitted (https://feedback.telerik.com/kendo-jquery-ui/1656256-daterangepicker-clicking-end-input-now-changes-range-end-instead-of-forcing-users-to-select-full-range), but I noticed that after selecting the End date, the input retains focus. Clicking out of that input will trigger an extra change event. To illustrate, consider this sequence of events:

  1. Select a Start date → first change event.
  2. Select an End date → second change event.
  3. Blur the End input → third (extra) change event.

This applies to version 2024.2.514 (see Dojo example for your consideration: https://dojo.telerik.com/EbuVoHIJ).

There would appear to be a similar bug that applies to some previous versions of Kendo UI for jQuery (I only tested as far back as version 2024.1.130):

  1. Select a Start date → first change event.
  2. Select an End date → second change event.
  3. Click the End date to open the DateRangePicker again.
  4. Without changing the value, click out of the DateRangePicker → third (extra) change event.

Note that repeating steps 3 and 4 again will not trigger any more extra change events until one of the values is actually changed.

Unplanned
Last Updated: 01 Jul 2024 10:44 by ADMIN

Hello,

I would like to request a feature to include normal touch gestures on mobile devices on the PDFViewer, such as zooming in and out. In general, it would be great if the PDFViewer were more mobile friendly.

Thanks.

Duplicated
Last Updated: 17 Jul 2024 10:00 by ADMIN
Created by: AGB
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
0
Hi Guys

Have just tripped over the following issue whereby blur events are not being trigger when using combobox clearButtons.

To demonstrate please run the following dojo

    https://dojo.telerik.com/aDeVamaQ

and carry out the following.

1) Clicking between ComboBox1 & ComboBox2 shows that onBlur events are being triggered correctly.

2) Now select items for both ComboBoxes then click between ComboBox1 & ComboBox2.
   Once again onBlur events are being triggered correctly.

3) Now click on ComboBox1 to set focus and then click on the clearButton in ComboBox2.
   ComboBox2 receives focus and clears the data but ComboBox1 never triggers an onBlur event.

I don't believe this a new regression but something that has been kicking around for some time that hasn't been picked up by your internal testing or being spotted in the wild ... Until now that is.

Regards
Alan
Completed
Last Updated: 24 Jul 2024 11:02 by ADMIN
Release 2024 Q3 (Aug)

Bug report
ComboBox is not raising blur Events when clear button in another ComboBox is hit

Regression since 2021.1.119

Reproduction of the problem
Dojo: https://dojo.telerik.com/uGUbiJiN

1) Select an item in ComboBox1

2) Select an item in ComboBox2

3) Hit the `x` button in ComboBox1

 

Expected/desired behavior
Blur event shall be triggered for ComboBox2

Environment
Kendo UI version: 2021.1.119 or newer
jQuery version: x.y
Browser: [all]

Need More Info
Last Updated: 26 Jul 2024 11:05 by ADMIN

When I incell edit multiple rows I only receive a sync callback through `change` on the datasource for the last row with only that last row in the "changedItems". This results in the grid not removing the dirty indicator for any of the other rows, only the last one is removed. The rows are updated properly and I if I were to manually call grid.refresh() it removes the indicators. If I update the rows individually it has no problems.

Here I've updated only the first row:

Here I've updated only the second row:

Here I've updated the first 2 rows at the same time and only the last one is detected as updated:

Here I've updated the PRS column for all 4 rows to "5" and it saved correctly, but only the last row is detected as updated in the grid:

As there's a lot of code involved I can't just paste it here, I can provide snippets or information about particular settings though.

Declined
Last Updated: 31 Jul 2024 10:49 by ADMIN
Created by: Lee
Comments: 4
Category: Kendo UI for jQuery
Type: Bug Report
0

I am trying to upgrade my Kendo UI JQuery installation from 2022 to 2024 and it is not going smoothly. One issue I'm having is that now my grids with locked columns do not span the whole width of their container. In the old version, the k-grid-table would expand to fill the width of the k-grid-content but now it seems that the columns retain their width, rather than growing like they used to. So now there is a large white space between the last column and the vertical scrollbar. I did notice that if I remove the inline style in the developer tools that is applied to the k-grid-table in the unlocked section, it fixes it. It should continue to expand all columns evenly to fill the available width like it did in versions past or this should be an option that the user can set. To leave that space without any user choice is a bug.

Old Version:

New Version: 

 

Note, I reported this in a forum post. I know I can write code as a workaround but that is cumbersome, especially when I have many grids and multiple developers working on the project. 

Unplanned
Last Updated: 29 Jul 2024 13:03 by ADMIN
Created by: Lee
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
0

I just upgraded from V2021 to V2024. Now, in the grid's filter menu, I have buttons with icons for filter and clear. I don't want the icons. I know I can target them with CSS and do a display: none, but there should be a setting to prevent showing them in the first place. I'm thinking this should be both a global setting for the default and a local setting in the widget to override.

Unplanned
Last Updated: 06 Aug 2024 13:36 by ADMIN
Created by: Cristiano
Comments: 0
Category: Kendo UI for jQuery
Type: Feature Request
0

Hello, 

- I reproduced my problem on this DOJO https://dojo.telerik.com/EpUVIxek , columns are not on the same position with the category because I have 5 column series and 4 of them are 0 in one category.

The observed appearance is due to the data with zero value for each series. Even if the value for a series/bar is zero still there is a placeholder in the Chart for the respective bar. Hiding the data points with 0 value is not supported in the Kendo UI Chart and I am afraid I could not suggest a possible approach for achieving such an appearance. 

Can something be implemented so the columns with 0 value to not take place?

Best regards.

Completed
Last Updated: 30 Aug 2024 09:58 by ADMIN
Release 2024 Q4 (Nov)
Hi Guys

Just testing the latest release and have spotted an issue with the DatePicker & DateTimePicker controls whereby the next month transitions are very sluggish.

To demonstrate run the Overview demo

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

Clicking on the 'Previous' month button the transition is nice an smooth but clicking on the 'Next' month button things are very sluggish with a snap effect.

Problem occurs under both Chrome & Firefox so not browser related.

A quick check back through previous releases and it would appear this regression was introduced with the v2024.2.514 release.

Regards
Alan

Completed
Last Updated: 29 Aug 2024 12:46 by ADMIN
Release 2024 Q4 (Nov)
Created by: Lynn
Comments: 2
Category: Kendo UI for jQuery
Type: Bug Report
0

I have custom messages for my filter, these values replace the and/or values instead of just the visual after switching the and/or once.

Reproducer: https://dojo.telerik.com/AdOGEQey

When initially running you will see "en/of" (and/or), if you than press any of them the text below will insert the message value of the button rather than the underlaying value of "and/or".

Completed
Last Updated: 09 Aug 2024 07:57 by ADMIN

Hi,

We have recently upgraded our Kendo MVC version to 2024.2.514.462. The normal upgrade works fine but I was trying to implement the `CSP template` after removing the `unsafe-eval` from the tag as it was announced in 2023 version.

I was following the example given in CSP template and tried changing the template defined in treeview (also as shown in the documentation):-


  sideNavList.kendoTreeView({
      /*template: "<span id='#= item.id #' class='navText'> #= item.text# </span>",*/
      template: ({ items }) => `<span id='kendo.htmlEncode(items.id)' class='navText'> kendo.htmlEncode(items.text) </span>`,
      dataSource: hierarchicalLeftNavData,

It is not throwing error but it's not able to recognize the `item` and rendering the template as:-


<span id="kendo.htmlEncode(items.id)" class="navText"> kendo.htmlEncode(items.text) </span>

Am I missing anything?

Need More Info
Last Updated: 30 Aug 2024 07:13 by ADMIN
Created by: AGB
Comments: 5
Category: Kendo UI for jQuery
Type: Bug Report
0
Hi Guys,

I have been investigating an issue with the ComboBox component under Chrome whereby a scrollbar is being show when using the autoWidth option and a limited number of list entries.

The scenario is as follows

- When the control initially loads and you hit the dropdown button the list does not have vertical scrollbar.
  (See screen shot 1)  

- Select an item and and then hit the clear button.
  Now when you hit the dropdown the list has a vertical scrollbar.
  (See screen shot 2)

The issue is very random and can occur with any number of list items, providing the initial dropdown doesn't require a scrollbar.

I have tried to create a dojo to illustrate the problem but have so far failed.

Looking at the element with Dev tools I see on the initial dropdown the wrapper div is as follows

    <div class="k-list-content k-list-scroller" unselectable="on" style="overflow: hidden auto;">

but after select, clear & dropdown the div shows

    <div class="k-list-content k-list-scroller" unselectable="on" style="overflow: hidden scroll;">

Tracing through the code the problem is within the following function of the kendo.list.js file

        _refreshScroll: function() {
            var listView = this.listView;
            var enableYScroll = listView.element.height() > listView.content.height();

            if (this.options.autoWidth) {
                listView.content.css({
                    overflowX: "hidden",
                    overflowY: enableYScroll ? "scroll" : "auto"
                });
            }
        },

It would appear that under certain conditions Chrome is setting the enableYScroll value to true and hence the 'scroll'.

Looking at this function I cannot see a reason why there is even a need to set overflowY to 'scroll' surely just leaving it set as 'auto' is good enough and let the browser decided if scrollbars are required.

Regards
Alan

Unplanned
Last Updated: 15 Aug 2024 13:41 by ADMIN
Created by: Lee
Comments: 0
Category: Kendo UI for jQuery
Type: Bug Report
0

There is an issue with the .k-sorted class being applied to the last column in the grid when the actual column is not visible. It also is not updating the k-sorted when a sort is applied after the grid was created. 

This seems to be an issue in the latest release if the column sorted on is hidden, the last column in the grid gets the class. I also noticed that sorting a column does not apply the k-sorted class to the correct column: https://dojo.telerik.com/@dojolee/eFIbaSUn 

Duplicated
Last Updated: 26 Aug 2024 10:11 by ADMIN
Created by: alex
Comments: 1
Category: Kendo UI for jQuery
Type: Bug Report
0

treelist

- has filterable mode 'row',

- some columns are not filterable,

- columns reordering is allowed

drag-n-drop of columns raises error in console

demo: https://dojo.telerik.com/aFIkOPUp

try to move column "position" left or right