Completed
Last Updated: 26 Jul 2023 11:48 by ADMIN
Unplanned
Last Updated: 08 Jun 2022 13:35 by ADMIN
Created by: Dennis
Comments: 1
Category: KendoReact
Type: Feature Request
2
The new taskboard is very nice, which I really want to use in my next project. When there are many tasks, the taskboard becomes unresponsive . Is it possible to implement virtual scrolling?
Unplanned
Last Updated: 28 Jun 2022 12:01 by ADMIN
Created by: Daniel
Comments: 1
Category: KendoReact
Type: Bug Report
2
Current Behaviour

When an item, which has submenu, from the menu dropdown is hovered the submenu appears. But if you click on the hovered item the submenu disappears.

Expected Behaviour

When an item, which has submenu, from the menu dropdown is hovered and then clicked the submenu should stay visible.

MInimal Reproduction

I'm providing a reproduction from Kendo React code examples.

https://stackblitz.com/edit/react-jqhjyv?file=index.js

Unplanned
Last Updated: 15 Jul 2022 12:13 by ADMIN

Hi there,

I am attempting to utilise the Kendo React ExcelExport component (and in conjunction Kendo UI Spreadsheet component) to be able to export dynamically generated spreadsheets which can do multi-level nested dropdowns on cells, so that our customers who get our spreadsheets can fill in the cells accurately at the point of entry.

Unfortunately the version of the Excel used for these components doesn't support recent formulas, such as SORT, UNIQUE and FILTER which were ok for our Proof of Concept in Excel (Office365 version) but did not work inside the Kendo components listed above.

Could the Kendo components be upgraded to support the latest features of Excel (at least as far as formulas go), this lack of support is impacting our ability to help our customers do remote data entry without additional overhead.

Another example of  the above (which needed additional debug work) was CONCAT vs CONCATENATE, that caught us out for a bit trying to figure out what it was!

Finally, can we make it so exported spreadsheet "sheets" can be hidden as we need a few "preparation" sheets for our data and would be less confusion if it was not visible to the end users.

Thanks for your support on this matter,

Daniel

Unplanned
Last Updated: 15 Jul 2022 12:14 by ADMIN
Created by: Neil
Comments: 1
Category: KendoReact
Type: Feature Request
2
In order for us to transition from google maps to the kendo react Map, we would need a marker clusterer feature to be added to the kendo react map component. Can this feature be added?
Thankyou
Won't Fix
Last Updated: 09 Aug 2022 07:28 by ADMIN

StackBlitz example: https://stackblitz.com/edit/react-vg8pu5?file=app/main.jsx

 

If you have a Form <Field component={Input}> inside an <ExpansionPanel>, if you press space or enter within the input, the expansion panel also receives the key event and will expand/collapse. It seems like these key events should not bubble out of the Field component.

Unplanned
Last Updated: 16 Aug 2022 09:17 by ADMIN
the ExternalDropZone component can only drag and drop files, but people usually think it's also clickable. 
Unplanned
Last Updated: 26 Jul 2023 14:02 by ADMIN
Created by: Joca
Comments: 1
Category: KendoReact
Type: Bug Report
2

There is an issue with ComboBox remote virtualization.  This is reproducible on https://www.telerik.com/kendo-react-ui/components/dropdowns/combobox/filtering/#toc-filtering-with-remote-data-and-virtualization

Scroll slowly till almost the end of the list. Pay attention to the name: Paula Parente

Notice that the name keeps repeating after scrolling as the scroll goes back and forth. You'll need to scroll a few times more before the scroll continues to load

other items.

 


Completed
Last Updated: 24 Nov 2022 13:15 by ADMIN

in the kendo UI react chart I need the average line, max line, and min line targeting some value   

Please suggest which features to use with respect to the above requirements, if available.

Unplanned
Last Updated: 28 Nov 2022 14:17 by ADMIN
Created by: Andrew
Comments: 1
Category: KendoReact
Type: Bug Report
2

Steps to reproduce:

  1. Create a notification and a button to toggle it
  2. Run a screen reader such as NVDA or JAWS
  3. Toggle the notification to appear

Expected result: The text in the notification is read by the screen reader when the notification appears

Actual result: The notification text is not read out

 

Unplanned
Last Updated: 21 Dec 2022 09:13 by ADMIN
Created by: Philip
Comments: 1
Category: KendoReact
Type: Feature Request
2

Add support for complex object array filter of DataSourceRequest.

let dataSourceRequestFilterComplexObjectArray = {
  filter: {
    logic: "and",
    filters: [
      {
        field: "users[name]", // OR with dot notation -> "users[someObject].name"
        operator: "eq",
        value: "Bill"
      }
    ]
  }
};


Unplanned
Last Updated: 27 Jul 2023 08:45 by ADMIN
Created by: Hari
Comments: 1
Category: KendoReact
Type: Feature Request
2
Can we have a inline editing feature for the title, start, end dates as like data grid have.
Unplanned
Last Updated: 06 Mar 2023 12:00 by ADMIN
Unplanned
Last Updated: 05 Oct 2023 13:39 by ADMIN
Was directed here after a forum post where I described my current Business Requirements for this feature. The ask is that the extra step of needing to also click the "Filter" or "Clear" buttons on the component to fire the onFilterChange event are unwanted - I think even exposing some of the functionality or the onClick of the generated checkboxes could help greatly. 
Unplanned
Last Updated: 06 Aug 2021 06:20 by ADMIN

Hi,

I'm trying to validate the file names that are being uploaded using Kendo react Upload component. But the validation message I set is not displaying next to the file just the way the following messages are displayed.

File type not allowed.
Invalid file(s). Please check file upload requirements.
File size too large.
File size too small.

 

For reproducing the steps here is the code pen. If you try to upload any file which contains 2019 should show the validation error message.

https://stackblitz.com/edit/react-3x6dal-p7uycz?file=app/main.js

 

Could you please consider this request as a new feature?

Unplanned
Last Updated: 23 Oct 2023 19:06 by Janki
Created by: Antoniya
Comments: 1
Category: KendoReact
Type: Feature Request
2
Completed
Last Updated: 17 May 2019 11:53 by ADMIN
Release 2.11.0
Created by: Jonathan
Comments: 0
Category: KendoReact
Type: Bug Report
2

Dropdownbutton doesn't work in FF 66.0.2 on maxOS

1. Click on the dropdownbutton
2. Clicking outside of the dropdownbutton menu
3. The dropdownbutton does not close

Planned
Last Updated: 27 Apr 2021 10:30 by ADMIN
Created by: Ruslan
Comments: 3
Category: KendoReact
Type: Feature Request
2

I would like to request a new Kendo React Grid column editing option so that users can navigate editable columns using the keyboard. This feature should be similar to "navigatable" option from Kendo jQuery grid example - https://demos.telerik.com/kendo-ui/grid/editing

Thanks.

Unplanned
Last Updated: 25 Mar 2019 07:26 by ADMIN
Created by: Julie
Comments: 0
Category: KendoReact
Type: Feature Request
2
Return the entire dataItem in the AutoComplete onChange event, similar to the DropDownList.
Unplanned
Last Updated: 27 Apr 2021 10:35 by ADMIN
Created by: Roby
Comments: 0
Category: KendoReact
Type: Feature Request
2

Set TabStrip items on multiple rows, instead of scrolling.


If there are many items, they should be shown on multiple row.