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

 

 

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

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!

Completed
Last Updated: 23 Sep 2019 09:08 by ADMIN
Created by: Glen
Comments: 2
Category: KendoReact
Type: Feature Request
3

Hi

Please create a React Scheduler component similar to https://demos.telerik.com/aspnet-ajax/scheduler/examples/overview/defaultcs.aspx

Unplanned
Last Updated: 15 Aug 2019 07:30 by ADMIN
Created by: Glen
Comments: 1
Category: KendoReact
Type: Feature Request
3

Hi

Please build a React component for Map control similar to https://demos.telerik.com/aspnet-ajax/map/examples/overview/defaultcs.aspx

Unplanned
Last Updated: 07 Jan 2022 11:11 by ADMIN
Created by: Anjireddy
Comments: 1
Category: KendoReact
Type: Feature Request
3
How to restrict the resize of column after some width like minResizableWidth for min width.
Unplanned
Last Updated: 07 Jan 2022 05:46 by ADMIN
Created by: Daniel
Comments: 3
Category: KendoReact
Type: Feature Request
3

Hi Team,

we are looking the similar functionality in React Grid? Could you implement this feature in feature releases? 


 columns: [
        {
          field: "id",
          width: 80,
          filterable: {
            operators: {
              number: {
                eq: $translate.instant("Is equal to")
              }
            }
          }
        },


Completed
Last Updated: 01 Apr 2019 09:45 by ADMIN

I want to make a request to add the autoClose property to manage KendoReactMultiSelect control.

Here is an example of code with several MultiSelect controls on the same page without the autoClose property:

https://stackblitz.com/edit/react-w4yhvh

You can clearly see that the autoClose property will be really useful.

Thanks.

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

Declined
Last Updated: 18 Feb 2019 12:57 by ADMIN
Created by: Jason
Comments: 1
Category: KendoReact
Type: Feature Request
3

I discovered a lack of parity between the React and Angular implementations of the TabStrip/TabStripTab components. Specifically, in the React version the "title" prop determines the contents inside the resulting <k-link> CSS class, whereas the Angular version allows you to set a template, for more complex tab header components.

This became an issue for me, because we have overridden the CSS for a custom progress tracker component built on the tab strip in an Angular implementation. I am now tasked with replicating the component in React, but had to resort to my own TabStrip/TabStripTab classes, instead of being able to use your components. (My goal is to be able to use the existing CSS, maintained by our UX team, out of the box.)

Hope that made sense. Feel free to contact me if it's not clear what I'm asking for, or if there is already a solution to this. Thanks!

 

React version:

 

Angular Version:

 

 

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: 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: 09 Jul 2019 13:28 by Gurpreet Singh
Created by: Gurpreet Singh
Comments: 2
Category: KendoReact
Type: Feature Request
3

While export and save PDF are extremely useful features that Kendo React UI provides. 

I would like to have option to generate Password protected PDF. 

Unplanned
Last Updated: 26 Jul 2023 08:37 by ADMIN

Hi,

Unfortunately,  the KendoReact PivotGrid sorting is currently supported only for string values. This means that even if you set the field type to "date", the sorting will still be applied as if the field were a string. You can see that in this example: https://dojo.telerik.com/oZoTuMIC/55

Please extend your sorting mechanism so that the sorting covers types such as dates and numbers too. Please also consider the user's language when implementing this sorting. We receive date fields in the format yyyy-mm-dd and they should then be displayed in the user language in the UI. For example in German dd.mm.yyyy (i.e. 21.11.2021) or in English 11/21/2021. And please offer this feature for local data binding too.

Regards,

Oliver

 

Unplanned
Last Updated: 07 Mar 2022 05:47 by ADMIN
Created by: Jeff
Comments: 3
Category: KendoReact
Type: Feature Request
3

The Kendo Form component internally uses a FormContext which is ued by FormElement and Field. However this Context is not exported in @progress/kendo-react-form

Please export this context. It would really help with the usability of the Form component for complex forms. There are things in the FormContext that are not available in the formRenderProps.

Alternatively, put everything from the context into the FormRenderProps. These don't seem like they needed to be 2 different objects.

Specifically with the Context you can see what fields have been `touched`, `visited` and `modified`. But with the render props you only get a boolean if any field has been touched, visited or modified; not the names of the fields.

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: 26 Jun 2019 14:00 by ADMIN
I updated to the latest version of the kendo react components (3.2.1) and notices that if there are no records in the grid - the message is displayed in the first column rather than spanning - this behaviour is also happening in the demo - see the attached.