Under Review
Last Updated: 13 Dec 2023 09:07 by ADMIN

Hello,

We have recently upgraded our packages to version: "@progress/kendo-react-grid": "^6.1.0". While testing the new look and feel of the application we've noticed that the pagination is no longer working on several grids from the application. After investigating for a while, we have found the property that is causing the issue(rowHeight), please take a look at the Stackblitz example from below.

https://stackblitz.com/edit/react-wwzkjy?file=app%2Fmain.tsx

As you can see, in the example the pagination is not working. If we remove the property "rowHeight" from the grid the pagination is working again. We are not sure how these two are related but can you tell us what is going wrong and how we can fix it?

Thanks!

Unplanned
Last Updated: 27 Nov 2023 05:57 by ADMIN
Created by: Grace
Comments: 1
Category: KendoReact
Type: Feature Request
1
I would like a horizontal OrgChart example, but currently, I only see vertical examples.
Unplanned
Last Updated: 14 Nov 2023 11:26 by ADMIN
Created by: Mahesh
Comments: 1
Category: KendoReact
Type: Feature Request
0
I want the Chart to support responsive design such that the component, its legend, and its labels are viewable across all viewports.
Unplanned
Last Updated: 10 Nov 2023 14:57 by ADMIN
Created by: Kevin
Comments: 4
Category: KendoReact
Type: Feature Request
8

I would like to request a mode for the Kendo React Date and Time Inputs that would allow the use of a mask like that of the MaskedTextBox - allowing the user to type freely without having to make use the arrow keys for each individual date/time part. 

Unplanned
Last Updated: 10 Nov 2023 14:45 by ADMIN
Created by: kunwoong
Comments: 1
Category: KendoReact
Type: Feature Request
0


Hello? I want to set up drag and drop events from a grid's data to a treeview in React. I used to implement this with Kendo jQuery, but it seems that React doesn't provide this functionality.

Unplanned
Last Updated: 02 Nov 2023 16:37 by Pitamber
Created by: Lauren
Comments: 2
Category: KendoReact
Type: Feature Request
0

When using the Editor tools from https://www.telerik.com/kendo-react-ui/components/editor/tools/, the hyperlink option is disabled until I type AND select the typed text in the editor. Because the hyperlink allows for a title and a link, I believe it should not be disabled.

Also, when adding the hyperlink and title, the title does not appear in the editor

For example:
I have an empty editor with no text.

I cannot click the hyperlink option - it is disabled. (Bug 1)

I type 'hey' into the editor and highlight it (select it).

I can now click on the hyperlink option.
I type in 'http://imstilloscar.com' for the Web Address.

I type in 'Oscar' for the title. (It does not matter if I click open in new window or not).

Click Insert.

The title 'Oscar' does not appear in the editor. (Bug 2)

The editor still contains the word 'hey' and links you to 'http://imstilloscar.com' 

Unplanned
Last Updated: 26 Oct 2023 11:12 by ADMIN

Hi,

       I am facing one issue when group header text is bigger in length. It is getting overlapped with the aggregation values in the other columns.

          Please find the below example for the issue : 

https://stackblitz.com/edit/react-7f1ud1-oplbht?file=app%2Fmain.jsx,app%2Fproducts.json

I need that text to be contained inside the td element. Once I resize the column then I should see the complete text. 

 

Please look into this issue and give me a solution asap.

Thanks,

Achal

Unplanned
Last Updated: 23 Oct 2023 19:06 by Janki
Created by: Antoniya
Comments: 1
Category: KendoReact
Type: Feature Request
2
Completed
Last Updated: 09 Oct 2023 04:59 by ADMIN
Release [R3 2023] PI 3
Created by: Leeden
Comments: 3
Category: KendoReact
Type: Feature Request
16

Hi Support, 

 

Is there any org chat component or similar components in Kendo React that is similar to the Org Chart in this link https://demos.telerik.com/aspnet-ajax/orgchart/examples/overview/defaultcs.aspx?

 

Thanks & Regards,

Eason

Unplanned
Last Updated: 05 Oct 2023 13:39 by ADMIN
Was directed here after a forum post where I described my current Business Requirements for this feature. The ask is that the extra step of needing to also click the "Filter" or "Clear" buttons on the component to fire the onFilterChange event are unwanted - I think even exposing some of the functionality or the onClick of the generated checkboxes could help greatly. 
Unplanned
Last Updated: 21 Sep 2023 07:58 by ADMIN
Created by: Ryan
Comments: 1
Category: KendoReact
Type: Feature Request
1
I'd like an npm package for a telerik report designer, just like the one for the telerik report viewer. Ideally if it was a react component too, like the report viewer package.
Unplanned
Last Updated: 08 Sep 2023 06:36 by ADMIN

 

