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: 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: 23 Oct 2023 19:06 by Janki
Created by: Antoniya
Comments: 1
Category: KendoReact
Type: Feature Request
2
Unplanned
Last Updated: 27 Nov 2023 05:57 by ADMIN
Created by: Grace
Comments: 1
Category: KendoReact
Type: Feature Request
2
I would like a horizontal OrgChart example, but currently, I only see vertical examples.
Unplanned
Last Updated: 14 Oct 2024 12:53 by ADMIN
Created by: Alex
Comments: 1
Category: KendoReact
Type: Feature Request
2
We are used to changing the selection of a line directly with the simple arrow keys (up and down).
This is familiar from Windows Explorer or, for example, the various lists in Microsoft Outlook. There should be an option for this behavior in the DataGrid.

Currently this behavior is different in the DataGrid.
Declined
Last Updated: 21 May 2018 13:57 by ADMIN
Created by: Imported User
Comments: 1
Category: KendoReact
Type: Feature Request
1
Hi, when entering https://www.telerik.com/kendo-react-ui/getting-started form npmjs.com, I end up on a page with "Try Kendo UI for React" heading, but whole header comes from Kendo UI for Angular project
Completed
Last Updated: 28 Aug 2018 12:08 by ADMIN
Created by: Imported User
Comments: 1
Category: KendoReact
Type: Feature Request
1
The Dropdown section of the components index is described as "The DropDowns allow users to select single or multiple predefined and custom values."
I didn't find a way to select multiple values on any of the components (AutoComplete, DropDown, ComboBox)
Completed
Last Updated: 07 Sep 2018 07:21 by ADMIN
Created by: Imported User
Comments: 1
Category: KendoReact
Type: Feature Request
1
currently in the React Dialog, you cannot have a Dialog with a Title but without a Close (X) button visible... Whereas in the KendoUI Dialog for jQuery, you can with the 'closable' configuration property...

this should also be dynamic to hide/show/enable/disable the close (X) button while the Dialog is visible (ie. when an operation is pending, disable the close button or hide it)
Unplanned
Last Updated: 19 Feb 2019 12:55 by ADMIN
Completed
Last Updated: 19 Feb 2019 07:45 by ADMIN
Created by: Ben
Comments: 1
Category: KendoReact
Type: Feature Request
1
When using DateTime's in column using Grid there should really be a way to use MomentJS to convert the value in the column. In jQuery it was a simple case of template: "#:moment().format('dd/MM/yyyy')#". Can we please have this ported over.
Completed
Last Updated: 22 Oct 2018 15:03 by ADMIN
Created by: Ben
Comments: 2
Category: KendoReact
Type: Feature Request
1
Completed
Last Updated: 18 Dec 2018 07:46 by ADMIN
Created by: Imported User
Comments: 4
Category: KendoReact
Type: Feature Request
1
Our clients love the splitters from kendo ui.  Now that we're using kendo react, a splitter component would be useful.
Completed
Last Updated: 17 Feb 2021 07:09 by ADMIN
Created by: Imported User
Comments: 3
Category: KendoReact
Type: Feature Request
1
We have database constraints on certain fields e.g. varchar(10) and would like to prevent the user from entering invalid data into the combo box fields. If it's not too much trouble a minLength field would also be convenient.
Unplanned
Last Updated: 18 Feb 2019 13:15 by ADMIN
Created by: Kendo UI
Comments: 0
Category: KendoReact
Type: Feature Request
1
Add ability to set attributes to the Grid header cell via prop. For example the title attribute.
They can be set as with key value.
Declined
Last Updated: 18 Feb 2019 13:13 by ADMIN

Like in the jQuery counterpart, when I click on a cell to edit the value - I should be able to tab over to the next cell to edit it.

 

Declined
Last Updated: 18 Feb 2019 12:57 by ADMIN
this.state = {
sort:[
{field:'Date',dir:'desc'}
],

};

<Grid

sortable={true}
sort={this.state.sort}
onSortChange={(e)=>{
this.setState({
sort:e.sort
});

}}

<Column field="Date"filter="date"format="{0:d}"/>

In this way,the date will be sorting with Month, How can I sorting start with year instead of month

Declined
Last Updated: 01 Apr 2019 08:21 by ADMIN
Created by: yao
Comments: 1
Category: KendoReact
Type: Feature Request
1

I don't know how to implement rowspan

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