Unplanned
Last Updated: 17 Apr 2024 14:04 by ADMIN
Created by: Kendo UI
Comments: 0
Category: TreeList
Type: Feature Request
7

Feature Request

Currently, KendoReact TreeList doesn't offer a built-in way to achieve selection behavior where selecting a parent node automatically selects all its children, and vice versa (deselecting all children deselects the parent). This feature would be highly beneficial for use cases involving hierarchical data structures where managing parent-child selection is crucial.

Proposal

Introduce a new option for the selectable prop, potentially named propagateSelection or recursiveSelection (similar to applyCheckIndeterminate provided in the TreeView component ). When set to true, it activates the desired behavior where selecting a parent selects all children, and deselecting all children deselects the parent.

Related GitHub item - https://github.com/telerik/kendo-react/issues/2174 

Unplanned
Last Updated: 10 Apr 2024 12:23 by Fabian

The GridHelper is defined in a separate file, and this is the way we can use it - https://www.telerik.com/kendo-react-ui/components/grid/getting-started/gridhelper/

 

However, I prefer if it is exported from the Grid package, and is maintained from there.

Unplanned
Last Updated: 29 Mar 2024 14:04 by Simon
Created by: Simon
Comments: 0
Category: TreeList
Type: Feature Request
1
It would be beneficial if the TreeList had the option to render a detail row out of the box via a prop as it is for the Grid.
Unplanned
Last Updated: 29 Mar 2024 08:26 by Thomas
Created by: Thomas
Comments: 0
Category: KendoReact
Type: Feature Request
1
To enhance UX, it should be better that when the user clicks between the label and the checkbox/radiobutton, it actionnates the checkbox/radiobutton.

Today this is how a radiobutton is structured. 

An improvement would be to nest the input inside the label, so it does what i said above, eg. :

 <label>
 <input type="checkbox" id="myCheckbox" name="myCheckbox">
 Click me to toggle the checkbox
 </label>

This would greatly enhance UX and is very common in web development.
Unplanned
Last Updated: 20 Mar 2024 07:06 by Jan
Currently, the TimePicker and DateTimePicker do not have the toggleButton property. This prop is present for the DatePicker but it should also be present for the rest of the dateinput component to keep the API consistent.
Unplanned
Last Updated: 29 Mar 2024 15:43 by ADMIN
Created by: Julian Turner
Comments: 2
Category: DateInput
Type: Feature Request
1
The DateInput spinners default to changing the first section of the date, which in my case would be the month. However, my users are going to want to change the day unless they have selected a date part like the year. I would appreciate a way to specify which date part the spinners should control if no part of the input is selected?
Unplanned
Last Updated: 05 Apr 2024 10:39 by ADMIN
Created by: Julian Turner
Comments: 5
Category: DatePicker
Type: Feature Request
0
I use the DatePicker extensively in our application as people are entering in weather data. They often want to change the date by a day or two, so they find it annoying to open up the whole calendar to go back a single day. I think that the ideal UX would be to have the equivalent of the Spin Buttons on the DatePicker that exist on the DateInput. So, there would be the calendar for the date picker and the spinners so users can choose what works best for them.
Unplanned
Last Updated: 19 Mar 2024 09:15 by Josh

Currently, hovering the draghandle shows the title "Drag". Instead, it should show the current value of the Slider.

With the current implementation, this is only possible by rendering a ToolTip component and customizing it:

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: 26 Mar 2024 14:21 by ADMIN
Created by: James
Comments: 3
Category: Upload
Type: Feature Request
0

This feels like an obvious requirement, but maybe I'm missing something. We're using the Upload component allowing users to upload files to be later referenced and accessed. Would it be possible to add configuration options to display a download icon and hook up an onDownload handler, next to each uploaded file, like it currently does for the "remove" operation? I appreciate you can create a custom UI for the whole component, but then we lose the built-in functionality.    

Thank you.

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: 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: 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: 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: 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: 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!

1 2 3 4 5 6