..._destroy: function () { if (this.resizing) { this.resizing.destroy(); } if (this.dragging) { this.dragging.destroy(); } this.wrapper.off(NS).children(KWINDOWCONTENT).off(NS).end().find('.k-resize-handle,.k-window-titlebar').off(NS); $(window).off('resize' + NS + this._marker); $(window).off(MODAL_NS); $(window).off(NS); clearTimeout(this._loadingIconTimeout); Widget.fn.destroy.call(this); this.unbind(undefined); kendo.destroy(this.wrapper); this._removeOverlay(true);},destroy: function () { this._destroy(); this.wrapper.empty().remove(); this.wrapper = this.appendTo = this.element = $();},......destroy: function () { var that = this; that._destroy(); Widget.fn.destroy.call(that); that.wrapper.remove(); that.wrapper = that.element = $();},_destroy: function () { var that = this; var ns = '.' + NS; that.wrapper.off(ns); that.element.off(ns); that.wrapper.find(KICONCLOSE + ',' + KBUTTONGROUP + ' > ' + KBUTTON).off(ns); that._stopCenterOnResize();},...Pasting a cell value into multiple selected cells results in only the first cell in the range getting the value.
Steps to reproduce:
1) Go to https://demos.telerik.com/kendo-ui/spreadsheet/index
2) Click on cell B3 (Calzone) and press CTRL-C
3) Click on cell B4, hold the shift key and arrow down until cells B4-B7 are highlighted (or select the B4-B7 range with the mouse)
4) press CTRL-V
The outcome is only cell B4 receives the value of "Calzone".
Expected/desired behavior
All cells B4-B7 should have the value "Calzone".
When a ContextMenu is opened for the first time, the animation is not executed. Every consequent open trigger the animation successfully.
The issue can be observed in the following Dojo.
Steps to reproduce:
When the DateInput uses a day-first format, e.g. dd/MM/yyyy, if you try to type in 29/02 the DateInput auto-corrects it to 01/02, which is not intuitive to the user and requires them to go back and fix the date again after typing in a leap year.
The DateInput should allow the user to type in 29/02 until the year portion is not provided.
Bug report
Almost all formatting tools such as fontName, fontSize, backColor, foreColor, bold, italic, etc. do not change bullets in unnumbered lists and numbers in numbered lists. Please see the sample below:
Best regards,
Dmitry Kostochko
Hi,
I think it make sense that Telerik will provide a built in tool to support QR Code scanning with the Kendo UI Mobile suites.
At the moment we need to use some 3rd parties JS libs for it and it will really help a lot if it will be part of the Kendo family and will support all type of OS/Devices.
Thanks,
ilan.
Hi Team
We develop under Aurelia Framework and use KendoUI components.
It would be nice if there will be an update of the "Aurelia Kendo UI Components Catalog".
By complementing components used by "Jquery components catalog" with examples for Aurelia users that uses Typescript.
Mostly it is hard to find good tutorials for Aurelia + KendoUI users.
Best regards,
Thomas
Hi,
I have a grid. from which if the user selects multiple rows, we want to display corresponding PDF files into PDF viewer. I have checkbox as 1st column of the grid. It will be great if there is an API method that would allow the loading of multiple files.
Our application is using lots of hierarchical grids to show business data, as it's really hard to scroll thru so many columns, is it possible to support column locking for top level grid? I saw documentation shows column locking doesn't work with row template with detail feature. This requirement is really importantant for us.
After contacting support, they suggested to log feature request.
Any questions, let us know.
Thanks
Annasaheb Rahane
QAD Inc.
The declaration in the jQuery interface (kendo.all.d.ts) is missing:
kendoBadge(): JQuery;
kendoBadge(options: kendo.ui.BadgeOptions): JQuery;
data(key: "kendoBadge"): kendo.ui.Badge
This feature request concerns all Kendo widgets that have a loading indicator built in such as Kendo MultiSelect. Currently there are no aria attributes indicating progress, so users are not made aware that something is loading by the screen readers.
One possible approach is to apply aria-busy attribute:
https://www.w3.org/TR/wai-aria-1.0/states_and_properties#aria-busy
This is also suggested as a solution to implement for the standalone Loader component:
https://docs.telerik.com/kendo-ui/controls/interactivity/loader/accessibility/overview#wai-aria
The console component under demos is nice and I implemented still in my application with wodnload the console.js but I think its nice if you implement this as a component with APIs and features
for example filter and color for events or for a signalr or field, maybe with (X) delete all button and direction.
Thank you
Best regards from zurich
Murat
kendo.UserEvents is a very import object across Kendo UI a properly using it is key to the development of custom widgets.
It need to be properly documented for the development community to use.
On one hand, kendo.mobile widgets have not progressed in several years.
On the other hand, some "mobile" controls like Bottom Navigation and Floating Action have entered the realm of kendo.ui, and an Action Sheet is in the roadmap.
Some of us still develop/maintain hybrid apps. It has become necessary to (i) clarify the roadmap and (ii) get some new best practices (doc and samples) for developing hybrid apps with Kendo UI:
Hi,
I want simply a way to check that the cell value is valid when the user presses submit button on the page.
Currently, validation works when a value is entered in a cell by the user. I want validation to work when the value is changed through a formula. or i need a function that i can run manually that tells which cell validation has failed.
Reference ticket id:https://www.telerik.com/account/support-tickets/view-ticket/1512901
Currently, when you open an existing Excel file in the Kendo UI spreadsheet, make some changes, then post the changes back to the web server, the print and scaling settings of the original Excel file would be lost.
The Kendo.ooxml.Workbook should preserve those settings.
From Ticket ID 1513253
Message from Aleksandar
Calling the saveAsExcel() method triggers the excelExport event. The Kendo UI Spreadsheet utilizes the Excel export module framework to produce Excel files directly in the browser. The output files are in the OOXML Spreadsheet format with an .xlsx extension as explained here. Setting the forceProxy configuration to true will send the ooxml generated export file to the remote endpoint. However, the kendo.ooxml.Workbook API does not expose a configuration option that would preserve the option for setting the page scaling when printing, thus the configuration is lost. If you would like to see such an option available I can suggest logging a Feature Request in our Feedback Portal.
Hi Team,
I would like to request that in the @progress/kendo-ui npm package to be modified so that the dependencies for jQuery will include <=3.5.1 instead of 3.5.1. I believe that the package.json should be fixed on NPM or this will cause issues for a lot of people that use jQuery with more than just kendo.
Thank you!