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: 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 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: 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 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. 
Unplanned
Last Updated: 27 May 2024 15:32 by ADMIN
Created by: Jessica
Comments: 1
Category: KendoReact
Type: Feature Request
0
It would be extremely useful to have data validation at the cell level on the spreadsheet, similar to Excel where we can restrict input to certain types of data, be it number, string, date, etc., and custom error handling to go along with it. 
Unplanned
Last Updated: 27 May 2024 08:42 by ADMIN
Created by: Andy
Comments: 1
Category: Data Grid
Type: Feature Request
0

As a follow on to this bug:

Steps to reproduce:

  • The "General Info" column has width setted to 500px

See Image 1.png

  • resize it in the grid to make wider

See Image 2.png

  • lock the "General Info" column
  • scroll horizontaly

 

I am requesting a new feature so that "that the locked prop is passed by default to the child columns"

 

Unplanned
Last Updated: 23 May 2024 11:26 by ADMIN
Created by: Glen
Comments: 5
Category: KendoReact
Type: Feature Request
5

Hi 

Please build a React component for TreeMap similar to https://demos.telerik.com/aspnet-ajax/treemap/overview/defaultcs.aspx

Unplanned
Last Updated: 08 May 2024 13:00 by Antonius
Created by: Antonius
Comments: 0
Category: Timeline
Type: Feature Request
1
How do I add custom content inside the cards?

This is the requirement for my project: The structure of the card must not be limited to predefined elements. Instead, it should be capable of holding any element that might be dynamically specified or required by different implementations.
1 2 3 4 5 6