Unplanned
Last Updated: 28 Apr 2021 04:51 by ADMIN
Created by: Ashutosh
Comments: 4
Category: KendoReact
Type: Feature Request
1
How can I display "No Data" message on React charts if chart is bind with data but data is Empty?
Unplanned
Last Updated: 16 Apr 2021 06:10 by ADMIN
Created by: Menasheh
Comments: 1
Category: KendoReact
Type: Feature Request
1
In Kendo for jquery you can set a ColorPicker to have a clearButton which sets the color to null, but there is no prop for this in react. How can this be accomplished? 
Completed
Last Updated: 01 Sep 2023 10:03 by ADMIN
Created by: Chunxing
Comments: 2
Category: KendoReact
Type: Feature Request
5
Our app does alot of PDF viewing and manipulation and we currently are using some generic pdfjs component. We would really like to be able to use the feature rich pdf viewer from jQeury in react more easily that crating a wrapper for it.
Unplanned
Last Updated: 14 Apr 2021 10:01 by ADMIN

Step by step instructions on how to reproduce the problem

Try entering a negative value in the filter column using the StackBlitz example here https://stackblitz.com/edit/react-dx7cna?file=app/main.jsx

 

This works using "ES" as locale (your example) https://stackblitz.com/run/?file=app/main.jsx

 

Github issue here https://github.com/telerik/kendo-react/issues/897

 

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
Completed
Last Updated: 08 Apr 2021 05:00 by ADMIN
Created by: Fu
Comments: 1
Category: KendoReact
Type: Bug Report
0

Description:

When typing into a React autocomplete with the "suggest" prop, the component does not always display the suggestion in the dropdown. It appears that in Chrome, only the very top of the suggestion is visible in the dropdown, while in Edge, it isn't at all.

 

Reproduction Steps:

  1. Navigate to https://www.telerik.com/kendo-react-ui/components/dropdowns/autocomplete/suggestions/
  2. Type "d" into the AutoComplete in Uncontrolled Mode example

 

Browser:

  • Chrome -- Version 89.0.4389.114 (Official Build) (64-bit)
  • Edge -- Version 89.0.774.68 (Official build) (64-bit)

 

Expected Behavior:

  • The suggestion is fully visible in the dropdown

 

Observed Behavior:

  • The suggestion is either not visible, or only partially visible


Screenshots:

Chrome:

 

Edge:

Unplanned
Last Updated: 07 Apr 2021 05:05 by ADMIN
Created by: Stanley
Comments: 1
Category: KendoReact
Type: Feature Request
4

Hi,

Currently, we're facing a performance issue in react scheduler, when it has more grouping items(i.e. browser hangs indefinitely). I'm requesting the feature based on the below ticket

https://www.telerik.com/account/support-tickets/view-ticket/1513927

Completed
Last Updated: 12 Apr 2021 14:22 by ADMIN
Created by: Fu
Comments: 3
Category: KendoReact
Type: Bug Report
0

Description:

When the NumericTextBox is set to "c0" format and has a value of 0 ($0), it doesn't capture the first digit entered.

 

Reproduction Steps:

  1. Set the field value to 0 ($0)
  2. Hit "Tab" to blur the field
  3. Hit "Shift-Tab" to focus the field (field contents will be highlighted)
  4. Enter "123"
  5. Repeat steps 2 through 4

 

Browser:

Chrome -- Version 89.0.4389.114 (Official Build) (64-bit)

 

Expected Behavior:

  • After step 4, field shows "$123"
  • After step 5, field shows "$123"

 

Observed Behavior:

  • After step 4, the field shows "$230"
  • After step 5, the field (correctly) shows "$123"

 

Notes:

  • This bug seems to occur when the field has a value of 0 ($0) before gaining focus
  • This doesn't occur when the specified format is "c2" or "n0"

 

Code Snippet:

<NumericTextBox format="c0" />

