Wissam
Wissam
When the `editable` prop of the Scheduler is set to false, all the settings are disabled including drag. However, when editable is set to the `EditableProp` drag, with the value...
Ticket ID: 1578603 The onChange event of the MultiSelectTree doesn't show the parent id of the clicked item. This could be achieved by exposing TreeView's onItemClick prop-itemHierarchicalIndex to the MultiSelectTree.
Add a property to the GridColumn which sets the first sorting order whether it is ascending or descending. This can currently be achieve, but with custom logic by handling the...
## I'm submitting a... * Bug report ## Current behavior When clicking on Export PDF, the ReactDOM.render will be deprecated error is shown. This is because it is used internally....
## I'm submitting a... * Bug report ## Current behavior When dragging the Window component to the right or bottom side of the screen, a scrollbar appears and the window...
The data passed to the `Scheduler` should have the `isAllDay` property set, or else it will cause the dragged item to split into two items (k-event-drag-hint). Stackblitz example demonstrating this...
## I'm submitting a... * Bug report ## Current behavior The GridColumns are slightly misaligned with the column header ## Expected behavior The columns should be aligned properly ## Minimal...
ColorGradient Slider for changing the color gets stuck when Red, Green, and Blue values are equal. This issue is present in ColorGradient, ColorPicker with the `view` prop set to "gradient",...
The ColorPicker should have `target` in all its events. For example if the `id` is needed, we should be able to get it using `event.target.props.id` Related to Ticket ID: 1602194
Steps to reproduce: - visit this link [https://stackblitz.com/edit/react-sw4tfe?file=app%2Fmain.jsx](https://stackblitz.com/edit/react-sw4tfe?file=app%2Fmain.jsx) - select a date from the DatePicker pop-up - `event.target.value` will return `undefined` Workaround: [https://stackblitz.com/edit/react-fmrynq-jw3mkz?file=app%2Fmain.jsx](https://stackblitz.com/edit/react-fmrynq-jw3mkz?file=app%2Fmain.jsx) It is more convenient to have something...