Unplanned
Last Updated: 04 Nov 2024 06:45 by ADMIN
Created by: Karl
Comments: 1
Category: KendoReact
Type: Feature Request
1

I'm in need of the format Year/WeekOfTheYear/DayOfTheWeek for the date range picker. Ex. 2024/44/3, meaning the year 2024 week 44 day Wednesday. 

This is not supported currently, please vote for it's implementation if format support has been an issue for you too.

Unplanned
Last Updated: 30 Oct 2024 06:16 by ADMIN
Scheduled for 2024 Q4 (Nov)
Created by: Peter
Comments: 1
Category: DatePicker
Type: Feature Request
5
When my users are done typing in one date segment, I want the focus to pass to the next one automatically. 
Unplanned
Last Updated: 24 Oct 2024 10:28 by Anand
I have a tile with the reorderable prop set to false. If I resize the tile the drag clue is rendered (the hand pointer). 
Unplanned
Last Updated: 24 Oct 2024 08:46 by Josh
Created by: Josh
Comments: 0
Category: TextBox
Type: Feature Request
1
The rest of the input components expose the ariaLabelledBy prop, which is not the case for the TextBox. 
Unplanned
Last Updated: 23 Oct 2024 07:38 by ADMIN

To demonstrate:

1. Open your simplest interactivity/selection demo, which is not grouped, in StackBlitz. See: https://www.telerik.com/kendo-react-ui/components/grid/interactivity/selection/

2. Add the Grid's group prop. To demonstrate the bug nothing else needs changed

<Grid group={[]} ...

3. Run demo, scroll down and pick a row.

4. Observe the grid scrolls to the top and you cannot see your selected row unless you scroll back.

Unplanned
Last Updated: 17 Oct 2024 10:41 by Flavio
I am using conditional rendering to render a custom editor for the resources in the Scheduler. Even if there is no resource editor the label still renders. 
Unplanned
Last Updated: 16 Oct 2024 12:30 by CompuMed

Setting the stage prop to "DEFAULT" does not update the Window component as expected:

const [stage, setStage] = React.useState<string>('DEFAULT');  

const handleStageChange = (e: WindowActionsEvent) => {
    setStage('DEFAULT');
  };

<Window
          stage={stage}
          onStageChange={handleStageChange}

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.
Unplanned
Last Updated: 11 Oct 2024 09:57 by Rene
Created by: Rene
Comments: 0
Category: DatePicker
Type: Feature Request
1
In some cases, a null value is valid for the DatePicker. However, if the user types an invalid (or partial date) the value of the component is also null. In these two cases the null values must not be treated equally, but I have no way to understand which is which. 
Unplanned
Last Updated: 11 Oct 2024 06:53 by Youniss
I would like to customize the labels of the CheckBoxList FilterMenu without having to manipulate my data. 
Unplanned
Last Updated: 10 Oct 2024 11:07 by ADMIN
Created by: Flavio
Comments: 1
Category: DatePicker
Type: Feature Request
1
It would be great if KendoReact had a `WeekRangePicker` component which behaves similar to the native html element input type="week"
Unplanned
Last Updated: 09 Oct 2024 11:40 by Flavio
I want to specify how many divisions each individual slot has. They can vary in number based on each slot. 
Unplanned
Last Updated: 08 Oct 2024 15:46 by Narasegowda
Created by: Narasegowda
Comments: 0
Category: Data Grid
Type: Feature Request
2
I want to be able to set the page of my Grid from my code. A prop like page={gridPage}, where the gridPage is a 1-based page index. 
Unplanned
Last Updated: 07 Oct 2024 05:44 by ADMIN
Created by: Rajesh
Comments: 1
Category: Upload
Type: Feature Request
1
I want to be able to enable and disable the action buttons in the upload from my code, based on a condition. 
Unplanned
Last Updated: 27 Sep 2024 05:02 by ADMIN

Setting the window position is not permanent.

How to reproduce:

  1. open https://stackblitz.com/edit/react-hyhjxg?file=app%2Fapp.tsx
  2. click 'move to corner' button
  3. click the window title bar
  4. the window changes its position to the previous one, but it should remain in place.

Chaging window stage also reverts previous position

 

 

Unplanned
Last Updated: 27 Sep 2024 04:56 by ADMIN
Created by: Janki
Comments: 5
Category: TreeList
Type: Feature Request
1

Problem

The Treelist expandable cells are indented for each level. When a name is too long, however, the indentation and spacing are difficult to read and throw off the grid's design (Codesandbox link):

Solution

We don't frequently run into this issue, and we've now got a common component for this cell redesign, but it would be nice if it worked like this out of the box:

  • Utilize padding on the cell instead of empty icon boxes (screenshot of DOM below) ==> this would prevent the text overflow from falling onto the next line as the padding will force the overflow text to stay indented by a certain amount. This would fix the design of the Stacey Lynnwoodhaven text and the Meredithanalynn Parrish text

 

Thank you,

Janki

Unplanned
Last Updated: 27 Sep 2024 04:52 by ADMIN

Hello,

We have recently upgraded our packages to version: "@progress/kendo-react-grid": "^6.1.0". While testing the new look and feel of the application we've noticed that the pagination is no longer working on several grids from the application. After investigating for a while, we have found the property that is causing the issue(rowHeight), please take a look at the Stackblitz example from below.

https://stackblitz.com/edit/react-wwzkjy?file=app%2Fmain.tsx

As you can see, in the example the pagination is not working. If we remove the property "rowHeight" from the grid the pagination is working again. We are not sure how these two are related but can you tell us what is going wrong and how we can fix it?

Thanks!

Unplanned
Last Updated: 27 Sep 2024 04:52 by ADMIN
Created by: Peter
Comments: 1
Category: Data Grid
Type: Feature Request
3
According to documentation for Kendo UI for Angular (https://www.telerik.com/kendo-angular-ui/components/grid/sorting/multi-sort/#toc-sort-key-modifier) there is possible to customize the multi-column sorting functionality of the grid by setting "multiSortKey" option of the "sortable" property (https://www.telerik.com/kendo-angular-ui/components/grid/api/MultipleSortSettings/#toc-multisortkey/).

Unfortunately, for KendoReact there is no such an option accessible for the "sortable" property of the data grid. We would really like to customize multi-column sorting fuctionality of our grids by the way that it is possible for Kendo UI for Angular, so we are requesting to add/make public option "multiSortKey" of the "sortable" property.
Unplanned
Last Updated: 26 Sep 2024 11:25 by Aviad
Created by: Aviad
Comments: 0
Category: Spreadsheet
Type: Feature Request
1
It would be beneficial if there is an event that triggers after all spredsheets have been loaded.
Unplanned
Last Updated: 20 Sep 2024 16:36 by Peng
Created by: Peng
Comments: 0
Category: KendoReact
Type: Feature Request
1
It would be beneficial if there was an option that will make the group header of the DropdownList not sticky
1 2 3 4 5 6