kendo-ui-core
kendo-ui-core copied to clipboard
An HTML5, jQuery-based widget library for building modern web apps.
### Bug report If you select a text in the Editor, the ForeColor value inside the palette is not updated to match the color of the selected text. ### Reproduction...
### Bug report In a virtual DropDownList with a value set, the first item is marked as selected as well. The issue occurs when using jQuery 3.4.1 or later. ###...
### Bug report InLine Editable TreeList doesn't send all its data on Create and Update, if it is reorderable and the "Update" text of the Update button is clicked ###...
### Bug report When the data-command="createChild" in the TreeList's DataBound handler is hidden the Update button also disappears - ` if (dataItem.isNew()) { row.find("[data-command='createchild']").hide(); } ` ### Reproduction of the...
The [example](https://docs.telerik.com/kendo-ui/api/javascript/ui/treelist/configuration/pageable.messages.itemsperpage) tries to show how messages.itemsPerPage displays a message after the page size dropdown, but it doesn't because there is no page size dropdown. I'm adding a page size...
### Bug report Bottom and right border cannot be applied to the last row/column. The issue also affects the exported xlsx files, which do to display those borders either. ###...
### Bug report Cell with explicitly set number format will change it to date format if date string is entered. This behavior is not observed in excel if the values...
### Bug report Reported in ticket № 1429260 ### Reproduction of the problem 1) Create a date in a cell in Excel, e.g. 9/9/2019 with format type as "Date"; [Test.xlsx](https://github.com/telerik/kendo-ui-core/files/3706130/Test.xlsx)...
Editor - "undo" key combination (Ctrl + Z) needs to be pressed twice to work when keydown is handled
### Bug report Reproducible with inline and classic Editor. ### Reproduction of the problem [Dojo](https://dojo.telerik.com/IxeGotux) example. 1. Type in some text in the Editor. 2. Press Ctrl + A keys....
### Bug report when the color of the borderBottom is commented ``` "borderBottom": { //"color": "black", ``` js error when color is not applied to a cell border in the...