Stefan Stefanov

Results 48 issues of 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...

Enhancement
C:Grid
FW:Angular
FW:React

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

Bug
pkg:Grid
SEV: Medium
KendoReact

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...

Bug
pkg:Treeview
SEV: High
KendoReact

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`

help wanted
question

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...

Bug
pkg:Charts
SEV: Low
KendoReact
triaged

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...

Enhancement
pkg:Dialogs
KendoReact
C: Window

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

Discussion
POC
SEV: Low
SEV: Medium

Extra space is exported after an anchor element (on Mac only): https://stackblitz.com/edit/react-aurgvh-gcjad1?file=index.html ![image](https://user-images.githubusercontent.com/11087921/138417558-1d879e36-e02f-41e7-8c30-ce7748e11bf9.png) https://github.com/telerik/kendo-drawing/issues/226

Bug
pkg:PdfExport
SEV: Low

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...

Bug
pkg:Layout
SEV: Medium