Declined
Last Updated: 25 Jul 2024 13:14 by ADMIN
Created by: Alex
Comments: 1
Category: KendoReact
Type: Bug Report
0

I have noticed that whenever you want to upload multiple photos at once, using this React Upload Component & Events - KendoReact Docs & Demos (telerik.com) component the previews of the images uploaded bounce/ shake around. I've tried this on multiple browsers and they all have the same bouncing effect for the image previews. For a single photo it doesn't do it but once multiple images are added, it will do it.

 

Unplanned
Last Updated: 24 Jul 2024 22:18 by Tom
Created by: Tom
Comments: 2
Category: Scheduler
Type: Feature Request
3

We would like a virtualization of the timeline: https://www.telerik.com/kendo-react-ui/components/scheduler/api/TimelineViewProps/

We use the timeline for planning, when we have many rows with many columns it becomes slow.

Especially in combination with drag & drop hooks: https://www.telerik.com/kendo-react-ui/components/common/drag-and-drop/

Unplanned
Last Updated: 24 Jul 2024 12:19 by ADMIN
Created by: Ekaterina
Comments: 3
Category: Spreadsheet
Type: Feature Request
1

Hello.

I have a spreadsheet containing some number of sheets. I would like to implement a function that would print the active sheet. Is there such a possibility? 

const toolbar = [
    {
        text: 'Tab',
        selected: true,
        tools: [ExcelExport],
    },
]
const Sheets = () => {
   

const spreadsheetRef= React.useRef(null)

const onExcelExport = async (event) => {
   event.preventDefault()
   //...

}

return (

<Spreadsheet
    ref = {spreadsheetRef}
    defaultProps = {data}
    toolbar = {toolbar}
  onExcelExport = {onExcelExport}
/>

)

}


Under Review
Last Updated: 23 Jul 2024 12:53 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: 22 Jul 2024 07:19 by ADMIN
Created by: Dhruv
Comments: 1
Category: Spreadsheet
Type: Feature Request
1
I want to change the focus of my spreadsheet to a given cell in a given sheet, But I am unable to do so. I am using React for frontend. The user will give the cell coordinate and the sheet name.
Planned
Last Updated: 17 Jul 2024 11:20 by ADMIN
Scheduled for 2024 Q4 (Nov)
Created by: Owen
Comments: 3
Category: KendoReact
Type: Bug Report
3

When typing into a date picker and trying to type Feb 29th, 2024 (or any other leap year ofc) the date is updated incorrectly by the kendo date picker validation. As the user types the year their previous entry of 29 is updated to 28. This should update check should probably not occur until the user is done updating the input. If there is some fix or workaround we can do on our end to resolve this issue please let us know

Here's a video of the bug in our application

However, I was also able to reproduce the exact same behavior even in the documentation:

Under Review
Last Updated: 17 Jul 2024 01:55 by ADMIN

We use data grids with virtual scrolling for inline editing a large number of records. However, when we want to add a new row to the grid it automatically resets the scroll position and doesn't even fire onPageChange event so the records you see do not correspond to the scroll position.

Check the following example (scroll to bottom, click anywhere on the table - this will add a new row - and observe the described problem):

https://stackblitz.com/edit/react-52zzvz?file=app%2Fapp.tsx%3AL78

Under Review
Last Updated: 11 Jul 2024 11:00 by ADMIN
Scheduled for 2024 Q3 (Aug)
Created by: Grant
Comments: 4
Category: KendoReact
Type: Bug Report
0

Hi team, 

Im my example (see here), I've added a 'name' attribute to the 'Persons' resource data, and changed the textField mapping to use the 'name' field, however the scheduler is still displaying the results of the 'text' attribute. 

Leading me to think that the scheduler is hardcoded to only look for the text attribute, because if its changed/removed, the scheudler does not display anything, regardless of what the 'textField' value is.

Please advise.

Thanks,
Grant

Unplanned
Last Updated: 10 Jul 2024 10:24 by ADMIN
Created by: Omikai
Comments: 1
Category: Scheduler
Type: Feature Request
0

In the jQuery version of the scheduler, there is an option to disable snapping and to allow free move of the events.

How to achieve this behaviour in the React version?

