Completed
Last Updated: 27 Sep 2024 04:59 by ADMIN
Release 2024 Q3 (Aug)
Created by: Grant
Comments: 5
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: 21 Sep 2023 07:58 by ADMIN
Created by: Ryan
Comments: 1
Category: KendoReact
Type: Feature Request
1
I'd like an npm package for a telerik report designer, just like the one for the telerik report viewer. Ideally if it was a react component too, like the report viewer package.
Unplanned
Last Updated: 08 Sep 2023 06:36 by ADMIN

 

Environment (OS, Application, Versions)

Repro Steps

  1. Open URL: Column Menu - Kendo React (telerik.com)
  2. Navigate to context menu controls available on column headers of Basic usage table.
  3. Verify if context menu is accessible using keyboard.

 

Actual Results

The 'context menu' controls available on the column headers under the basic usage table are not accessible using the keyboard.

 

Expected Results

The 'context menu' controls available on the column headers under the basic usage table should be accessible using the keyboard.

 

Unplanned
Last Updated: 21 Aug 2023 10:59 by ADMIN
Created by: Jeffrey
Comments: 1
Category: KendoReact
Type: Feature Request
0
It would be nice to have size tokens for adjusting the height/paddings for the DataGrid component cells, head, pager, etc. 
Unplanned
Last Updated: 04 Aug 2023 12:19 by ADMIN
Created by: Bernd
Comments: 1
Category: KendoReact
Type: Feature Request
1

Hi.

The Calendar component does not allow for selecting multiple dates or range selection. Only single selection of dates is possible.

As implemented in the MultiViewCalendar component, it should be possible out of the box to add a "mode" attribute and set it to "multiple" or "range". This would make the two components more consistent and aligned.

Thanks,

Regards,

Bernd

Unplanned
Last Updated: 05 Apr 2024 21:20 by Amit
Created by: Patrick
Comments: 8
Category: KendoReact
Type: Feature Request
12

The KendoReact Spreadsheet component has been released.

There are a few features that are missing compared to the jQuery version, and filtering rows based on column filters is one of them. 

Until this feature is added (along with context menus), we won't be able to use the Spreadsheet component for what we need to build, so we will have to continue wrapping the jQuery component. The object provided by the spreadsheet ref can filter programatically based on the (undocumented in KendoReact's docs) `range.filter()` method, but this would take a lot of time to implement what the jQuery version already has.

Unplanned
Last Updated: 25 Jul 2023 07:13 by ADMIN
Created by: RS
Comments: 1
Category: KendoReact
Type: Feature Request
0
The ability for the developer to add click events / hover events for the X/Y axis labels in the Heatmap, so the developer can access the dataItem data to display in a hover state or click event.  
Unplanned
Last Updated: 25 Jul 2023 07:40 by ADMIN
Created by: Derek
Comments: 1
Category: KendoReact
Type: Feature Request
4

I have need for a Captcha component for a public-facing form. Most of the Telerik products include a captcha component, but not KendoReact.

Can we expect this to be added at some point?

Won't Fix
Last Updated: 28 Jul 2023 11:48 by ADMIN
Created by: eDAD
Comments: 1
Category: KendoReact
Type: Bug Report
0

Title:
[Answers Community: Ask a question]: Unable to navigate and access the 'Remove' button using keyboard.

Test Environment:
Windows 11 OS version:22H2 22621.1992
Edge Version 114.0.1823.82(Official build) (64-Bit)

Repro-Steps:
1.  Open https://www.telerik.com/kendo-react-ui/components/upload/url.
2.  Navigate to 'select files..' button using arrow key and invoke it using enter key.
3.  Upload any file.
4.  Now try to navigate using tab key and access 'Remove' button using keyboard and check whether its accessible or not using keyboard.

Actual Result:
Unable to navigate and access the 'Remove' Button using keyboard.


Expected Result:
User should be able to navigate and access the 'Remove' button using keyboard.

User Impact:
User with motor impairments who rely on keyboard will not be able to access 'Remove' button if user is not able to navigate to the button using keyboard.

Need More Info
Last Updated: 21 Jul 2023 12:23 by ADMIN
Created by: Michael
Comments: 1
Category: KendoReact
Type: Bug Report
0
Hi thanks. When resizing a column the page skips in Edge. Please see attached video. KendoReact.
Unplanned
Last Updated: 12 Jul 2023 12:07 by ADMIN
Created by: Derek
Comments: 1
Category: KendoReact
Type: Feature Request
1
We often create Excel templates for offline data collection. It would be helpful if there was a way to configure cell validation, so that the exported template could be pre-configured for specific data types (ie date, currency) or to select a value from a pre-set list. 
In Development
Last Updated: 28 Dec 2023 06:15 by ADMIN
Created by: Veselina
Comments: 1
Category: KendoReact
Type: Feature Request
1

