Wissam
Wissam
Can be reproduced in this demo [https://www.telerik.com/kendo-react-ui/components/grid/columns/resizing/](https://www.telerik.com/kendo-react-ui/components/grid/columns/resizing/) Steps to reproduce: 1. scroll down the vertical scrollbar to the end 2. click and hold the column to resize 3. then move...
## I'm submitting a... * Feature request ## Current behavior Currently, the Grid component does not have built-in keyboard navigation for column grouping. Here is an example where grouping is...
The `defaultZoom` prop of the PDFViewer can only be set to the zoom value. It should also be possible to set it to a zoom type such as FitToWidth for...
## I'm submitting a... * Bug report ## Current behavior The grouping text overlaps overlaps the item text. This is reproducible is any grouping demo for the MultiColumnComboBox: - https://www.telerik.com/kendo-react-ui/components/dropdowns/multicolumncombobox/grouping/#toc-basic-usage...
When the height taken by the items is less than the popup height (which removes the scrollbar), the titles are misaligned with the columns - [https://stackblitz.com/edit/react-gwftb5-aawt8c?file=app%2Fmain.tsx](https://stackblitz.com/edit/react-gwftb5-aawt8c?file=app%2Fmain.tsx)  Ticket ID: 1610949
## I'm submitting a... * Bug report ## Current behavior For an element that is wrapped by the ToolTip component, removing the title text of the element does not remove...
## I'm submitting a... * Bug report ## Current behavior When rendering a custom edit item and setting the [series](https://www.telerik.com/kendo-react-ui/components/scheduler/api/SchedulerEditItemProps/#toc-series) property to `true` as well as setting `showOccurrenceDialog` to `false`,...
## I'm submitting a... * Regression report ## Current behavior Setting the adaptive and adaptiveTitle props shows the following warnings in version 7.4.0: ``` react-dom.development.js:86 Warning: Received `true` for a...
## I'm submitting a... * Bug report ## Current behavior The keyboard navigation is also broken when setting the data to an array of objects and having values of the...
The messagesMap prop is available for the Pager component: - https://www.telerik.com/kendo-react-ui/components/datatools/api/PagerProps/#toc-messagesmap A demo and explanation on its usage should be added to the documentation.