We are using a customized ChartToolTip with button in our bar chart. However the tab order is not correct for multiple charts. The expect behavior we were told by our accessibility testing team is first chart -> button on tooltip -> second chart -> button on tooltip and so on. The actual behavior is tab shortcut will switch between charts then back to the first chart tooltip element.
We have received feedback from our user group indicating a need for keyboard-based selection for items that are not in sequential order. Currently, keyboard selection functionality only allows users to select items in a continuous sequence. For example, when using Ctrl+Click, all items in between are automatically selected.
Is supporting non-sequential item selection via keyboard something you plan to implement? If not, could you suggest the best approach or alternative solutions to address this requirement?
When a Grid column is auto-sized via double-click on the resizer, the GridColumnResizeEvent does not expose the calculated width of the column. Instead, newWidth is 0 (deprecated) and the columns entry for the target column only reflects the width before resizing.
It would be beneficial if the auto-sized column width were exposed in the GridColumnResizeEvent (e.g., by updating newWidth or adding a new property)
Hello,
We are currently developing an application based on Kendo React components.
We are wondering if the React-Gantt chart has the functionality to edit the data by drag-n-drop the same way it possible with JQuery-Gantt (see attachment).
Thanks in advance for your help.
Kind regards,
Sergei
Please see the example - https://codesandbox.io/p/sandbox/silly-wind-tpfg8n
When column "Unit Price" is locked, while moving the horizontal scroll bar, the group header is sticky (expected behavior), but the group footer is not sticky (wrong behavior).
URL: https://blazorrepl.telerik.com/QJkQPwlw09eSCmk905?_gl=1%2a1wzzh94%2a_gcl_au%2aODg2NjQ4ODc0LjE3NDMwNjY1NTI.%2a_ga%2aODYwMDgyNjY4LjE3MzI3OTMyMTA.%2a_ga_9JSNBCSF54%2aczE3NDc2MzAyNjkkbzUkZzEkdDE3NDc2MzYwMjYkajE4JGwwJGgwJGRHVjE1OElLdHB0ZXJwc1VOWHNzTWlJTEhVVlVQckU0Ynd3
Screen Readers: NVDA (2024.4.2.35031), JAWS (2025.2504.89), Narrator
Screen reader is announcing as 'Select files button collapsed'.
Refer Attachment:
1. Screen reader is not announcing label and note information for 'Select files' button.png
2. Screen reader is not announcing label and note information for 'Select files' button.mp4
Add PDF export in Spreadsheet similar to the one available in the Kendo UI Spreadsheet widget. The PDF export must support multi page export as well.
Add a prop to the MaskedTextBox that returns a clean value (without mask literals) and treats an empty mask as null or "".
This will simplify form validation and submission by eliminating the need for manual cleanup of masked values like ____-____-____-____ or 1234-5678-9012-3456
Currently, the KendoReact DateTimePicker supports passing a DateFormatOptions object to the format prop, but it only respects the datetime property. This prevents developers from using separate localization styles for the date and time portions (e.g., date: "medium", time: "short"), which is supported by the native Intl.DateTimeFormat and toLocaleString APIs.
Hi,
The first render of a DatePicker component with an onOpen prop throws an error: Unknown event handler property `onOpen`. It will be ignored.
Reproduction:
1. Open https://stackblitz.com/edit/react-xje2zdjc?file=app%2Fapp.tsx
2. The error will appear in the console
Expected behavior:
No errors in the console