React Server Components allow the developer to mix the fast server-side rendering with the interactivity of client-side JavaScript. 

So far modern JS frameworks were explicitly operating on the client (with SSR being an optional feature). With server-components it's the opposite - RS Cs introduce a new mental model for building hybrid applications that leverage both the server and the client.

The main advantages of the React Server Components are that:

  • Initial page load is faster;
  • You can move the data fetching to the server;
  • You can keep the large dependencies on the server;
  • The client-side JavaScript bundle size is reduced;
    Unplanned
    Last Updated: 28 Jul 2023 11:32 by ADMIN
    Created by: Bernd
    Comments: 2
    Category: KendoReact
    Type: Feature Request
    3

    Hi.

    I would like to request the support of JsonSchema when creating a Form with the KendoReact Form component.

    Maybe something along the lines of react-jsonschema-form, only with integration of the Kendo Form components, like inputs, dropdowns, buttons and other components that are possible to be used in a form.

    The reason for the request is that we would like to be able to build our forms dynamically based on jsonSchema information that comes from a backend.

    Thanks,

    Greetings,

    Bernd


    Unplanned
    Last Updated: 28 Jun 2023 13:44 by ADMIN
    Created by: Jessen
    Comments: 1
    Category: KendoReact
    Type: Feature Request
    0

    Hi

    Would it be possible to add an option/prop to the KendoReact spreadsheet component to make the whole workbook or specific sheets read-only, instead of specifying cell ranges?

    This would make it easier when users need to view a file/spreadsheet without editing it.

    Thanks

    Unplanned
    Last Updated: 27 Jun 2023 10:27 by ADMIN

    My team is using KendoReact Gantt to build a web app for manage/planning task in Scrum

    It is nice to have feature which display and customizable the current time marker on Gantt.

    Unplanned
    Last Updated: 06 Jul 2023 06:59 by ADMIN

    Hi, 

    I'm working on a grid which has an action cell with buttons, which of course i dont want to export, but when i try to pass a custom column configuration to the export it fallbacks to the grid's one.

    I made further investigation on the kendo-react-private repository and i found out that effectively there's a preference for the grid columns rather than custom

    more precisely on kendo-react-private>packages>excel>src>ExcelExport.tsx (line 201~206)


    const columns = this.extractColumns(
                gridColumns ||
                externalColumns ||
                this.props.columns ||
                React.Children.toArray(children)
            );

    this is the piece of code i was talking about.

    as you can see if gridColumns has a value is preferred rather than externalColumns

    it would be nice to have a property onto the grid column definition stating if that column should be exported or not (best case)

    or just preferring externalColumns to gridColumns (base case)

    Unplanned
    Last Updated: 20 Jun 2023 11:07 by ADMIN

    Integrated tooltip to react data grid, but when I drag & drop column header to group it by column, It displays the tooltip text instead of column field title

    Unplanned
    Last Updated: 15 Jun 2023 16:07 by ADMIN

    Dear Telerik Support Team,

    Our development team relies on Telerik Kendo DevCraft Ultimate, specifically the Kendo React components, for our projects. We have a suggestion that would greatly improve our developer experience.

    When using MUI components, we appreciated the seamless integration with VSCode. Hovering over an MUI component name would display a tooltip with a brief description and a clickable link to the MUI API documentation. This feature allowed us to quickly access examples and API details.

    MUI with VSCode

    Unfortunately, this feature is absent in Kendo React. We lack a tooltip popup with a direct link to the online Kendo React API documentation. Consequently, it has become challenging for our developers to find examples and access component documentation without manual searches.

    KendoReact with VSCode

    We kindly request an enhanced API integration in Kendo React. Adding a tooltip popup with a brief description and clickable link to the online Kendo React API documentation would greatly streamline our workflow, saving us time and improving productivity.

    Thank you for your continuous support and commitment to the developer community. We eagerly await your positive response and hope to see this feature included in the Kendo React ecosystem.

    Best regards,

     

    Duplicated
    Last Updated: 08 Jun 2023 06:48 by ADMIN
    Created by: Dobricean
    Comments: 2
    Category: KendoReact
    Type: Feature Request
    1
    Scheduler does not support grouping by date then by resource

    Hi,

     

    Using KendoReact Scheduler component the functionality to group the events by date, then by resources is not supported. I can only group them by resources first, then by date.
    This feature exists in 
    Kendo for jQuery Scheduler component and can be configured by setting the group.date property to true as following:

     group: {
        date: true,
         resources: ["Rooms"]
       }

    Unplanned
    Last Updated: 08 Jun 2023 14:24 by ADMIN
    Created by: Rebecca
    Comments: 1
    Category: KendoReact
    Type: Feature Request
    0
    It would be great if you could improve the accessibility of the popup calendar in the DatePicker.