Unplanned
Last Updated: 25 Apr 2024 13:04 by ADMIN

Hello,

When working in Spanish or French, even if internationalization is properly configured, it is not possible to translate the items in the FormatBlock, so it is only possible to see them in English.

We tried to do it ourselves (https://www.telerik.com/forums/paragraph-and-heading-not-translated) but we found some issues, so please, consider including these few items in the default translations. 


Thanks

LucĂ­a

Unplanned
Last Updated: 21 Mar 2024 07:00 by ADMIN

There is a solution in Angular for clearing a multiselect programmatically at Provide a way to pro...~https://feedback.telerik.com/kendo-angular-ui/1404639-provide-a-way-to-programmatically-clear-selected-values-from-multiselect

Is there an equivalent solution for Vue?

Unplanned
Last Updated: 29 Feb 2024 16:56 by ADMIN
Created by: Akshata
Comments: 1
Category: Kendo UI® for Vue
Type: Bug Report
0

Description: 
MultiSelect does not scroll to the focused item. The problem seems to occur when the text of options extends over multiple lines.  
The option "Congo, the Democratic Republic of the" extends over multiple lines in our example.

 

Here is a "https://stackblitz.com/edit/u4crwa-phh6zx" example. Search for "United" or any country that starts with the letter "H" or after.

Unplanned
Last Updated: 26 Feb 2024 17:25 by ADMIN
Created by: Akshata
Comments: 3
Category: Kendo UI® for Vue
Type: Bug Report
2

Hello Team,

Icon for MS Word is missing the logo which is impacting UX for our application. Appreciate if this is resolved on priority

Reference in the Image: Docx 1. docx

Unplanned
Last Updated: 14 Feb 2024 09:49 by ADMIN
Created by: Joel
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
0
This would be a great addition to the chart whenever there is a some click event in the background


we have a tooltip , which is great, but a cursor pointer would be great to let the user know that there is some sort of interaction

Unplanned
Last Updated: 13 Feb 2024 06:54 by ADMIN
Created by: Renatas
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
0

Hi,

DataGrid should provide selectionState property for styling in following way:

  • allSelected,
  • partiallySelected,
  • noneSelected

Value is emitted onSelectionChange event.

Currently we need to implement property.

Thank you!

Unplanned
Last Updated: 13 Feb 2024 06:52 by ADMIN
Created by: Renatas
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
0

Currently there is selection of row and selection of whole table. There is no group level selection.

We have to implement it ourselves. Not a big deal but still. Same applies to MAUI.

Thank you!

Unplanned
Last Updated: 01 Feb 2024 06:49 by ADMIN
Created by: Antoniya
Comments: 0
Category: Kendo UI® for Vue
Type: Feature Request
1
Add resources (documentation and code) for Composition API.
Unplanned
Last Updated: 04 Jan 2024 09:46 by ADMIN
Created by: Jeroen
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
1

As of this moment the barcode components are only available in wrapper components. We would like to see a native Vue version for this aswell. Especially for the QR code option could be a big addition to the package

Unplanned
Last Updated: 22 Nov 2023 13:05 by ADMIN
Created by: Zack
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
0

Hi there,

We create a dashboard like this:

We need to export in PDF format and we use the component:

https://www.telerik.com/kendo-vue-ui/components/pdf-processing/

Now we need to export in PNG or JPG format.

And this is our request: a Kendo Component that exports a dashboard with the same quality of the PDF component.

Thanks in advance.

Unplanned
Last Updated: 27 Oct 2023 09:23 by ADMIN
Created by: Bastien
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
1

It would be great to have a clear button in the DatePicker, as today erasing value requires 3 select-delete operations (one for the day, one for the month, and one for the year)

It would make it consistent with TextBox, ComboBox, MultiSelect & AutoComplete, which renders in a comparable way

Unplanned
Last Updated: 27 Oct 2023 07:21 by QualiWareUA
Created by: QualiWareUA
Comments: 0
Category: Kendo UI® for Vue
Type: Feature Request
4

The Spreadsheet component is among the last components in the Kendo UI for Vue suite that is available only as a Wrapper component. 

Providing a Native version of the Spreadsheet will be a big improvement to the suite. 

Unplanned
Last Updated: 02 Oct 2023 15:55 by Iswanto
Created by: Iswanto
Comments: 0
Category: Kendo UI® for Vue
Type: Feature Request
1
It would be beneficial if we had a Ruler component similar to this one:

https://daybrush.com/ruler/
Unplanned
Last Updated: 18 Sep 2023 11:40 by ADMIN
Created by: Mark
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
0

Hi there.

so the orgChart generates a great organizational hierarchy, but I want to be able to drag and drop elements to other parents like you can do with the Asp.net ajax version of the orgChart.  How do I do this please?

Unplanned
Last Updated: 13 Sep 2023 12:42 by ADMIN

Hello,

I noticed a bug with the Tooltip component, it can be reproduced here: https://www.telerik.com/kendo-vue-ui/components/tooltip/positioning/

  1. Hover where it says HOVER ME until the tooltip shows up
  2. Move the mouse up very quickly. When the mouseout event is over the tooltip, the tooltip does not close -> NOK, the tooltip is open, but the mouse is no longer over the element

In Tooltip.js there is a function called "handleMouseOut" that has this line:

const element = currentDocument && currentDocument.elementFromPoint(event.clientX, event.clientY);

Followed by:

if (isTooltipElement(element) || this.computedTarget !== event.target) {
  return;
}

So when the mouseOut event is over the tooltip element, it is ignored, leaving the tooltip visible.

I was able to fix this by adding the following CSS styling to the tooltip element: `pointer-events: none;`, but now I may have introduced a new issue.

What is the reason for ignoring the mouseout event when it's over the tooltip?

Unplanned
Last Updated: 17 Aug 2023 09:46 by ADMIN
Created by: Bruno71
Comments: 3
Category: Kendo UI® for Vue
Type: Feature Request
0

Hi,

I would like to offer some suggestions for a few new icons to be added to the Progress Design System.  I am currently trying to replace other libraries with the Kendo UI for Vue components, and these are a few icons I use for which I could not find a suitable replacement in the ones you provide.  Please see the attached image for examples.

  • certificate/award/ribbon
  • thumbs-up/thumbs-down
  • flag

Also, it would be nice to have a "filled-in" version of some of the existing icons.  For example, some current icons like "file-add" or "comment" are good, but they don't stand out at a smaller size.  Having a solid color version (instead of just an outline) would provide options for bolder colors and make them more visible.

Thanks!

Unplanned
Last Updated: 15 Jun 2023 10:42 by Sri
Created by: Sri
Comments: 0
Category: Kendo UI® for Vue
Type: Feature Request
0

Hi.

The PDF Viewer component is something that is available in some of the other Kendo products like KendoReact, Kendo UI for jQuery, etc. Can you add the component also in the Kendo UI for Vue Native suite?

The PDF Viewer will be a nice feature that will make the Vue suite even better. 

Unplanned
Last Updated: 05 Apr 2023 14:19 by Eliot
Created by: Eliot
Comments: 0
Category: Kendo UI® for Vue
Type: Bug Report
0

Describe the bug
Importing Kendo UI components results in our WebPack build producing the incorrect "dist" output.
Sometimes Webpack build adds additionalType.d.ts files and their directories to the dist folder
More information can be found in ticket:1602899

Unplanned
Last Updated: 01 Dec 2022 15:59 by Yi

Describe the bug
A licensing warning may continue to appear in the browser's console, no matter whether the licensing activation has been successful or not.

The issue is replicable when the user trying to activate a license has had an active license in the past and this license is already expired.

To Reproduce
Because of the specifics of the issue, a project in which the bug can be replicated won't be publicly provided.

Expected behavior
The license activation process should activate one's license no matter the previous licensing history of the user

Unplanned
Last Updated: 03 Nov 2022 07:02 by ADMIN
Scheduled for R1 2023 - Increment 2 (07.12.2022)
Created by: n/a
Comments: 0
Category: Kendo UI® for Vue
Type: Bug Report
0

Describe the bug
The rowReorder event is missing in the Wrapper Grid component, while it is available in the Kendo UI for jQuery Grid. Currently, the only way the event can be used is by using a code like the below in the mounted hook of the Vue app:

    var grid = this.$refs.grid.kendoWidget();
    grid.bind('rowReorder', function (e) {
      console.log('row', e);
    });

Expected behavior
The rowReorder event should be available for usage as the other events of the Wrapper Grid

1 2 3