Stefan Stefanov
Stefan Stefanov
**Is your feature request related to a problem? Please describe.** Currently, the theme overwrites the styles for all anchor tags inside the Grid. This is not ideal as even if...
event.dataItem is null during the onSelectionChange event of the Grid. https://www.telerik.com/kendo-react-ui/components/grid/api/GridSelectionChangeEvent/#toc-dataitem https://stackblitz.com/edit/react-xrbucq-6xyhhx?file=app%2Fmain.jsx
TreeView Indeterminate state can only be set initially. The other two state can be changed when the data passed to the component is updated in the state. https://stackblitz.com/edit/react-fqt12n-l8fvcq?file=app/main.jsx In the...
KendoIntl rounds negative numbers differently then Intl.NumberFormat. This can be observed here: https://stackblitz.com/edit/react-o29snm-7iyfqp?file=app%2Fmain.jsx We round the number `-0.375` to `0.37` where [Intl.NumberFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat) rounds it to `-0,38`
Fix Chart`s visual functions expected return element type. Currently, the function expected to return Element type, where the correct one is the drawing.Element: https://www.telerik.com/kendo-react-ui/components/charts/api/ChartCategoryAxisLabelsProps/#toc-visual Also, the interface AxisLabelVisualArgs is not...
Add an option of the Window to allow keeping the content in the DOM when minimized. Currently, the content is removed from the DOM. This is causing issues if the...
Ensure the KendoReact components work inside the Shadow DOM: - [ ] https://github.com/telerik/kendo-react/issues/625 - [x] https://github.com/telerik/kendo-react/issues/425 - [ ] https://github.com/telerik/kendo-react/issues/624 - [ ] https://github.com/telerik/kendo-react/issues/623 - [x] https://github.com/telerik/kendo-react/issues/574
Extra space is exported after an anchor element (on Mac only): https://stackblitz.com/edit/react-aurgvh-gcjad1?file=index.html  https://github.com/telerik/kendo-drawing/issues/226
SplitButton and DropDowns popups are not closed when resizing the Splitter. They should be closed as clicking outside of the Popup should cause blur. Currently, we are preventing the events...