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

)

}


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

 

Unplanned
Last Updated: 06 Jun 2024 08:08 by Brad

I'm submitting a...

  • Bug report

Current behavior

When importing Excel files that contain values with a currency formatting, the currency signs are not displayed correctly.
image

Expected behavior

When importing an Excel file, the data displayed in the Spreadsheet component should look the same way as in the imported document.

Minimal reproduction of the problem with instructions

  1. Download this SampleData.xlsx file
  2. Go to this example from the documentation
  3. Click on "File -> Folder Icon"
  4. In the popup select the downloaded file and import it

Environment

Package versions:
KendoReact 8.0.0

Unplanned
Last Updated: 06 Jun 2024 07:28 by ADMIN
Created by: Youniss
Comments: 1
Category: Splitter
Type: Feature Request
0

I am using the Splitter component and it would be great if the Splitter allows the user to set its width (or other dimensions) in rems (e.g. 20rem).

For example:

const [horizontalPanessetHorizontalPanes] = React.useState<Array<any>>([
    { size: '20%'min: '20rem' },
    {},
    { size: '20%' },
  ]);

 

Unplanned
Last Updated: 03 Jun 2024 21:47 by Attila
Created by: Attila
Comments: 0
Category: TileLayout
Type: Feature Request
1
It would be beneficial if there was a way to make the tiles selectable in the TileLayout
Unplanned
Last Updated: 28 May 2024 05:49 by ADMIN
Created by: Harshini
Comments: 1
Category: Spreadsheet
Type: Feature Request
0
I'm looking for implementing expandable and collapsible columns in the spreadsheet. An implementation of the same would be appreciated, in JS
Unplanned
Last Updated: 27 May 2024 20:33 by ADMIN
Created by: Jessica
Comments: 1
Category: Spreadsheet
Type: Feature Request
0
The current export feature on the spreadsheet includes styling. It would be nice to have an option to export the data without the style aspect to save as rows of raw data instead of having to manually extract it myself. 
1 2 3 4 5 6