Unplanned
Last Updated: 18 Mar 2024 14:09 by Filip
Created by: Filip
Comments: 0
Category: KendoReact
Type: Feature Request
1
A component that allows you to upload and display powerpoint files.
Unplanned
Last Updated: 18 Mar 2024 14:08 by Filip
Created by: Filip
Comments: 0
Category: KendoReact
Type: Feature Request
1
A component that allows you to upload word files and display them.
Unplanned
Last Updated: 14 Mar 2024 20:09 by Mia
Created by: Mia
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be beneficial if the TreeList could display children,  for example, in this demo, if I search for Anika Vega, I would like the tree to return Daryl Sweeney and all the children nodes of Anika:

https://stackblitz.com/edit/react-ze6brv?file=app%2Fmain.tsx
Unplanned
Last Updated: 14 Mar 2024 15:23 by Jeremy
Created by: Jeremy
Comments: 0
Category: TaskBoard
Type: Feature Request
0
The TaskBoardChangeEvent needs to have additional fields in the onChange event such as column index and previousColumn index.
Unplanned
Last Updated: 14 Mar 2024 11:29 by ADMIN
Created by: Radhwen
Comments: 5
Category: Gantt
Type: Feature Request
8
Adding custom views support for the React Gantt component.
Unplanned
Last Updated: 11 Mar 2024 10:26 by Flavio
Created by: Flavio
Comments: 0
Category: ProgressBar
Type: Feature Request
1

I want to have smooth color transitions just like the ArcGauge component - https://www.telerik.com/kendo-react-ui/components/gauges/arcgauge/

When it switches between colors, a transition animation on the color is applied and this is visible in the above demo.

Ticket ID: 1643539

Unplanned
Last Updated: 04 Mar 2024 10:02 by n/a

The current implementation of the MultiSelectTree component doesn't provide the option to define a custom header and footer inside its popup.

Providing the mentioned properties will keep the consistency among the different DropDown components as the discussed options are available in other DropDown components like the:

Unplanned
Last Updated: 01 Mar 2024 20:38 by Patrick
Created by: Patrick
Comments: 5
Category: KendoReact
Type: Feature Request
8

The KendoReact Spreadsheet component has been released.

There are a few features that are missing compared to the jQuery version, and filtering rows based on column filters is one of them. 

Until this feature is added (along with context menus), we won't be able to use the Spreadsheet component for what we need to build, so we will have to continue wrapping the jQuery component. The object provided by the spreadsheet ref can filter programatically based on the (undocumented in KendoReact's docs) `range.filter()` method, but this would take a lot of time to implement what the jQuery version already has.

Unplanned
Last Updated: 31 Jan 2024 12:38 by ADMIN
Created by: Jeremy
Comments: 1
Category: Gantt
Type: Feature Request
8
It would be great if we could render a custom template for the Gantt task types (summary etc..) This way we could add text
Unplanned
Last Updated: 25 Jan 2024 09:35 by ADMIN
Created by: Janki
Comments: 1
Category: KendoReact
Type: Feature Request
1

Would love a prop to hideHeader on KendoReact grids!

For the same reasons that were enumerated in this 2017 Kendo Angular thread: https://github.com/telerik/kendo-angular/issues/285

- For shared grids that only need 1 header row

- For small grids that have sorting/filtering controls outside of the grid header

Unplanned
Last Updated: 23 Jan 2024 16:38 by ADMIN
Scheduled for 2024 Q2 (May)
Repro-Steps:
  1. open the given URL using valid credentials.
  2. Navigate to 'Reply' button and invoke it.
  3. Navigate to 'table' button and invoke it.
  4. Now, try to navigate to table cells to select the size of the table and observe

Actual Result:

After invoking 'table' button, user is unable to select the size of the table i.e, Keyboard focus is not going to 'Insert row and column cell components.

Tab index property is not defined.

 

Expected 
Control(s) must be accessible to keyboards and other assistive technology. Common causes of this problem include a) the element does not have a proper role assigned, b) the element needs tab-index="0" attribute to be focusable, or c) the component is not registering keypresses.  

User should be able to navigate to insert row and column cell components to select the size of the table.


