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.
    Unplanned
    Last Updated: 06 Jun 2023 07:50 by ADMIN
    Created by: Bogdan
    Comments: 1
    Category: KendoReact
    Type: Feature Request
    1
    When there is not enough space for displaying one of the headers, the grid component splits the header on two rows, on the other hand line charts rotates the label. 

    It would be a necessary feature in terms of visibility and usefulness.
    Need More Info
    Last Updated: 30 May 2023 08:40 by ADMIN
    Created by: Rodrigo
    Comments: 1
    Category: KendoReact
    Type: Feature Request
    0

    We have problems with the grid because for no reason a 'display:none' appears, specifically in this creation action

    We can't understand when the error might occur, we think it's a coincidence of class names.

    Can you guide us through this error?

    It is my first time raising a support contact so I don't know what background they can mostly support.

    Greetings and thank you very much

    imagen

    Unplanned
    Last Updated: 26 May 2023 09:43 by ADMIN
    I would like to pass a component instead of a string as a prop to the mentioned components, with an intent to add a colored asterisk. These components accept it and render correctly (if typescript check disabled for a line), but throw warnings in console about invalid prop type.
    Unplanned
    Last Updated: 27 Jul 2023 07:58 by ADMIN
    Created by: Nareg
    Comments: 1
    Category: KendoReact
    Type: Feature Request
    1

    I am using kendo react; how should I convert from a search query string into grid data state object? I am trying to get a query from URL and convert it into json object and pass it to the grid so it can do filtering, sorting, etc.

    input can be the query strings below or URLSearchParams object.

    const queryString = "sort=triggerAt-desc&page=1&pageSize=10";
    ?filter=(notes~contains~%27te%27~and~status~contains~%27up%27)&sort=triggerAt-desc&page=1&pageSize=10

    The output should be:

    {
        sort: [
          { field: "triggerAt", dir: "desc" }
        ],
        skip: 0,
        take: 10,
      }
    

    Completed
    Last Updated: 15 May 2023 15:58 by ADMIN
    Created by: Claudio
    Comments: 3
    Category: KendoReact
    Type: Feature Request
    0

    Hi, when using the Kendo React Typography component like following:

    <Typograpy.h1></Typograpy.h1>

    compiler gives the following warning:

    Imported JSX component h6 must be in PascalCase or SCREAMING_SNAKE_CASE                                                                       react/jsx-pascal-case
    It would be nice to change this behavior to the right one, or maybe adding a property 'variant'
    Unplanned
    Last Updated: 05 May 2023 15:49 by ADMIN
    Created by: Marcel
    Comments: 2
    Category: KendoReact
    Type: Bug Report
    3

    Hello,

    when using the StrictMode we get an UncaughtError when using the PopupComponent. Fe. when using the Date/Time-Picker.


    ERROR
    Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
        at checkForNestedUpdates (webpack-internal:///./node_modules/react-dom/cjs/react-dom.development.js:27287:11)
        at scheduleUpdateOnFiber (webpack-internal:///./node_modules/react-dom/cjs/react-dom.development.js:25470:3)
        at Object.enqueueSetState (webpack-internal:///./node_modules/react-dom/cjs/react-dom.development.js:14067:7)
        at Component.setState (webpack-internal:///./node_modules/react/cjs/react.development.js:355:16)
        at PopupWithoutContext.componentDidUpdate (webpack-internal:///./node_modules/@progress/kendo-react-popup/dist/es/PopupWithoutContext.js:285:18)
        at commitLayoutEffectOnFiber (webpack-internal:///./node_modules/react-dom/cjs/react-dom.development.js:23328:30)
        at commitLayoutMountEffects_complete (webpack-internal:///./node_modules/react-dom/cjs/react-dom.development.js:24683:9)
        at commitLayoutEffects_begin (webpack-internal:///./node_modules/react-dom/cjs/react-dom.development.js:24669:7)
        at commitLayoutEffects_begin (webpack-internal:///./node_modules/react-dom/cjs/react-dom.development.js:24651:11)
        at commitLayoutEffects (webpack-internal:///./node_modules/react-dom/cjs/react-dom.development.js:24607:3)
    
    
    The above error occurred in the <PopupComponent> component:
        at PopupWithoutContext (webpack-internal:///./node_modules/@progress/kendo-react-popup/dist/es/PopupWithoutContext.js:97:28)
        at eval (webpack-internal:///./node_modules/@progress/kendo-react-popup/dist/es/Popup.js:38:67)
        at div
        at AsyncFocusBlur (webpack-internal:///./node_modules/@progress/kendo-react-common/dist/es/hocs/AsyncFocusBlur.js:30:23)
        at TimePickerWithoutContext (webpack-internal:///./node_modules/@progress/kendo-react-dateinputs/dist/es/timepicker/TimePicker.js:87:28)
        at eval (webpack-internal:///./node_modules/@progress/kendo-react-common/dist/es/hocs/withPropsContext.js:28:95)
        at component
        at Field (webpack-internal:///./node_modules/@progress/kendo-react-form/dist/es/Field.js:37:22)
      ...