Completed
Last Updated: 18 Jun 2023 11:23 by ADMIN
Created by: Henk
Comments: 1
Category: KendoReact
Type: Feature Request
28
Native REACT spreadsheet component
Unplanned
Last Updated: 16 Jun 2021 08:28 by ADMIN
Scheduled for 4.7.0
Created by: Ram
Comments: 0
Category: KendoReact
Type: Feature Request
1
Add SVG support for the Tooltip component.

The SVG element does not have a title attribute but instead is using an <title> element.
Completed
Last Updated: 26 Jun 2019 14:05 by ADMIN
Created by: Antonios
Comments: 2
Category: KendoReact
Type: Feature Request
0

It would be really useful to have the expandField Grid property being a function that dynamic (per row) return the attribute or null if the row cannot be expanded altogether.

The reason is that, not all rows are expandable in some situations but we currently cannot hide the toggle detail row (+) per row...

Completed
Last Updated: 09 Apr 2020 13:13 by ADMIN
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.

Completed
Last Updated: 09 May 2019 06:26 by ADMIN
Created by: Joshua
Comments: 3
Category: KendoReact
Type: Feature Request
1
Please refer to this stack overflow question that explains all the problem statement and what we need to accomplish in the new feature https://stackoverflow.com/questions/55957108/how-to-change-the-header-of-the-details-expand-collapse-columns-for-the-detail-r
Declined
Last Updated: 06 May 2019 07:13 by ADMIN
How does grid support total row  without Grouping and fix it at the bottom of the table ,It's easy to implement in KendoUI for jQuery ,But I couldn't find any relevant documents and materials in the KendoUI for React 
Unplanned
Last Updated: 31 Mar 2022 06:53 by ADMIN
Allow setting a number of records to be pre-rendered in the Grid with virtual scrolling. This will allow rendering some records at the bottom and on the top of the visible records to improve the performance.
Unplanned
Last Updated: 27 Apr 2021 10:34 by ADMIN
Created by: IT Dept
Comments: 5
Category: KendoReact
Type: Feature Request
8

Currently the GridFilterCell OnChange returns a subset of a FilterDescriptor (A value an an Operator to run on the value), which allows a custom filter cell to create one filter rule (FilterDescriptor). However, the CompositeFilterDescriptor structure allows a lot more flexibility. `month == 'January' OR 'March' OR 'May'`. If the GridFilterCell could be passed a CompositeFilterDescriptor instead of the current subset, then a custom filter cell could be much more powerful.

In an orders grid for instance, with a status of Pending, Paid, Shipped, and Delivered a "Show/Hide Shipped" button would exclude or include the Shipped and Delivered orders when clicked. Or a list of checkboxes to choose the statuses you want to see (like the JQuery Grids support).

TL;DR: There is currently no way to re-implement multi-checkboxes or other complex filtering interfaces with the Kendo React Grid without re-implementing all of the filtering logic manually from scratch, as the Existing filter cells don't support this and a custom GridFilterCell can't be configured to return that logic in a single FilterDescriptor. 

Completed
Last Updated: 26 Jun 2019 14:23 by ADMIN
Created by: Nathaniel
Comments: 1
Category: KendoReact
Type: Bug Report
0

When using the DialogActionBar, its flex CSS property is flex:1 0 0.  For some reason, this is not a valid value in IE11, and I need to specify the flex values explicitly:

.k-dialog-button-layout-stretched .k-button {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0px;
}

Can this be added to the original stylesheet so it works out of the box?

Declined
Last Updated: 26 Jun 2019 14:05 by ADMIN
Created by: Nathaniel
Comments: 1
Category: KendoReact
Type: Bug Report
0

I am using the ComboBox component in IE11.  When the control has a value, the clear button covers the select arrow at the right of the control.  This occurs because IE11 does not allow nested calc() calls in the CSS width property, e.g. 

.k-dropdown-wrap .k-clear-value {
    right: calc(calc( 0.75rem + 17px) + 6.5px);
}

Removing the inner calc() works well enough:

.k-dropdown-wrap .k-clear-value {
    right: calc(( 0.75rem + 17px) + 6.5px);
}

Unfortunately, this rule seems to originate from a CSS function call to which I do not have access.  Is it possible to remove the inner calc()?

Declined
Last Updated: 26 Jun 2019 14:04 by ADMIN
Created by: Nathaniel
Comments: 6
Category: KendoReact
Type: Bug Report
0

When rendering an AutoComplete, I get the following warning:

Warning: Failed prop type: Invalid prop `children` supplied to `Popup`.
    in Popup (created by ListContainer)
    in ListContainer (created by AutoComplete)
    in span (created by AutoComplete)
    in AutoComplete

I have tried this in the simple case below:

ReactDOM.render(
    <AutoComplete
        className="form-control"
        required={true}
        validationMessage="Location Required." />,
    document.getElementById('root'));
Completed
Last Updated: 28 Jul 2023 13:00 by ADMIN
Created by: Nathaniel
Comments: 2
Category: KendoReact
Type: Bug Report
0

DropDownList and MulstiSelect do not open on click(IE 11). 

They do open sometimes, but it seems random.

They do open when using the keyboard.


Completed
Last Updated: 17 May 2019 11:55 by ADMIN
Release 2.10.0
Created by: Magnus
Comments: 0
Category: KendoReact
Type: Bug Report
0
TimePicker is missing the localization properties.
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

Completed
Last Updated: 10 Feb 2021 08:30 by ADMIN
Created by: Antonios
Comments: 4
Category: KendoReact
Type: Feature Request
3
I would find a Readonly bool prop for the Editor, really useful in certain scenarios
Unplanned
Last Updated: 05 Apr 2019 06:30 by ADMIN
Created by: Manjit
Comments: 0
Category: KendoReact
Type: Feature Request
6
Add arrow for the MultiSelect.
Unplanned
Last Updated: 05 Apr 2019 05:22 by ADMIN
Created by: Thomas
Comments: 0
Category: KendoReact
Type: Feature Request
1

Add on Add and onRemove events for the MultiSelect.

Also, the onChange event may receive additional parameters instead:

1) Action - Add or Remove

2) DataItem - It will contain the selected or the  deselected item

Completed
Last Updated: 27 May 2021 16:56 by ADMIN
Created by: Marco Antonio
Comments: 13
Category: KendoReact
Type: Feature Request
9
Add floating labels on the DatePicker and DateTimePicker.
Declined
Last Updated: 01 Apr 2019 08:25 by ADMIN
How does grid support footer row and fix it at the bottom of the table