Unplanned
Last Updated: 09 Dec 2023 10:46 by Group

Hi Team,

We need support for implementing year view in scheduler in same way, it is supported in Kendo UI for JQuery. We would like to know the way through which it can be easily replace by native feature of Kendo React Scheduler.

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: 22 Nov 2023 13:13 by ADMIN
Created by: Levi
Comments: 1
Category: Sortable
Type: Feature Request
0

It would be nice if the Sortable component allowed the items only initiate dragging when a handle is clicked. This is supported with the Drag & Drop helpers already:

React Common Utilities Library & Drag&Drop Component - Drag Hint - KendoReact Docs & Demos (telerik.com)

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
7

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
Unplanned
Last Updated: 20 Oct 2023 07:24 by ADMIN
Created by: Jean
Comments: 1
Category: DateTimePicker
Type: Feature Request
2

Hello there,

 

regarding the following forum post I would like to request a feature:

https://www.telerik.com/forums/datetimepicker-apply-value-without-pressing-set

 

It's currently not possible to render a custom TimePicker inside the DateTimePicker component.

So we'd like to suggest the addition of a property to allow the rendering of a custom TimePicker.

 

Thanks in advance

Jean

Unplanned
Last Updated: 16 Oct 2023 07:57 by ADMIN
Created by: Thomas
Comments: 3
Category: NumericTextBox
Type: Feature Request
1

Hello, 

I am writing Jest tests to ensure my numericTextBox is enabled, and i can't do that easily, because <NumericTextBox/> does not make my data-testid appear in the DOM.

We really want to be writing tests to ensure our components using kendo react perform the right and expected way.

Do you have any alternative to achieve this ?

Thank you

Unplanned
Last Updated: 11 Oct 2023 08:27 by ADMIN
hi i need GridColumnMenuGroup `active` method like the `GridColumnMenuSort` and `GridColumnMenuFilter` components please add this feture
Unplanned
Last Updated: 11 Oct 2023 06:47 by Fernando
Created by: Fernando
Comments: 0
Category: Form
Type: Feature Request
2
Add the `onChange` event for the KendoReact Form component such that it returns all the data of its fields when there is change in any of them.
Unplanned
Last Updated: 09 Oct 2023 09:27 by ADMIN
Created by: Ankit
Comments: 1
Category: KendoReact
Type: Feature Request
0
Line and Bar Charts is only accessible through mouse.

They should be keyboard accessible while navigating using tab key to support accessibility.

Example - https://www.telerik.com/kendo-react-ui/components/charts/series-types/line/
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: 05 Oct 2023 12:31 by Alexander Green
Created by: Alexander Green
Comments: 0
Category: Switch
Type: Feature Request
1

Currently, the onLabel and offLabel properties can only be set to string values. There should be an option that allows setting icons for the Switch component.

 

Unplanned
Last Updated: 03 Oct 2023 07:55 by Flavio
Created by: Flavio
Comments: 0
Category: Stepper
Type: Feature Request
1

It would be beneficial if the Stepper could have branches similar to this:

Unplanned
Last Updated: 02 Oct 2023 07:14 by ADMIN

I have one column that contains mix of boolean and string values. When I attempt to apply a filter function to that column, it generates an error for the boolean value true because indexOf cannot be performed on a boolean. When I have other formats along with strings and I use filter="text", I would like the value to be converted to string in the filter function rather than modifying the data on my end before calling the filter function, because that would actually be incorrect data.

Example

https://www.telerik.com/kendo-react-ui/components/grid/filtering/

If I change

<Column field="Discontinued" width="190px" filter="boolean" /> 

to

<Column field="Discontinued" width="190px" />

and then search for anything in that filter it throws error.

 

 

Maybe if you make the `filter="text"` always convert the all the values to string values that would help resolve the error

Unplanned
Last Updated: 29 Sep 2023 12:54 by ADMIN
Created by: Flavio
Comments: 1
Category: PDF Viewer
Type: Feature Request
0

Add NavigationPane to the PdfViewer similar to the one available in the PdfViewer from the Telerik UI for WPF suit:

https://docs.telerik.com/devtools/wpf/controls/radpdfviewer/default-ui 

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.
1 2 3 4 5 6