If you have defined an action for OnSelect, is there a way to cancel the navigation from within the function? I think Kendo does this with Validation. If you add Validation to a cell, then enter invalid data and try to navigate to another cell, the navigation is cancelled until you either fix the data or Cancel the input. Is there a way to replicate that behavior in my own code within the OnSelect event. There is no equivalent to blur when you leave a cell so the next best thing would be to do something as you select another.

Hi,
I have a requirement for a multi-select drop down within each cell of a specific column within a Kendo spreadsheet control.
Is this possible? I can't find any documentation around this. I would be really appreciative if someone could help me with code samples/demos
Thanks
Ian
Hi,
I was trying to update my kendo version to the latest available (from 2019 to 2022) and when compiling my scss files I always get an error saying that my CSS is invalid after "...-header-border," which most likely corresponds to the $grid-header-border variable in the grid's theme file.
Invalid CSS after "...-header-border,": expected expression (e.g. 1px, bold), was ");"
I have downloaded the latest version from Node. I added the classic version.

I have written my own data validation in a Kendo Spreadsheet that executes when OnChange is fired. From what I can tell, this event happens when I change the contents of the cell then either click on another cell or scroll using the arrow key -- in Html this would have been onBlur. To that end, everything is working well. What I am not able to do though is reset the focus back to the cell that was in error. Within the OnChange function I execute sheet.range(rangeString).select(), but Kendo ignores this and continues moving to the next cell when OnChange is completed. Is there a way to stop this action?
Thank you in advance.

Hello,
I am using the Kendo Upload widget to upload images to a web application. I am having some issues with file sizing even though my maximumfile size is set to 10 MB and the Image is 5.1 MB.
I was unable to find any information on built-in limitations for the uploader on in the Kendo UI jQuery documentation.
Are there any built-in limitations to this widget in terms of file size? If so, what are they?
I was looking for css fix for the current date focus on kendo datepicker input, where i found this article in kendo site
https://docs.telerik.com/kendo-ui/knowledge-base/datepicker-auto-change-focus
But the issue is for every month the date is focused.
this is the current month and current date
but when i click next month the same date is showed with box shadow.But i want to focus only the current month and current date
How to change the editor>insert link default web address content from "http://" to "https://"
See screenshot