Unplanned
Last Updated: 09 Jul 2024 06:50 by ADMIN
Created by: Joe
Comments: 1
Category: KendoReact
Type: Feature Request
0
This could be a port of the "DockManager UI Component" in the 2024 UI for Blazor Roadmap or the current jQuery Dock Manager.
Unplanned
Last Updated: 05 Jul 2024 08:43 by ADMIN
Created by: Peter
Comments: 1
Category: KendoReact
Type: Bug Report
0

Dear sir/madam,

We noticed an error when setting the "defaultShowWorkHours" to false, it still shows the work hours as the default.
Check the Codesandbox

Expected behavior when you set "defaultShowWorkHours" to false, it shows the full day timeline


Unplanned
Last Updated: 02 Jul 2024 12:18 by ADMIN
Created by: Hapreet
Comments: 1
Category: Editor
Type: Feature Request
2
can you please provide guidence how to implement the real time collabrate in kendo editor
Unplanned
Last Updated: 02 Jul 2024 08:51 by Alex
Created by: Oleksandr
Comments: 2
Category: KendoReact
Type: Feature Request
2

I'd like to turn off even/odd row highlighting for the Grid and use cell border instead.

I can do it by learning kendo css classes and override particular properties for certain classes but... I have many different vendors for different components and it's so a pitty to learn all the css classes hell...

It'd be supper cool to have something like turnOffAlternation/alternatingRows and showCellBorder/showBorders  attributes on the Grid.

Unplanned
Last Updated: 25 Jun 2024 15:20 by ADMIN

In the timeline view of a scheduler control we would like to be able to reorder the resources in the left-hand column so I can logically group them.

 

Unplanned
Last Updated: 19 Jun 2024 20:20 by ADMIN

Hi, Keyboard navigation using "page down" and "page up keys" doesn't work.

Here is a stackblitz where the problem can be reproduced: https://stackblitz.com/edit/react-q9n5fe?file=app%2Fmain.tsx
Reproduction steps:

  1. Click inside the grid
  2. Press "Page down" or "Page up" - doesn't work

It only works when:

  1. Click outside of the grid
  2. click on vertical scroll bar without selecting any grid cell.
  3. Press"Page down" or "Page up" - it works.

Best Regards

Hubert

Unplanned
Last Updated: 19 Jun 2024 01:02 by ADMIN
Created by: Revanth
Comments: 2
Category: KendoReact
Type: Feature Request
6

Hi Team,

 

For MenuItem target="_blank" feature is not there. Please enable the same. which will be helpful as menu is the face of app.

 

Regards,

Revanth

Unplanned
Last Updated: 18 Jun 2024 12:57 by ADMIN
Created by: Matija
Comments: 3
Category: AutoComplete
Type: Feature Request
0

Hello there,

So, I am creating component that uses AutoComplete and I have one question. Do you think you can include some sort of onSelect event when we actually change the value of component from one of the list in the popup? For now, I introduced itemRender function that renders custom item in the popup list and that item have onClick event which is the function that I call when some item is clicked from the list, but for example I don't have support when I press Enter keyboard. In my opinion it would be logical to have some sort of onSelect event that would cover this problem - in that case I don't need to have additional logic for clicking item in the popup.

Greetings,

Matija

Unplanned
Last Updated: 14 Jun 2024 10:12 by ADMIN
Created by: Sheena
Comments: 1
Category: Scheduler
Type: Feature Request
1
Can we have React native library for kendo Scheduler
Unplanned
Last Updated: 14 Jun 2024 08:55 by ADMIN

Trying to drag an event in the scheduler duplicates (doubles) the event drag hints, but only in DayView. 

Reproduction:
https://codesandbox.io/p/sandbox/still-cloud-xrrx72?file=%2Fapp%2Fmain.tsx%3A21%2C26

Workaround:
The problem occurs when the event data doesn't have isAllDay property set. Even if you simply set it to false seems to resolve the issue. Problem is - Kendo's docs say that "The DataItem type does not limit the user to a specific fields in the data array", however the presence of this field is mandatory for the proper functioning of the DayView.

Unplanned
Last Updated: 10 Jun 2024 12:00 by ADMIN

Currently (as visible in grid demos), touch drag scroll in mobile (responsive) mode is not working when rows selection is enabled.

There is no known workaround since the complexity of implementing custom row renderer with all the intricacies of the grid's behaviour would be a huge task.

The client's facing issue is that when using a KendoReact grid on mobile device, they can't easily scroll the grid rows data by touch drag scrolling the rows.

 

1 2 3 4 5 6