Nikolay Stoychev
Nikolay Stoychev
Steps to reproduce: 1. Click "Change position" button 2. Click on the window title bar Example: https://stackblitz.com/edit/react-4y29jj-sk9dxc?file=app%2Fmain.jsx Actual: Clicking on the title bar triggers onMove event and the window change...
- https://github.com/telerik/kendo-ui-core/issues/5459 - https://github.com/telerik/kendo-ui-core/issues/5460
Example to check: https://stackblitz.com/edit/react-yvlxco?file=app%2Fmain.tsx React issue: https://progresssoftware.aha.io/requirements/KUIR-295-5 Angular issue: https://progresssoftware.aha.io/requirements/KUING2-267-5
The border prop differs from the [border interface of the chart widget](https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart/configuration/series.highlight#serieshighlightborder). The border has `dashType` prop instead of `opacity`. Also the inactiveOpacity is missing in ChartSeriesHighlightProps interface.
We agree to use the charts series colors for the Sankey nodes. Please, make sure the charts series colors matches the design. Sankey Design - https://www.figma.com/file/BymtJkZqx5xoLw8ihF01F2/Sankey-Diagram-Chart?type=design&node-id=305-230&mode=design&t=qpvQ9z8JUs97Ow1v-0. ~~Also, we need the...
Here is how it can be achieved - https://stackblitz.com/edit/react-xchvii-rx7cfn?file=app%2Fmain.jsx. Currently the TreeList cell component does not have built-in loading icon. Adding and positioning a loading icon does not look straightforward....
Grid's table style `table-layout: fixed;` is missing if scrollable="none" is set.