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!

Completed
Last Updated: 30 Jul 2023 05:49 by ADMIN
Created by: Derek
Comments: 1
Category: KendoReact
Type: Feature Request
4
I'm wondering if you have Kendo ReactJS 2D barcode component on the roadmap?  I see that there are wrappers, but would prefer a pure ReactJS solution.  I'd like to add my vote for addition of this component to the ReactJS suite.  Thanks.
Declined
Last Updated: 30 Jul 2023 05:47 by ADMIN
Created by: Sebastian
Comments: 3
Category: KendoReact
Type: Feature Request
0

Hi,

the current filter is great but a little bit difficult to use. I would like to see an inline filter like the following screenshot:

It is used by many applications. Just to name a few

 

* Gitlab (where the screenshot is from)
* Contentful (CMS)
* Google Cloud Console

Completed
Last Updated: 30 Jul 2023 05:46 by ADMIN
Created by: Chunxing
Comments: 1
Category: KendoReact
Type: Feature Request
3

Currently there is no Autoscroll feature for the treelist...so when I want to drag and drop an item somewhere outside of the viewed area its klunky have to drop then scrool then drag and drop again etc.

 

Would really like to be able to autoscroll through the treelist

Completed
Last Updated: 30 Jul 2023 05:22 by ADMIN

I know there you gave me an example of how to do this with custom code - is there a reason this can't be built in?   It's important and is a pain to custom implement when using custom editors for the cells

 

Thanks

Michael

Completed
Last Updated: 30 Jul 2023 05:21 by ADMIN
Created by: Rita
Comments: 3
Category: KendoReact
Type: Bug Report
0

toODataString throw exception on text filter changed from is null to contains. 

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

Repro step:

1. Choose filter by Name which is using text filter.

2. Change filter from Is null to contains.

3. toODataString threw exception.

 

Error in /turbo_modules/@progress/kendo-data-query@1.5.5/dist/cdn/main.js (1:7873)
Cannot read properties of undefined (reading 'replace')