Unplanned
Last Updated: 27 Apr 2021 10:31 by ADMIN
Please add an Encoded Prop to the GridColumn for KendoReact that works like the "encoded" property on columns in the jQuery version to allow us to pass unencoded Html to the cells of our KendoReact Grids. Thanks so much for any assistance in this matter!
Completed
Last Updated: 26 Mar 2020 15:16 by ADMIN
Created by: Kirill
Comments: 6
Category: KendoReact
Type: Feature Request
1

Existing implementation of Scheduler component has a very limited customization support. To cover some real use-cases we need:

  1. Conditionally hide Scheduler Header and Footer. This is possible with CSS, but still makes sense to have props for that.
  2. Customize tooltip content when hovering on the event. Currently tooltip is a one line text, but adding support of a larger popups on hover would allow to show additional info associated with that event. Please consider adding a prop to pass custom component for tooltip/popup rendering (similar to how Custom cells work in Kendo Grid)
  3. Customize event component. Is there a way to have multiline text in the event component? Currently it is way to limited to show custom content e.g. adding custom icons is impossible.
  4. All events in the same group have a same color when displaying. Please consider adding individual color support for each event. This would help to support error states for events.
  5. Custom onDelete/onDoubleClick handlers. We would like to have custom implementation of Delete confirmation and Edit form.

Please advise on how to overcome those limitations as a short term solution and consider adding more Scheduler customization abilities to your Roadmap.

Example of highly configurable Scheduler/Timeline component:  https://js.devexpress.com/Demos/WidgetsGallery/Demo/Scheduler/Timelines/React/Light/

Completed
Last Updated: 27 May 2021 17:10 by ADMIN

Hi Team,

     I am looking for PickList  / duallist component but I am not getting it on kendo UI

   Through this list we can move items from one list to another and vice versa.

    Using buttons ,left,right,rightAll,LeftAll,Up,Down etc    like  "react-dual-list"  component

   In addition to that i want drag and drop feature to be enabled between the list

 Can someone please help me to fine such component on Kendo UI

Unplanned
Last Updated: 18 Feb 2020 10:41 by ADMIN
Created by: Ayaad
Comments: 1
Category: KendoReact
Type: Feature Request
1
We like to have an option on the component to overlap: true/false where the user can add appointments when the appointment overlaps with a previous, the user will see a message warning him of conflict data and time when he tries to Save on Add/Edit
Unplanned
Last Updated: 07 Jan 2022 12:26 by ADMIN

When using the auto for tooltip position, I would like the option to prioritize the order.

[right, left, bottom, top] for example would mean that it would check if that area is available to display a tooltip, and if not, it'll move on to the next one in the list.

 

Is this an option? How will I go about creating this functionality if not?

Won't Fix
Last Updated: 18 Jul 2023 03:48 by ADMIN

Steps:

1. Create web component with shadow-root.

2. Attach all.css styles behide shadow root.

3. Add compoent with icon from WebComponentIcon font.

Result:

Icon are not displayed properly.


Unplanned
Last Updated: 18 Jul 2023 03:55 by ADMIN
Created by: Matthew
Comments: 1
Category: KendoReact
Type: Feature Request
1

In Kendo angular you can tell the tooltips to flip when they collide with the edge of the viewport:

https://stackblitz.com/edit/angular-gaezr2?file=app/app.component.ts

A problem with angular is it can't detect a collision in both directions. In the above example, the top tooltip only flips downwards but not to the right.

As for Kendo React there is less control. It seems to always want to "fit" with no option to flip when a collision happens. I have prepared 3 examples below. for position left, right and default:

https://stackblitz.com/edit/react-vfdvtk?file=app/main.jsx

Unplanned
Last Updated: 07 Jan 2022 12:35 by ADMIN
Created by: Bob
Comments: 3
Category: KendoReact
Type: Feature Request
1

Is it possible to add a target line to the ArcGauge?   I have attached a picture of what I would like to accomplish using the ArcGauge component.

 

Unplanned
Last Updated: 07 Jan 2022 12:34 by ADMIN
Created by: Trung
Comments: 0
Category: KendoReact
Type: Feature Request
1
Add an option to export to Excel without the gridlines.

