Unplanned
Last Updated: 27 Aug 2019 08:15 by ADMIN
Created by: Antonios
Comments: 1
Category: KendoReact
Type: Feature Request
3

I need to not restrain the window, in the element that was contained in the code.

Just like it was possible in the jQuery version (https://docs.telerik.com/kendo-ui/api/javascript/ui/window/configuration/draggable.containment),

this feature is a must.

 

Otherwise, I am being forced to keep my Window on the "top level" element, just so that I can have it not be constrained in the nested element... 

The problem with this, is that the Window looks totally out of place, if I need more windows, I will need them all there and it's logic is not clear. The are many issues with that approach...

 

Please provide a temporary workaround if possible, thanks!

Unplanned
Last Updated: 18 Dec 2019 11:32 by ADMIN
Created by: J
Comments: 5
Category: KendoReact
Type: Feature Request
3
Is there any prop so that I can trigger another event on press of cancel button on KendoCalender.
Duplicated
Last Updated: 17 Sep 2020 14:20 by ADMIN
Created by: Jon
Comments: 0
Category: KendoReact
Type: Feature Request
3

Walkthrough component.

The component will allow the developer the create a step by step guide over the page.

This will highlight a collection of elements in a set order on the page with a tooltip showing the newly introduced feature.

Unplanned
Last Updated: 07 Jan 2022 12:38 by ADMIN
Created by: Erik
Comments: 2
Category: KendoReact
Type: Feature Request
3

I'm trying out the KendoReact Conversational UI and there are two things that I would expect to exist in the API that I can't seem to find.

 

1. Unread indicator - I'd like to mark where the last unread message was but there doesn't seem to be a way to do that with the API.

2. Load more messages - I'd like to be able to only load a certain number of messages from the chat history on initial load and then load more messages as the user scrolls (or possibly have a "load more" button) but there doesn't seem to be any callback for that.

 

I already have ideas to work around both of these with the "messageTemplate" but I wanted to check if I might be missing something obvious first.

 

-- Erik Sandberg

Completed
Last Updated: 16 Sep 2021 18:08 by ADMIN
Created by: Felix
Comments: 1
Category: KendoReact
Type: Feature Request
3

Add a Breadcrumb component.

Similar to what we have in Kendo UI for jQuery:

https://demos.telerik.com/kendo-ui/breadcrumb/index

Completed
Last Updated: 16 Sep 2021 18:06 by ADMIN
Created by: Chris
Comments: 1
Category: KendoReact
Type: Feature Request
3

Add KendoReact PivotGrid.

Currently, there is only a wrapper:

https://docs.telerik.com/kendo-ui/third-party/react#pivotgrid

Unplanned
Last Updated: 27 Apr 2021 10:14 by ADMIN
Created by: Ting
Comments: 0
Category: KendoReact
Type: Feature Request
3
Add animation to the Dialog and Window components.

Currently, this is possible with CSS animation only:

https://github.com/telerik/kendo-react/issues/326

Unplanned
Last Updated: 27 Apr 2021 10:37 by ADMIN
Created by: Vladimír
Comments: 1
Category: KendoReact
Type: Feature Request
3

Hello Telerik, I wanna ask you if you have any carousel component. A need slide some div elements. Thanks for your answer.

BR

VladimĂ­r

Unplanned
Last Updated: 27 Apr 2021 10:09 by ADMIN
Created by: Rakesh
Comments: 1
Category: KendoReact
Type: Feature Request
3

Hi

We use the directory upload feature in our MVC app using Kendo. We are now redeveloping the app using React but this feature is missing. 

Is this feature on the roadmap for a future update (soon)?

Kind regards

 

Rakesh

Unplanned
Last Updated: 27 Apr 2021 10:09 by ADMIN
Created by: Fabian
Comments: 0
Category: KendoReact
Type: Feature Request
3
Provide an option to set the minWidth of the ComboBox Popup.

We can add one of the following options:

1) Add style props to the ComboBox popupSettings. This will allow the developer to set a custom min-width.

2) Provide an option that will set the minWidth to the same as the ComboBox width.

We try to cover the following case:

The Popup will auto grow based on the longest item, but its widht should not be shorted than the ComboBox.
Unplanned
Last Updated: 31 Jul 2024 16:48 by ADMIN
Created by: Saurav
Comments: 2
Category: KendoReact
Type: Feature Request
3
Add an onSeriesDoubleClick event to the Chart.

The event parameters should be similar to the onSeriesClick event
Unplanned
Last Updated: 08 Jun 2021 08:12 by ADMIN
Created by: n/a
Comments: 1
Category: KendoReact
Type: Feature Request
3

