When a non functional template is used for the labels in the Chart in webpack project, an error is thrown.
npm install npm start
The following error is displayed: labelTemplate is not a function TypeError: labelTemplate is not a function
If the template is removed or replaced with funcitonal template, the Chart displayes as expected
Workaround:
resolve: {
mainFields: ['es2015', 'es', 'module', 'main', 'browser']
}
When used in a regular HTML form, the CheckBox doesn't get reset by the Reset button.
Workaround: Consider using the Kendo Form instead of a regular HTML form.
The CheckBoxes don't reset when clicking the Reset button
The CheckBoxes should reset when clicking the Reset Button
Bug report
Scrollable menu opening wrong menu on mobile
Reproduction of the problem
This is reproducible in Chrome developer tools - using iPhone 14 Pro Max
Dojo: https://runner.telerik.io/fullscreen/jtDsGBpV
1. Scroll a little to the right to have Ladies partially hidden
2. Click on Ladies
3. Notice that the ladies is focused and scrolled to be fully visible but the opened submenu is Mens
Environment
jQuery: 3.4.1
Kendo UI version: 2025.1.227
Browser: [all]
Hi,
if you load the signature component when the mobile device is in vertical position and then rotate the device in the horizontal position the component doesn't detect changes and the signature capture doesn't work as it should (there is a span between the mouse/pen and the signature line). The same also happens in browser if you change the browser window size so much that the signature component window shrink. I noticed a strange behaviour in signature popup on my project, but you may also try it on your demo component: https://demos.telerik.com/kendo-ui/signature/index .
Thanks
When using the Signature in a Wizard the the drawing line is being offset.
The line is offset and the drawing looks distorted.
Drawing line should be applied correctly.
The issue might be related to #7108
The horizontal space between all OrgChart nodes on the same level is one and the same and it is equal to the horizontal space needed to show the child nodes of the parent with most child nodes. It is represented by the red squares on the image below. This results in excessive empty horizontal space between nodes with no child nodes or no visible child nodes.
This may be observed on the following Dojo runner. Currently the OrgChart has empty space between the first level nodes, and also there is empty space after the last node:
Suggested behavior:
There is no empty horizontal space between nodes on the same level - highlighted in yellow on the image above. In the above scenario, there should be no empty space between the first level's second and third node and no space after the third node, which may be observed, when the first node has no expanded child node:
To reproduce :
go to official dojo https://dojo.telerik.com/PfhfyBzh
select all text (ctrl+A) (or select text with image at the same time with mouse)
Start dragging the selection
---> the error occurs (check console devTools)
Uncaught TypeError: Cannot read properties of undefined (reading '_destroyResizeHandles')
The error occurs here :
let fe = u.extend({
create: function(e) {
let t = this;
a(e.body).on(`dragstart` + S, function() {
var t = x.nodes(e.getRange())
, n = !1;
t.forEach(function(e) {
e.nodeName === `IMG` && (n = !0)
}),
n && t.length > 1 && e.elementResizing._destroyResizeHandles()your algorithm find one image in the selection and assume we are resizing and try to call "_destroyResizeHandles"
I think you should test before calling this method so it should be :
n && t.length > 1 && e.elementResizing && e.elementResizing._destroyResizeHandles()
Bug report
ScrollView prevents Nested MediaPlayer volume scroller from scrolling
Reproduction of the problem
Dojo: https://dojo.telerik.com/ateLaQoC
Scroll to 3rd page
Scroll volume scrollbar
Expected/desired behavior
Volume scrollbar shall be scrollable
Environment
Kendo UI version: [all]
jQuery version: [all]
Browser: [all]
When the RowHeight of the Gantt is enabled and the planned tasks are shown, the height of the row in the timeline is miscalculated and that creates displacement.
Additionally, the task dots used for the dependencies are misplaced in the same scenario as demonstrated in the dojo above.
Hi Team,
I would like to ask for a built-in Kendo UI implementation to import Excel files into the Kendo UI Grid.
Thank you!
Hi Team,
I would like to ask for virtualization for the Kendo UI Scheduler when there is no grouping.
Thank you!
Hi Team,
I would like to request adding the EventsPerDay configuration for the Week view.
Thank you!
In a Grid with virtual row and column scrolling enabled, if there are large number of hidden columns, the horizontal scrolling is very slow.
Horizontal scrolling is slow
Horizontal scrolling should be smooth
Grid rows could not be properly selected on iPad
The rows could not be selected.
It should be possible to select a row in the Grid when it is loaded on iPad.
Used device for testing: iPad Pro iOS18.6
Bug report
The PivotGridv2 does not calculate correctly Multiple measures with same type but different fields
Reproduction of the problem
Dojo: https://dojo.telerik.com/evubeHIz
Expected/desired behavior
PivotGridv2 should calculate correctly the fields when multiple measures with same type are defined
Environment
Kendo UI version: [all]
Browser: [all]
Bug report
NORM.S.INV, NORM.INV, and NORM.DIST are officially listed as supported formulas, but they are not functioning properly
Regression bug since 2024.4.1112
Reproduction of the problem
Open the Demos - https://demos.telerik.com/kendo-ui/spreadsheet/index
Paste: =NORM.S.INV(0.908789)
Environment
Kendo UI version: 2024.4.1112
Browser: [all ]
When there is a frozen column in the TreeList, not all the columns are resized correctly on double-clicking on the resize handler.
The Position column is not resized and a scrollbar may appear depending on the width of the screen
The behavior when clicking on the drag handler should be the same for all the columns. In the described scenario the Posiiton column should be resized as well.
The Editor doesn't allow multiple separators through the tools configuration.
Only the first separator is rendered.
All the separators should be rendered
In a Grid with locked columns, there's an invalid aria-selected attribute on tr elements in the locked columns.
The tr role='none' element has invalid aria-selected attribute
The element shouldn't have the aria-selected attribute.
Incorrect hint is displayed and the events can not be resized correctly.
The events should be properly resized.