User Impact 
When interactive components are not accessible, assistive technology users are blocked, which leads to everything from inaccessible content, features, and functionality, up to entire applications or sites. 

Unplanned
Last Updated: 22 Jan 2024 08:49 by ADMIN
Created by: Jacky
Comments: 1
Category: KendoReact
Type: Feature Request
1

In Excel, you can group / ungroup rows AND columns.  This is particularly useful for income statement reports.  It would be great if Spreadsheet component can support the rendering of groups created in Excel and also allow groups to be created with the component.  

 

Unplanned
Last Updated: 18 Jan 2024 12:32 by ADMIN
Created by: Peter
Comments: 1
Category: KendoReact
Type: Feature Request
1

Dear Sir/Madam,

 

I would like to disable the right part of a split button dynamically, so something like

<SplitButton rightDisabled={true} items={items} text="Disabled Button" />

Obviously, when the value rightDisabled changes to false, the right part should be enabled again.

 

Regards,

Peter

Unplanned
Last Updated: 15 Jan 2024 06:29 by ADMIN

Greetings,

For the External Filter, I would like to have the ability to search for column names at the first DropDownList label field like this one: React Dropdowns Library & DropDownList Component - Filtering - KendoReact Docs & Demos (telerik.com)

Please see the attached image for clarification.

 

Thanks!

Unplanned
Last Updated: 05 Jan 2024 07:36 by ADMIN

When a Taskboard column overflows vertically or the columns overflow horizontally, there is no way for the user to drag a task card in a position that is not visible at the start of the drag in one smooth motion and one has to resolve to multiple drag 'n' drops and subsequent manual scrolls. Ideally when a card is being dragged over the borders of the overflown container, it should automatically scroll to bring the invisible elements into the viewport. Video of current behaviour is attached below, together with the requested behaviour.

Unplanned
Last Updated: 05 Jan 2024 06:11 by ADMIN
Created by: Vladislav
Comments: 1
Category: DateInput
Type: Feature Request
1

Hello.

For DateInput, we need the ability, the user can write value without restrictions / separators. Now, there is more problems, for example with copy paste.

I am writing the request as a response to my question in the forum:

DateInput in KendoReact | Telerik Forums

 

Thanks.

 

Unplanned
Last Updated: 21 Dec 2023 11:40 by ADMIN
Created by: Owen
Comments: 4
Category: KendoReact
Type: Bug Report
3

Hello,

We've been experiencing a weird behavior with the date picker element. We wanted to have an auto advancing cursor that moves from date -> month -> year without the user having to manually press the arrow keys.

We based our solution off this previous method in your JQuery element. However the React element has some buggy behavior when it comes to updating existing date values in the input that makes this method impossible. (the functionality works correctly in the JQuery version of the library, just not React)

When updating an existing value in the box from a single digit value (e.g. 01, 02, 03, 04, but not 10, 11, 12) instead of overwriting the existing value it appends the new number the user entered. For example, if a 01, is in the box and the user types 2 it becomes 12, when it should have become 02.

This can be especially confusing for the user when working with named dates (e.g. "Jan", "Feb",  "Dec", etc) since they do not see the numbers involved. If the user is updating Jan, and they press 2. It should update to Feb not Dec...

I've attached a GIF of the problem below as I've described

Unplanned
Last Updated: 18 Dec 2023 12:11 by ADMIN
Created by: Ramkishore
Comments: 1
Category: KendoReact
Type: Feature Request
12

Good Morning Team,

Ability to select columns and generate charts in spreadsheet like excel spreadsheet.
Insert charts, images in the spreadsheet similar to excel spreadsheet.

Thanks,

Ramkishore

Unplanned
Last Updated: 15 Dec 2023 08:41 by ADMIN
Created by: Roger
Comments: 1
Category: PivotGrid
Type: Feature Request
0

Hey Hi Team,

Please go through the link https://stackblitz.com/edit/react-4ze9fd-pxytyn?file=app%2Fmain.tsx

Here you will find our exact solution and we want last column description to hide.

Other than that we required all columns as it is. So need to remove last column only.

 

Unplanned
Last Updated: 12 Dec 2023 11:46 by ADMIN

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.

1 2 3 4 5 6