Wissam
Wissam
## I'm submitting a bug report. ## Current behavior The TimePicker component's [onChange](https://www.telerik.com/kendo-react-ui/components/dateinputs/api/TimePickerProps/#toc-onchange) does not get the new value in its event when selecting a value from the Popup. This...
## I'm submitting a... * Bug report ## Current behavior https://www.telerik.com/kendo-react-ui/components/treelist/ The scrollbar of the TreeList component starts from the header and not the body. ## Expected behavior It is...
This can be reproduced using the following example - https://stackblitz.com/edit/react-tailwind-uzpkkz?file=index.js **Steps to reproduce:** - set paperSize to `A4` - export the PDF using the `Download PDF` button - the exported...
## I'm submitting a... * Bug report ## Current behavior When setting the format prop such that the format do not include the year value, pressing the Today button does...
When enabling virtual scrolling for the Grid, and rendering detail rows, scrolling down makes the Grid rows repeat and it does not allow scrolling to the rows below. [bugvirtualscrollwithdetailcomponent.gif](https://supportheroes.telerik.com/clientsfiles/b84632d4-92a1-4efd-b0b6-791287f5a916_bugvirtualscrollwithdetailcomponent.gif) [https://stackblitz.com/edit/react-qvpst4-cwbqhl?file=app%2Fmain.tsx,app%2Finterfaces.ts](https://stackblitz.com/edit/react-qvpst4-cwbqhl?file=app%2Fmain.tsx,app%2Finterfaces.ts)...
When setting the month to February and then setting the day to 29, it is automatically changed to 28. However, the day value in this case also depends on the...
## I'm submitting a... * Bug report ## Current behavior When setting the [timezone](https://www.telerik.com/kendo-react-ui/components/scheduler/api/SchedulerProps/#toc-timezone) and pressing the "Today" button, the previous day is displayed in the view. When checking the...
This issue is reproduced in the following example - [https://stackblitz.com/edit/react-ded815-vkgf4j?file=app%2Fmain.jsx](https://stackblitz.com/edit/react-ded815-vkgf4j?file=app%2Fmain.jsx) As a workaround, the CSS style `overflow` should be set to `auto` for the root element (**my-app** in the above...
## I'm submitting a... * Bug report ## Current behavior The PDFExport component with `repeatHeaders` set to true does not repeat the headers for the Grid component - https://stackblitz.com/edit/react-4qsaay?file=app%2Fmain.jsx ##...
## I'm submitting a... * Bug report ## Current behavior getScrollbarWidth and setScrollbarWidth methods cause performance issues for the Grid component. ## Expected behavior There methods should not cause performance...