Unplanned
Last Updated: 27 Apr 2021 10:02 by ADMIN
Created by: Saurav
Comments: 0
Category: KendoReact
Type: Feature Request
2
Highlight particular category when its bar is selected

Similar to how a series is highlighted when clicked, the category can also be highlighted when the bar/column on that category is clicked.
Completed
Last Updated: 16 Sep 2021 18:04 by ADMIN
Created by: Pavan Kumar
Comments: 1
Category: KendoReact
Type: Feature Request
4
Add a heatmap component

This component purpose is similar to the GitHub commits graph:

Unplanned
Last Updated: 31 Mar 2021 13:16 by ADMIN
Created by: Krishna
Comments: 6
Category: KendoReact
Type: Feature Request
2

Hi Team,

 

We are trying to implement infinite scrolling for server data to our combobox based on virtual.

Do you have any event in combobox to handle on scroll.

 

Please help us with any examples you have on this topic. preferably using hooks.

Unplanned
Last Updated: 30 Mar 2021 13:36 by ADMIN
Created by: Ram
Comments: 1
Category: KendoReact
Type: Feature Request
1
Sorting for the MultiColumnComboBox columns - We need the ability to sort list data and allow user to select column to sort.
Unplanned
Last Updated: 29 Mar 2021 04:31 by ADMIN
Created by: Huw
Comments: 0
Category: KendoReact
Type: Feature Request
1
Add an option to select multiple items in the DropDownTree with checkboxes.

This has to be similar to what we have in Kendo UI for jQuery:

https://demos.telerik.com/kendo-ui/dropdowntree/checkboxes
Unplanned
Last Updated: 27 Apr 2021 10:02 by ADMIN
Created by: Ferenc
Comments: 1
Category: KendoReact
Type: Feature Request
1
add multiple rows drag&drop support to kendo react grid, please!
Completed
Last Updated: 28 Jul 2023 12:00 by ADMIN
Created by: Ryan
Comments: 1
Category: KendoReact
Type: Bug Report
0
The ListView component has a prop called item that allows you to pass in a custom component for rendering. The type definition for that prop is a component with a props type of "any". The any prop type isn't good here because it's clear there's a structure to these props. Can you please modify this to add a type definition? Thanks.
Unplanned
Last Updated: 21 Sep 2022 10:59 by ADMIN
Created by: Ville
Comments: 2
Category: KendoReact
Type: Feature Request
13
Add an option to customize the filter input of the dropdowns, e.g. ability to include buttons in the search field, such as a clear field button.
Completed
Last Updated: 27 Apr 2021 10:02 by ADMIN

I noticed that the value prop of the TextAreaChangeEvent is defined as string | number | string[].

When will this value be number or string[]?

Won't it always be string due to the fact that it's a text area input?

Unplanned
Last Updated: 27 Apr 2021 10:03 by ADMIN
Created by: zenit1
Comments: 1
Category: KendoReact
Type: Feature Request
4

Hey

Small question: it is exists some approach to make Tabs in TabStrip reordable ?

 

Best

Serge

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

The KendoReact MaskedTextBox value cannot be cleared once a value is set. See this forum post for examples and a proposed workaround: https://www.telerik.com/forums/maskedtextbox-cannot-be-cleared

I would like for a user to be able to clear the MaskedTextBox value without having to code it as a special case in the onChange event handler. I believe this should be done by default as per the Kendo jQuery MaskedTextBox, but it could also be optional via a prop or clear button.

Unplanned
Last Updated: 18 Jul 2023 04:11 by ADMIN
Created by: Fabian
Comments: 1
Category: KendoReact
Type: Feature Request
9

Despite having a similar intention (typing and selecting), the components MultiSelect and ComboBox look and behave quite differently:

  • The ComboBox has a button on the right side and only opens when this button is clicked or when the user types in the input field.
  • The MultiSelect has no such button but opens when clicking inside the input field.

It would be great if the MultiSelect component also has a button on the right and only opens when the button is clicked or when the user starts typing in the input field.