Currently the landscape for t4 intellisense plugins and debugging tools is very poor. I was hoping a productivity tool would be offered for customizing scaffolding templates/.t4.
Could be added to the combobox the pagination funtionality like Sencha Extjs library
Like the event parameter of series.markers.visual contains the according dataitem the event parameter of series.labels.visual should do so aswell.
Any widget with the Template property should have a TemplateUrl property which allows the markup to be placed into an external html file similar to TemplateUrls in AngularJS components.
Currently, when all are enabled, it's impossible to scroll, because either multiselect starts or drag&drop. Tested on iPad OS X 11.4
Displaying multiple columns on vertical resources on kendoscheuler resources.
In some specific cases, it is required to show a bubble within a bubble in the Bubble chart. This is required to demonstrate some specific property within the bubble. e.g. The bubble position shows which project. The bubble size demonstrates projects size with respect to the program. The bubble within the bubble shows the current progress of the project.
it's looks nice if we have an option to move chatbot image to either on first or last of message for multiple messages (currently the chatbot image located on the last message)
Radio buttons fire events and web developers rely on these events to capture data or initiate a process. I fail to understand why something so basic to a control is overlooked, yet you provide this functionality to most of your other controls.
I could attach a screen shot of this, but there doesn't seem to be a way to attach anything.
The Detailed description In: https://github.com/telerik/kendo-ui-core/issues/3903 Bug report Currently, DataSource bound Spreadsheet throws "Unsupported for multiple ranges" error when attempting to delete the content from multiple not adjusted cells. The error is thrown by the values() method: values: function (values) { if (this._ref instanceof UnionRef) { throw new Error('Unsupported for multiple ranges.'); } if (this._ref === kendo.spreadsheet.NULLREF) { .... Reproduction of the problem Go to the DataSource Binding demo; Select a few cells using the Ctrl + click; Press Delete button on the keyboard; "Unsupported for multiple ranges" error will be thrown from the values() method; This bug has not been resolved in Version 2018.3.911.
I would like to see away to cross reference releases to the API docs. So when a new method, property, etc. becomes available for a control or framework, I can see what release it was associated with. This will permit me to upgrade apps to specific versions. Or during an update, I can see where a breaking change occurred. I'm sure lots of other benefits could come from that.
Include Flow type definitions for kendo-ui jquery modules.
The ImageBrowser only supports a Path and Filename to identify a file. It would be nice to be able to use an ID instead of the Filename as an identifier. This would involve changing the FileBrowserEntry object to include an ID property and make it available throughout (e.g. Thumbnail and Image URLs).
As of Kendo UI R3 2018, template expressions in AngularJS are automatically escaped and as a result, our app is broken in some areas and we've rolled back to the previous version. At least give us the option to turn off escaping template expressions or offer a smarter sanitization method that can accept AngularJS template expressions within Kendo templates.
Example: https://dojo.telerik.com/uqajAsas
Check the "foo" node. The change event fires for every checked node. It would be better if it fires a single time after all nodes have been checked.
Hi,
We are using the progress functionality across the applications, also its inbuilt in Grids/Tree View or most of the Kendo controls when data is loading. Now we are hit with an Accessibility issue as stated below in JAWS 2019.
"Issue: There is a loading screen that appears throughout the application. Sighted users are able to see the loading indicator, however, screen reader users should also be aware of the loading screen."
this is what we use explicitly in some places other than the inbuilt loading indicator.
// show loading indicator kendo.ui.progress($("#divCriteria"), true);
So is there any settings available that we can make this screen readable when the progress bar appears? meaning if we setup globally once place it takes care across everywhere? Including Grids / Treeview etc.
I read setting this role=” aria-busy=” will do the job, but this functionality already have the kendo scripts?
<div role="alert" aria-busy="alert"> Data is loading... </div>
Appreciate a quick response or solution for this...
Thanks
Sree