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
Add a control similar to the one found here: http://demo.aspnetawesome.com/LookupDemo/Index I believe that all the components needed to create this control already exist, then it would suffice to encapsulate in a single control (plus a template for the form of research) It would be something similar to edit popup already exists for the grid, except that would be linked to a texbox (or dropdownlist)
Add ability to have graph "scroll" like a stock ticker. This would allow for the graph to dipslay large X axis values while still contained smaller graph area. This woudl also help with displaying dataviz on mobile applications as it would give virtual space to the smaller devices.
Add ability for tooltip on chart title text on Mouseover event, So we can provides more details about chart. Current tooltip option is not supported on Kendo chart title text.
Similar to the Funnel chart, some chart libs also offer a Pyramid Chart. We are also interested in the Pyramid.