When clicking on a resize handle (without dragging), the window unexpectedly shrinks.
Steps to reproduce:
Expected behavior: The window size remains unchanged when clicking a resize handle without dragging.
Actual behavior: The window shrinks.
Reproducible on the demo page: https://www.telerik.com/kendo-react-ui/components/dialogs/window
Hi Team,
I want to use annotations and marking in PDF and my tech stack is React is this possible with telerik currently?
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
The following options are available in the jQuery version:
Insert Comment
Insert Hyperlink
Insert Image
In KendoReact Spreadsheet:
These features are currently not available.
Query:
Are there any APIs or extension points to support these insert operations?
Is there a roadmap for introducing these capabilities?
When implementing a custom filter cell (e.g., to support DatePicker modes such as time-only, date-only, or datetime), there is currently no straightforward way to reuse the built-in filter UI elements like the operator selector and clear button.
At the moment, these controls must be recreated manually to match the behavior and styling of the default Grid filter cells. While GridCustomFilterCellProps.children does include these elements, they are bundled together with the default filter input, making it difficult to extract and reuse only the needed parts.
It would be very helpful if the default operator dropdown and clear button were exposed separately (or made easily accessible), so they can be reused in custom filter cells.
This would:
Ensure visual and behavioral consistency with built-in filter cells
Reduce duplication of logic and styling
Minimize the risk of breaking changes when internal class names or implementations are updated
A supported way to access or compose these default controls would greatly improve the developer experience when building custom filter cells.
Add an optional row-based keyboard navigation mode for the KendoReact Grid where Arrow Up and Arrow Down move focus between entire rows instead of individual cells.
Timepicker components now button in certain situations does not scroll timeselector to current time in adaptive mode.
We would expect the now button scrolls to current time in all situations, also in adaptive mode .
It is obviously buggy behavior, we would like to use now button, but it has to work correctly.
Browser:
System:
Best regards,
Peter
Timepicker component with no value set has its popup after opening scrolled to minimal value, eg. 00:00.
Requested behavior would be that the component allows to set value to which should the popup be scrolled after opening, when the component has no value set.
When user e.g. records his work hours, in most cases his work starts at the morning or at the current time. With current behavior the user needs to scroll every time to value he needs to set.
Hi,
At present the KendoReact Dialog is not responsive i.e. if the Dialog height is greater than the viewport height, the Dialog Action Buttons are not accessible e.g. https://stackblitz.com/edit/react-qcenpnxr?file=app%2Fapp.tsx
I have made a custom control to deal with this that attaches a resize event handler to the window, but there is no good way to add the viewport width and height as max dimensions to the Dialog:
In order to make a responsive Dialog I have to take a ref to get the "k-dialog-wrapper" div, use a querySelector to get the "k-window k-dialog" div, and set the maxWidth and maxHeight styles there.
Unless there is a better way to achieve this, it would be good if the Dialog was responsive out of the box, or at the very least exposed maxWidth and maxHeight props directly.
Kind regards,
David
Timepicker component in adaptive mode behaves differently in version 11.0.0 (and above) compared to version 10.0.0 (and above):
We would expect the same behavior as in the 10.0.0:
We would like to upgrade to 11.0.0 but we do not like this behaviour because it is disturbing, confusing and requires more clicks (time) to work with it.
Browser:
System:
Best regards,
Peter
Hi,
After pasting a value into the input box of the DatePicker I am then unable to clear it. The value of the DatePicker is correctly set to null, but the value displayed in the input box is unchanged.
Reproduction steps:
1. Open the grid filtering demo,
2. Copy any of the date values from the grid, e.g. 9/20/1996, and paste it into the "First Ordered On" filter,
3. Clear the filter using the clear button.
Result:
The value remains in the input box.
Expected behaviour:
The value should not be visible in the input box.
URL: https://codesandbox.io/p/sandbox/objective-blackburn-jvz3py
User Impact:
Currently the GridColumn Component only supports width property. It should also support minWidth and maxWidth properties for better responsive design. https://www.telerik.com/kendo-react-ui/components/grid/api/GridColumnProps/
*** Support ticket created by Telerik by Progress staff ***
*** Please follow-up with additional details, if necessary. Thank you. ***
The KendoReact Scheduler currently does not provide a supported way to display only all-day events while hiding all time slots when using vertical resource grouping (Week or Timeline-based views). It would be beneficial if we had a mechanism for implementing an all-day–only Scheduler view that supports vertical resource grouping, renders multi-day events as a single continuous bar across consecutive days, and preserves the existing Scheduler structure and interactions.
It would be beneficial for GridToolbarColumnsChooser to offer customization options that allow developers to control which columns can be shown or hidden.