Environment (OS, Application, Versions)

Repro Steps

  1. Open URL: Column Menu - Kendo React (telerik.com)
  2. Navigate to context menu controls available on column headers of Basic usage table.
  3. Verify if context menu is accessible using keyboard.

 

Actual Results

The 'context menu' controls available on the column headers under the basic usage table are not accessible using the keyboard.

 

Expected Results

The 'context menu' controls available on the column headers under the basic usage table should be accessible using the keyboard.

 

Completed
Last Updated: 01 Sep 2023 10:03 by ADMIN
Created by: Chunxing
Comments: 2
Category: KendoReact
Type: Feature Request
5
Our app does alot of PDF viewing and manipulation and we currently are using some generic pdfjs component. We would really like to be able to use the feature rich pdf viewer from jQeury in react more easily that crating a wrapper for it.
Unplanned
Last Updated: 21 Aug 2023 10:59 by ADMIN
Created by: Jeffrey
Comments: 1
Category: KendoReact
Type: Feature Request
0
It would be nice to have size tokens for adjusting the height/paddings for the DataGrid component cells, head, pager, etc. 
Unplanned
Last Updated: 04 Aug 2023 12:19 by ADMIN
Created by: Bernd
Comments: 1
Category: KendoReact
Type: Feature Request
1

Hi.

The Calendar component does not allow for selecting multiple dates or range selection. Only single selection of dates is possible.

As implemented in the MultiViewCalendar component, it should be possible out of the box to add a "mode" attribute and set it to "multiple" or "range". This would make the two components more consistent and aligned.

Thanks,

Regards,

Bernd

Completed
Last Updated: 31 Jul 2023 07:16 by Joel Parker Henderson
Created by: Joel Parker Henderson
Comments: 4
Category: KendoReact
Type: Bug Report
0

On this page: https://www.telerik.com/kendo-react-ui/getting-started/

There's a syntax mismatch in end-of-line semicolons.

This line ends with a semicolon:

```js
import '@progress/kendo-theme-default/dist/all.css';
```

This line does not end with a semicolon:

```js
import { Calendar } from '@progress/kendo-react-dateinputs'
```

All teams that I know of consider it to be an error to do both ways in the same file.

The solution is to pick one way then be consistent. The broader solution is to use a linter, such as ESLint, that can process the code to ensure you're using your expected syntax and formatting.

 

Declined
Last Updated: 30 Jul 2023 09:07 by ADMIN
Created by: Matej
Comments: 1
Category: KendoReact
Type: Feature Request
0

I would like to use my custom component as the chat input. Is it possible to add new prop to chat component? Similar to DatePicker's "dateInput" prop.

Declined
Last Updated: 30 Jul 2023 09:01 by ADMIN
Created by: Andrew
Comments: 2
Category: KendoReact
Type: Feature Request
2

To Whom It May Concern,

 

I am requesting the Kendo team to implement a new feature of programmatically setting a Grid's page for the Kendo React Grid

This can be accomplished by having a listener for the Grid's state. For example, when the Grid's skip props is changed, the Grid's page will also change to the number of elements skipped.

Please consider implementing this feature.

Thank you.

 

Sincerely,

Andrew J. Yang

Keysight Technologies

Completed
Last Updated: 30 Jul 2023 05:57 by ADMIN
I've already submitted this to the GitHub issues - https://github.com/telerik/kendo-react/issues/1297

Submitting here as it is an important regression with React 18 breaking all popup animations.
Completed
Last Updated: 30 Jul 2023 05:51 by ADMIN

According to https://www.telerik.com/kendo-react-ui/components/installation/source-code/#toc-source-repository the repo should be updated nightly. However it does not seem to be.


~/Projects/kendo-react-private (master) git remote -v origin https://kendo.git.progress.com/kendo-react-private.git (fetch) origin https://kendo.git.progress.com/kendo-react-private.git (push) ~/Projects/kendo-react-private (master) git fetch --tags ~/Projects/kendo-react-private (master) git pull origin master From https://kendo.git.progress.com/kendo-react-private * branch master -> FETCH_HEAD Already up to date. ~/Projects/kendo-react-private (master) git tag | grep v5 v5.0.0 v5.0.0-dev.202201182040

 

~/Projects/kendo-react-private (master) git log
commit 4bf2535e414ba2f342ddbef8daac9ec052f04cc2 (HEAD -> master, tag: v5.0.0, origin/master, origin/HEAD)
Author: kendo-bot <kendouiteam@progress.com>
Date:   Tue Jan 18 22:41:34 2022 +0200

    chore(release): publish 5.0.0-dev.202201182040

v5.0.0 seems to be the latest tag. Could someone verify that the github repo is actually being updated?

Thanks for any help!