Completed
Last Updated: 26 Mar 2024 13:33 by ADMIN
Created by: Ha Minh Nguyet
Comments: 1
Category: Kendo UI® for Vue
Type: Bug Report
0

Hello, 
Drag and drop an image inside editor isn't working in Chrome. 
sometimes the images is opened in new tab, sometimes the image path is added. 

However, it works on Firefox.

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?

Declined
Last Updated: 20 Mar 2024 12:22 by ADMIN
Hello,
 clear Button isn't shown when attribute showClearButton is 'true'.
<template>
  <div>
    <div class="col-xs-12 col-md-6 example-col">
      <p>Input</p>
      <KInput :style="{ width: '330px' }" :show-clear-button="true"></KInput>
    </div>
  </div>
</template>
<script>
import { Input } from '@progress/kendo-vue-inputs';

export default {
  components: {
    KInput: Input,
  },
};
</script>

Declined
Last Updated: 19 Mar 2024 12:51 by ADMIN

Hi

I have a Grid inside a TabStrip. Resizable is set to true. If I resize the column, the column will change size but at the same time the width of the Grid will also change size proportional to the change in size of the column.

If I move the Grid to be outside of the TabStrip, resizing the column will not alter the width of the Grid. This is the behaviour I was expecting.

Here is some sample code that reproduces the issue.

<TabStrip :selected="0" :tabs="[
	{
		title: 'Paris',
		content: 'Paris',
	}]">
	<template v-slot:Paris>
		<Grid ref="grid" :style="{ 'max-height': '600px' }" :data-items="variations" :resizable="true"
			:reorderable="false" :columns="caseGridColumns" :loader="loader"
			@rowclick="(ev) => { caseStore.setCaseId(ev.dataItem.cases.caseid); getData(); }">
			<GridNoRecords>
				No variations were found
			</GridNoRecords>
		</Grid>
	</template>
</TabStrip>

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

Completed
Last Updated: 23 Feb 2024 13:10 by ADMIN
Created by: Akshata
Comments: 1
Category: Kendo UI® for Vue
Type: Bug Report
2

Hello Team

Selection/Highlight of the Main Menu is incorrect, when the child item of different submenu is chosen. This is UI/UX glitch and would helpful if resolved

Code Snippet : https://stackblitz.com/edit/nrqsrn?file=src%2Fmain.js

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!

Completed
Last Updated: 06 Feb 2024 14:32 by ADMIN
Created by: Charles
Comments: 0
Category: Kendo UI® for Vue
Type: Bug Report
1

Describe the bug
The @progress/kendo-licensing is missing as peer to data-tools package

Completed
Last Updated: 06 Feb 2024 14:31 by ADMIN
Created by: Charles
Comments: 0
Category: Kendo UI® for Vue
Type: Bug Report
1

The following packages should be added as peer dependencies to the @progress/kendo-vue-data-tools package:

  • "@progress/kendo-svg-icons"
  • "@progress/kendo-vue-popup"
  • "@progress/kendo-vue-animation"
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

Completed
Last Updated: 18 Dec 2023 12:45 by ADMIN
Created by: Bastien
Comments: 4
Category: Kendo UI® for Vue
Type: Bug Report
0

Describe the bug
The following error appears when activating the license of the Native Vue suite with Node 21.3.0
image

To Reproduce

  1. Install node 21.3.0
  2. Run npx kendo-ui-license activate
  3. See the unsuccessful activation error

Expected behavior
The license activation should work with all Node versions

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/
Planned
Last Updated: 25 Sep 2023 00:50 by Eunbyul
Created by: Eunbyul
Comments: 9
Category: Kendo UI® for Vue
Type: Bug Report
0

Describe the bug

at Nuxt Environment

 - pagable info option doesn't render information about the current page and the total number of records (both of setting true / false, all)

-  set pageable info option false, error raise like this.


To Reproduce

    - https://stackblitz.com/edit/nuxt-starter-mcocsr

    Expected behavior
    - render information about the current page and the total number of records
    - do not error raise

     

    1 2 3 4 5 6