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

Unplanned
Last Updated: 18 Feb 2019 12:56 by ADMIN
Created by: Vikrant
Comments: 2
Category: KendoReact
Type: Feature Request
16
Grids should have auto width and max-width property
Unplanned
Last Updated: 28 Jan 2019 12:52 by Courtney
Created by: Courtney
Comments: 2
Category: KendoReact
Type: Feature Request
2

The KendoReact Tooltip component only displays tooltips on hover (the showTooltip method is called on the onMouseOver and onMouseLeave events). It would be ideal if the showTooltip method was also called on the onFocus event as well, making the user experience the same for keyboard-only users.

Most other UI libraries treat hover/focus the same for consistency and accessibility.

Bootstrap requires it:
https://getbootstrap.com/docs/4.1/components/tooltips/#making-tooltips-work-for-keyboard-and-assistive-technology-users

Material UI allows you to disable focus interaction, but the default is that focus is handled the same as hover:
https://material-ui.com/api/tooltip/#props

 

Completed
Last Updated: 21 Jan 2019 02:46 by ADMIN
Created by: Imported User
Comments: 1
Category: KendoReact
Type: Feature Request
13
Declined
Last Updated: 14 Jan 2019 06:31 by ADMIN

We are evaluating the React Grid component for our application and need to be able to have rows that span all columns.  To do this, I have created a rowRender function that, for some rows, will render a single <td> element with the colspan set to 100%.  The row renders fine, but the other rows, that have multiple <td> elements do not all render correctly.  For my test application, they will render with a width of 8 pxs.  On resize of a column, they will almost render correctly.

Here are some pictures of the issue in our test code.

https://drive.google.com/open?id=1bMwlUi7-7QiVHc6lubPiz45svHG1FSnS

I have created a sandbox that sort of reproduces the bug. https://codesandbox.io/s/w73v0x0mz8

If you select the "Show Full Row", the row with Id 999 will convert to a single <td> element with colspan='100%'.  You will notice how after doing so, the last three columns collapse to a small number of pixels.

 

Thanks

Joe

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: 22 Oct 2018 15:03 by ADMIN
Created by: Ben
Comments: 2
Category: KendoReact
Type: Feature Request
1
Completed
Last Updated: 15 Oct 2018 07:26 by ADMIN
Created by: Imported User
Comments: 3
Category: KendoReact
Type: Feature Request
16
Have a grid filter menu like the jquery and angular packages.

The grid filter menu is much more compact and wastes less space than the filter row. 
Completed
Last Updated: 15 Oct 2018 07:25 by ADMIN
Created by: Andreas
Comments: 3
Category: KendoReact
Type: Feature Request
28
As in the JQuery Version, the Column Menu with selection for filter and making columns viewable, is something that makes this table solution unique.

https://demos.telerik.com/kendo-ui/grid/column-menu

For the solution, putting the column Definition into the state object is an Option.
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)
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: 28 Aug 2018 10:20 by ADMIN
Currently there is no way to pass custom rendering component into header template (in jQuery version there was headerTemplate). For example, you are exposing headerSelection prop, but what if I want to render fancy Material UI checkbox there. Currently I do not have ability to do that with native react flow.
Completed
Last Updated: 28 Aug 2018 06:54 by ADMIN
Created by: EUMSolutions
Comments: 3
Category: KendoReact
Type: Feature Request
4
Currently there is  no way to get multi-column headers on Kendo UI's React  . please make this feature like jQuery
Completed
Last Updated: 23 Jul 2018 11:19 by ADMIN
Created by: Stefan
Comments: 2
Category: KendoReact
Type: Feature Request
4
When the grid is being initiated, the columns passed into the grid as children will be filtered by "child.type === GridColumn" to check whether it is indeed a GridColumn. With React Hot Loader, each React element will be modified to be a ProxyFacade, and the Grid will not recognize its children anymore.
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: 21 May 2018 13:53 by ADMIN
Please add a possibility to customize Kendo UI Grid for React pager text like "Page ... of ...." or "... of items" or to pass own strings.
Completed
Last Updated: 21 May 2018 13:51 by ADMIN
Please, add a possibility to integrate inline edit in Kendo UI Grid for React (@progress/kendo-react-grid, 0.3.0) with ReduxForm (https://github.com/erikras/redux-form) and/or FinalForm (https://github.com/final-form/react-final-form) which will make easier work on validating data and more uniform code style for form validation (as packages mentioned above are the de facto standard in working with forms in React-Redux applications).
Completed
Last Updated: 16 May 2018 20:43 by ADMIN
Created by: Naveen
Comments: 2
Category: KendoReact
Type: Feature Request
13
Need to add Export Excel/PDF using react component is good
Completed
Last Updated: 09 Apr 2018 16:24 by ADMIN
Created by: ben
Comments: 1
Category: KendoReact
Type: Feature Request
12
I'm looking to conditionally set the background color of a row, much like this example for jQuery:

https://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/Layout/style-rows-cells-based-on-data-item-values