Hi there, 

 

I would like know how can we customize the TimePicker of the DateTime picker?

We can perform the customization of calendar as guided by the link below.

https://www.telerik.com/kendo-react-ui/components/dateinputs/datetimepicker/custom-rendering/#toc-customizing-the-calendar

My question is how can I customize the Time Picker of the Datetime Picker since I can't find the time picker relevant props from the DateTimePickerProps?

 

Thank you!

 

 

 

 

 

Unplanned
Last Updated: 25 Jan 2022 05:52 by ADMIN
Created by: Adam
Comments: 3
Category: KendoReact
Type: Feature Request
3

Looking for callback for what item was dragged or resized. 
coz we have as well Charts(HighCharts) inside not automatically resizing and we need to determine what item was resized to be able to trigger charts inside to redraw.

https://github.com/telerik/kendo-react/issues/865

Unplanned
Last Updated: 06 Aug 2021 06:20 by ADMIN

Hi,

I'm trying to validate the file names that are being uploaded using Kendo react Upload component. But the validation message I set is not displaying next to the file just the way the following messages are displayed.

File type not allowed.
Invalid file(s). Please check file upload requirements.
File size too large.
File size too small.

 

For reproducing the steps here is the code pen. If you try to upload any file which contains 2019 should show the validation error message.

https://stackblitz.com/edit/react-3x6dal-p7uycz?file=app/main.js

 

Could you please consider this request as a new feature?

Unplanned
Last Updated: 13 Sep 2021 10:43 by ADMIN

Hi,

Please add down arrow to multi-select dropdown similar to combobox or dropdownlist.

 

Unplanned
Last Updated: 21 Sep 2021 09:56 by Grant
Created by: Grant
Comments: 5
Category: KendoReact
Type: Feature Request
3

Hi Team, 

I have the following Feature Request:

 

### Current Behavior
When the 'disabled' attribute is true for a TreeView node, the entire node is disabled, preventing the user from selecting, expanding and checking.

 

### Desired Behavior
To be able to specify what functionality of the node to disable, select and/or expand and/or check or all.

 

### Use case

1) A TreeView displays a list of Countries that when;
1.1) expanded, displays a list of provinces as items.
1.2) selected, filters a list of cities in a different component by the selected node (country or province)
1.3) checked, indicates business coverage for that region.

My use case dictates that once an area has been checked it cannot be unchecked. But the same node whose checked state must be disabled, still needs to be expandable and selectable for the above reasons, for viewing purposes.

Unplanned
Last Updated: 27 Sep 2021 11:34 by ADMIN

Our customers use case would require multiple tasks on same row in the Gantt diagram. Is this possible to implement somehow by customizing the Gantt diagram? Customer feels having each task on its own row wastes vertical space since the tasks are usually back to back.

Unplanned
Last Updated: 11 Oct 2021 05:35 by ADMIN
Created by: Leo
Comments: 3
Category: KendoReact
Type: Feature Request
3
Hi Telerik,

Is there a component or property similar to "CheckBoxGroup" for Kendo React, to enable checkbox implementation like "Select all"?
E.g. https://demos.telerik.com/aspnet-mvc/checkboxgroup



Thank you and Regards,
Leo Emmanuel E. de Guzman
LDeGuzman@synergyonline.com
Unplanned
Last Updated: 27 Oct 2021 14:06 by ADMIN
Created by: Pieter
Comments: 1
Category: KendoReact
Type: Feature Request
3
I'm missing support for the "in" filter operator in the kendo-data-query package (http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_BuiltinFilterOperations), currently you have to create a big filter with something like (id eq 1 or id eq 2 or id eq 3), which causes issues (at least in .NET) with the maximum of allowed nodes (MaxNodeCount) in the filter statement.
Unplanned
Last Updated: 02 Nov 2021 13:03 by ADMIN
Created by: Matthew
Comments: 3
Category: KendoReact
Type: Feature Request
3

Hello,

    I am creating a list of rows using the Sortable control. The issue that I am running into is when I grab an item and want to move it further down the list, then what shows on the page, the list will not scroll. Once I get to the bottom of the list I can not move the item further, without droping it and manually scrolling. Is there a way around this?

 

You can see what I am talking about by going to your sample (Under "Events" header): https://www.telerik.com/kendo-react-ui/components/sortable/

 

Shrink the page to where items stack and the list goes off the page. Try to take the top item and place it on the bottom. What I would hope it would do is automatically scroll the page once you reach the bottom, but it doesn't.

 

Thanks,

    Matt Heuerman

    DealerCarSearch