Greetings
Currently, all dynamically added elements are being added to the document body, unless we specify an appendTo option.
When we look at the Angular library, we can specify a default container element there via an injection token.
It'd be great (and not that much work) to have that for jQuery (and thus MVC) as well, since adding/removing elements to/from the body causes high reflow times.
In some components, like when we use a filterrow inside a Grid, we can't specify an appendTo option for those dropdownlists, so having a global setting would help there as well.
I currently have to manually edit the kendo.all.min.js file every release to manually insert a fix for this, since adding things to the body causes terrible lag for us.
Kind regards
We need legend in kendo map for our requirement.
Hello,
We have a project using kendo-angular with kendo-ui for jquery for some components (spreadsheet, gantt, datepicker, context-menu,..)
When we started the project we followed this doc https://www.telerik.com/kendo-angular-ui/components/framework/kendo-jquery/
I updated all our @progress/kendo-angular-xxx dependencies to latest versions and also kendo-ui to latest 2022.1.119
When I run the project with ng serve and the site starts, we directly have an error coming from kendo.colorpicker
Cannot read properties of undefined (reading 'options') at kendo.colorpicker.js:279:181
I created an empty project with our dependencies and was able to reproduce the error. Please see attached zip file.
npm install -> npm run start -> http://localhost:4200/
Here the kendo dependencies we have:
"@progress/kendo-angular-buttons": "^7.0.2",
"@progress/kendo-angular-charts": "^6.0.0",
"@progress/kendo-angular-common": "^2.0.2",
"@progress/kendo-angular-dateinputs": "^6.0.0",
"@progress/kendo-angular-dialog": "^6.0.1",
"@progress/kendo-angular-dropdowns": "^6.0.1",
"@progress/kendo-angular-editor": "^3.0.4",
"@progress/kendo-angular-excel-export": "^4.0.3",
"@progress/kendo-angular-grid": "^6.0.3",
"@progress/kendo-angular-inputs": "^8.0.4",
"@progress/kendo-angular-intl": "^3.1.2",
"@progress/kendo-angular-l10n": "^3.0.3",
"@progress/kendo-angular-label": "^3.1.2",
"@progress/kendo-angular-layout": "^6.5.0",
"@progress/kendo-angular-pdf-export": "^3.0.3",
"@progress/kendo-angular-popup": "^4.0.4",
"@progress/kendo-angular-ripple": "^3.0.3",
"@progress/kendo-angular-toolbar": "^5.0.0",
"@progress/kendo-angular-treeview": "^6.0.0",
"@progress/kendo-data-query": "^1.5.5",
"@progress/kendo-drawing": "^1.16.2",
"@progress/kendo-licensing": "^1.2.2",
"@progress/kendo-theme-material": "^5.1.1",
"@progress/kendo-ui": "2022.1.119",
Regards,
Thierry FRITZ
Today you can only export JavaScript primitive values - String, Number, Date, Boolean. http://www.telerik.com/forums/export-grid-to-excel-cells-with-hyperlink
Bug report
Window modal overlay missing when using KendoWindow that has the following configuration fo window1
{
modal: true,
draggable: {containment: "body"}
}
I aware that there is this forum talking about this issue, but the example is opeining both window without draggable.containment configuration.
The current easist workaround is dont set draggable.containment for window1
Reproduction of the problem
1. Run this dojo
2. Open window1, then open window2, close window2
3. The modal overlay for window1 dissapeared
Current behavior
When window1 has configuration for draggable.contaiment, its modal overlay will dissapear after window2 closed
Expected/desired behavior
The modal overlay for window1 should remain, closing window2 should not affect window1's modal overlay
Environment
Kendo UI version: 2021.2.616
jQuery version: 3.4.1
Browser: all
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.
In Desktop and Mobile version, Kendo Scheduler is displaying Date and Time based on TimeZone of Client's Browser. We are binding the Data in Kendo Scheduler and the UI will be rendered based on the TimeZone of client's Browser. Upon further investigation I found out the property 'timezone' which needs to set to neglect client's Browser Timezone. The 'timezone' property is taking values of IANA Timezone and which is referred internally to kendo.timezones.min.js. We need to implement the Timezone as Windows TimeZone.
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.
Displaying multiple columns on vertical resources on kendoscheuler resources.
Currently, when all are enabled, it's impossible to scroll, because either multiselect starts or drag&drop. Tested on iPad OS X 11.4
The most important part of using Vue especially in Mobile, is it's small size and performance. Unfortunately, Kendo UI's Vue components are wrappers around jQuery which is something we are trying to avoid in our ongoing developments. I'd like to suggest building NEW Vue components in full native format with no despondency on other none related frameworks. Thanks! ..Ben
You have a private Nuget feed for the KendoUI Professional packages. The package in that feed doesn't contain the typescript definitions. However, if I download the *.zip version of the KendoUI Professional from the "Your Account" area of the web site, it contains the TypeScript definitions. Please add the TypeScript definitions to the NuGet package.
Kendo UI jQuery Scheduler: grab a task (appointment) to cells, without displaying the lines of separation. Set an interval property for the drag and drop, which will be defined, 15 or 30 minutes or even smaller, without necessarily having to display the lines of separation (minorTickCount) increases in this case the height of the cells.
the only way to style only the mulitselect dropdown list differently than other dropdown lists is to run a js script to add a css class... function setupMultiSelectULStyle (styleName) { var selects = $("select"); $.each(selects, function(index, item) { var data = $(item).data("kendoMultiSelect"); if (data !== undefined && data !== null) setupMultiSelectULStyleSingle(data, styleName); }); } i think if you are creating elements that are not wrapped in parent element style they should have some way to style by parent control type differentiated css selector <div class="k-list-multiselect k-list-container k-popup ... " id="..." > <div class="k-list-dropdown k-list-container k-popup ... " id="..." >
You can enter cross sheet references manually, but end users would like being able to copy from one sheet to another creating a cross sheet reference instead of copying the value
When exist directory in directory, there's position bug in Tree View.
1. Open parent directory in Tree View.
2. Click the child directory more than once. (Click 5 times in a row)
3. Show parent directory's position. (Create an infinite number of 'k-treeview-toggle' classes in the parent directory each time the child directory is clicked.)
Microsoft's new Azure Portal uses an innovative UI with "blades" that scroll horizontally to the right. This is a very effective paradigm. It would be great to have a Kendo UI control (and MVC wrapper) to manage and create these blades