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 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
Currently, when we pass an empty string ("") or leave the title undefined for a GridColumn, the Grid automatically falls back to rendering the column's field name as the header title (inside the .k-column-title span).
Allow customization of the top-right icon in the Adaptive View header (DatePicker and DateTimePicker)
Hello,
My development team is working with a business that has a design requirement for each calendar in the MultiViewCalendar component to have its own month and year label.
From what I can tell by looking at the documentation for this component, the MultiViewCalendar does not support defining labels that can be placed above each individual calendar. It only supports showing a single label that is a range from the start month + start year to the end month + end year.
I attached a screenshot of how our current UI looks using this component.
In this example, we would love to be able to attach a label of March 2025, April 2025, May 2025, and June 2025 above each calendar, rather than only being able to show a label of March 2025 - June 2025 above the first calendar.
Please let me know if you have any questions or concerns regarding this request. Thanks for your time.
Best,
Tyler Earls
Hi,
Add this feature.
Add the option to remove or modify the Check All option in the Grid CheckBoxFilterMenu.
Hi,
I would like to put forward a feature request to allow the panel bar items to be mounted when the panel bar itself mounts, irrelevant of whether it has been opened or not.
I'm looking for something like the keepItemsMounted property https://www.telerik.com/kendo-react-ui/components/layout/panelbar/mounted-items, but without the condition that a panel bar has to be opened at least once for them to stay mounted.
Several months ago, I used this example to hide the default row detail expander, and implement my own custom expander:
https://www.telerik.com/kendo-react-ui/components/knowledge-base/custom-expand-collapse-column
As you can see, it seems that some upgrade along the way has broken the example, and it now shows two expander columns. This is also happening when i attempt to upgrade the version in my project. Can this be fixed, or is there a new workaround?