The achieve the same result as the one shown here:

https://support.office.com/en-us/article/show-or-hide-gridlines-on-a-worksheet-3ef5aacb-4539-4ad5-9945-5ed53772dc4d
Unplanned
Last Updated: 07 Jan 2022 12:31 by ADMIN
Created by: Ivan
Comments: 5
Category: KendoReact
Type: Feature Request
1
Greetings.  I render my own custom headerCell item with a custom icon. Could you help me to find out the same way for rendering custom icons in k-group-indicator blocks (dropable area for grouping)?
Thanks in advance
Unplanned
Last Updated: 27 Apr 2021 10:28 by ADMIN
One thing we end up doing quite a bit of writing custom Kendo Form components. A lot of these seem like they could exist out-of-the-box. For example, it'd be nice to have a DropDownList as a Form Input, without having to code the custom component for it.
Unplanned
Last Updated: 27 Apr 2021 10:21 by ADMIN
Created by: Francis
Comments: 1
Category: KendoReact
Type: Feature Request
1

Allow sorting per column by a field other than the displayed field on the column. This goes for group sorting as well, when grouped by a certain field, the groups can only be sorted by that field, when we actually need those groups sorted in an arbitrary order we have defined in another field on the data.


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

Unplanned
Last Updated: 27 Apr 2021 10:17 by ADMIN
Created by: Orla
Comments: 1
Category: KendoReact
Type: Feature Request
1

I'm looking at implementing a Chart with multiple ChartPane, each with their own legend displaying only the series displayed in the respective pane.

Here is an example of the layout with separate charts: https://stackblitz.com/edit/react-xtyhbu-muedhd?file=app%2Fmain.js 

After speaking with support, they suggested I created a feature request here.

Unplanned
Last Updated: 27 Apr 2021 10:14 by ADMIN
Created by: Nick
Comments: 3
Category: KendoReact
Type: Feature Request
1
Is there an option where when the PanelBarItem is collapsed it collapses the content and does not remove it from the DOM so we can keep the state of the content in that control?
Completed
Last Updated: 07 Jan 2022 12:29 by ADMIN
Created by: Gaurav
Comments: 6
Category: KendoReact
Type: Feature Request
1

Hi 

 

I am currently using kendoReact TreeList and using custom filtering for text. I want to limit allow filtering to happen only after user enters 3 or more characters. For this I want to show a placeholder saying "Enter more than 3 characters to filter....". Can I add a placeholder to the filter header ?

 

Thanks and Regards

Gaurav Thakur

Completed
Last Updated: 27 Apr 2021 10:49 by ADMIN
Created by: Brian
Comments: 2
Category: KendoReact
Type: Feature Request
1

I am using ExcelExport...

import { ExcelExport, ExcelExportColumn } from "@progress/kendo-react-excel-export";

 

one of the columns being exported is an Enum value.   Is it possible to export the data and have the excel column be a dropdown picklist?  I've attached a file of an example

 

Thanks

 

Unplanned
Last Updated: 27 Apr 2021 10:46 by ADMIN
Created by: Sandeep
Comments: 1
Category: KendoReact
Type: Feature Request
1

Hi,

How to select the tree-list column like excel column selection ?

How can be copy selected column data with the another column  ?

 

please provide the reference link or example.

 

 

--

Unplanned
Last Updated: 10 Dec 2020 11:49 by ADMIN

Hi,

How to set the default operator of a second date filter which is different from first,

I have attached the screenshot for two different operator i need in case of date filter.

Completed
Last Updated: 27 Apr 2021 10:41 by ADMIN
Created by: Matej
Comments: 4
Category: KendoReact
Type: Feature Request
1
Chat input where user can hit "Shift + Enter" to manually separate lines.
Completed
Last Updated: 30 Oct 2024 13:17 by ADMIN
Created by: n/a
Comments: 2
Category: KendoReact
Type: Feature Request
1

Hello,

 

i am new to React and Kendo React UI.

I am reading the documentation for Gantt, and if i understand it correctly i can customize header column (headerCell?), but I dont know how. Is there any examle ?

I wound like to customize the column with dates.

 

Thank you, Matjaz Reberc