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
When the Grid is rendered inside of a ListBox, the edit of a cell is immediately cancelled due to the focus being stolen from the ListBox.
Table editor allows to select multiple cells, horizontally, vertically, or even individually while holding down the Ctrl-key.
If based on such selection the table wizard is opened, one would expect that any choices made would apply to all the selected cells.
Instead, the changes are applied only to the first cell.
Please, either disallow selecting multiple cells or better allow batch editing of the selected ones.
Hi,
The `alwaysVisible` option is ignored when we have an external DataSource.
Consider the following code:
```
var dataSource = new kendo.data.DataSource({
pageSize: 2,
data: [
{ name: "Jane Doe", age: 30 },
{ name: "John Doe", age: 33 }
]
});
$("#grid").kendoGrid({
columns: [
{ field: "name" },
{ field: "age" }
],
});
var grid = $("#grid").data("kendoGrid");
grid.setDataSource(dataSource);
grid.setOptions({
pageable: {
alwaysVisible: false
}
});
```
Here, since the `pageSize=2` and we have `2` records; I don't expect to see not the pagination and other pager options after `alwaysVisible` is set to `false`.
However, I do see them since `alwaysVisible` is completely ignored.
When I move the datasource back inside the `$("#grid").kendoGrid({})` everything works as expected.
Please let me know if this is an bug or I have mistaken in understanding something about the options.
Thanks,
Ajay
Hi,
When I call grid.datasource.sync() on a datasource that has a model id defined, but this field is unmapped, I get a cryptic error. You can find a reproducer here: https://dojo.telerik.com/iLacazot
Uncaught TypeError: o is undefined
setup http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
create http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
_promise http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
Deferred jQuery
_promise http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
_send http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
sync http://127.0.0.1/a/kendo-ui/js/kendo.all.min.js:28
<anonymous> http://127.0.0.1/a/program/discount/search/:4058
On a slightly related subject; When checking the docs on the model id it seems that the example is missing from this page:
https://docs.telerik.com/kendo-ui/api/javascript/data/model/fields/id
When a task contains a child task in this scenario we are we are looking for resizing the parent task individually as well as we should be able to resize the parent task along with its corresponding child tasks.
In my project, I'm trying to implement the above scenario but I could not finding anything relevant in the blog.
If the element has the child item so is there a way to resize the parent task also?
Is this feature already implemented?
Hello All,
There should be a feature where we can place radio button group in a matrix format (multiple rows with one header row). It would be very helpful in designing surveys.
Thanks
I am trying to upgrade to jQuery 3.5.1 and as per the documentation regarding compatible KendoUI versions I have upgraded KendoUI to v2021.1.119 (R1 2021). Now even though this version is compatible, I am getting warning messages from jQuery Migrate plugin as follows:
Wondering if this issue is known and support for the issue is on its way. Or else is it reccomended to change the minified JS files as these seems to be simple fixes.
Thanks!
When the Editor is used in ExpansionPanel and an image is dragged in the Editor an error is thrown, The issue is reproducible after the ExpansionPanel is collapsed and then expanded.
The image is displayed in a new tab and the following error appears: Cannot read property 'nodeType' of null
The image should be rendered in the Editor without errors in the console even after collapsing/expanding the ExpasnionPanel
Open this example https://dojo.telerik.com/@lydbell/UcOFiKad.
Run and wait 1 sec.
The selected custom view is lost and the Gantt chart reverts to the weekly view.
Hi,
I'm 100% sure I've found a bug that occurs when trying to load a state into the kendo Filter component.
I've tried this on the example of the official documentation below ("Loading Settings on Demand")
https://docs.telerik.com/kendo-ui/controls/data-management/filter/state#loading-settings-on-demand
Here are some reproduction steps:
1. Click Add expression
2. Add Cost - Is equal to - 25
3. Click Save
4. Click any of the 2 close icons
5. Click Load (This should load in the filter of the cost being 25)
6. Once again, click any of the 2 close icons.
7. Click Save
8. Click Load (This should load all the results since we removed the filters and saved that state.)
9. As you can see, it once again loaded the filter instead of loading in the empty filter object.
Please fix this :)
Kind regards
Hi Team,
I'd like to request for the Kendo UI to be able to facilitate its stylings along with the BootStrap form-control class. This way, I will not need to add any additional custom CSS for certain components within Kendo UI(TextBox, NumericTextBox...etc).
Thank you!
This shows up wrong when compared with on Excel.
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!
Hello,
in the Typescript bindings, the JQuery $("...").data("kendoXXX") Methods do not include undefined in there return values.
https://docs.telerik.com/kendo-ui/intro/widget-basics/jquery-initialization#duplicate-initialization
-> in the second script section, it is also documented that it can return undefined, when there is no widget instance found.
It also returns undefined, when the selector doesn't match any element.
Please include undefined in the return values.
When the content that is being exported to PDF contains Material Design Icon the exported PDF is not valid.
Currently, when the file is about to be opened with Adobe Reader the following error appears - 'An error exists on the page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem.'.
Also if the file is tested in an online pdf validator it is not considered valid.
The exported file should be opened in Adobe Reader without any issues.
Currently, the data-value-update attribute can be used on DOM elements: https://docs.telerik.com/kendo-ui/framework/mvvm/bindings/value#controlling-the-view-model-update
It would be nice, if we have the ability to use it with editor widgets like TextBox, TextArea, NumericTextBox, etc.
https://github.com/kurkle/chartjs-chart-matrix
I am looking for the kendoui heatmap chart as found on GitHub or at the URL above.
I could just copy what they use on github, but I would prefer to get the kendo CDN all from one place.
Initial usage is just to render activity throughout the day as in github, extra is to track the onClick events as you usually want to trigger a re-query on what happened in that period of the day on that date, driving a details view elsewhere.
Al worse you could have dojo demo of how you would wire up chartjs-chart-matrix to a the Datasource(eg like https://demos.telerik.com/kendo-ui/map/geojson), with a view of how you would have created such a chart that would be good on a PWA app.
Thanks
Doug
When a kendoContextMenu is applied to a combobox (html tag select) you are not able to show the select options by tapping it. The behaviour is on mobile browser only (tested iPad and Google Chrome developer tools with device toolbar enabled).
I reproduced the issue in telerik dojo, here is the code.
<!DOCTYPE html>
<html>
<head>
<base href="https://demos.telerik.com/kendo-ui/menu/context-menu">
<style>html { font-size: 14px; font-family: Arial, Helvetica, sans-serif; }</style>
<title></title>
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.1.330/styles/kendo.common-bootstrap.min.css" />
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.1.330/styles/kendo.bootstrap.min.css" />
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/2021.1.330/styles/kendo.bootstrap.mobile.min.css" />
<script src="https://kendo.cdn.telerik.com/2021.1.330/js/jquery.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2021.1.330/js/kendo.all.min.js"></script>
</head>
<body>
<div id="example">
<select>
<option>Opzione 1</option>
<option>Opzione 2</option>
<option>Opzione 3</option>
</select>
<ul id="menu">
<li>
<img src="../content/web/toolbar/reply.png" /> Reply
</li>
</ul>
</div>
<script>
$(document).ready(function() {
setTimeout(function () {
var initMenu = function () {
menu = $("#menu").kendoContextMenu({
target: "select",
select: function(e) {
// Do something on select
}
});
};
initMenu();
}, 0);
});
</script>
</body>
</html>
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.