Hello,
How do change the header color, for each cards like the picture,
Thanks
Christophe
Hi,
We are looking into ways on how we can globally Html Sanitize/Purify anything that is rendered on a Kendo Grid. We are looking into the following options:
1. Create a custom widget that extends the Kendo Grid
2. Globally tap into databinding event
It would be awesome if the second option is possible.
I have a grid where the rows are selectable and I need a way to add a new row above the selected row.
Is there an example on how to achieve this?

Hello,
Please see the following example: https://dojo.telerik.com/UsIQijOG/10
Reproduction steps:
Expected:
Thanks,
Graham
Our current Kendo UI version is 2022.2.510 and it is being upgraded to version 2023.1.425. The jQuery version which we are currently using is While upgrading we encountered some problems that some files have been removed/moved. We encountered an error suggesting that kendo.common-material.css file could not be resolved, after resolving that issue we came across another issue suggesting that kendo.core.js file could not be found. Please find the relevant screenshot attached below and assist with what we should do here.
Additional information: "@types/jquery": "3.3.31"
And it will be more convenient if there is a changelog provided for what changes occurred between these versions, so if there is please do provide.

Hello,
I have a controller action where I can read an excel file, convert it to base64 send it to the front end, and decode it using a javascript function I found here on this forum.
However the problem arises when I make edits to the loaded excel through a library such as OpenXML/ClosedXML, etc... Sometimes the array size of the excel changes, sometimes it is the same but, no matter what the spreadsheet component CAN NOT read a file saved by either packages. They work fine when saved through normal excel.
Is there any way I can fix this? Maybe some other excel library I'm missing? The edits I need to do are fairly trivial. I'll just replace cell values, nothing more.
Thanks!
Ps: Project is in .NET Core 3.1
We have 2 weird problems in MultiSelect when autoClose is set to false. They were reproduced in the following example: http://dojo.telerik.com/InicU
Problem 1: Delete input text keeps the items selected
Steps to Reproduce:
1.Write in the text "le", and then click "enter"
2. Erase in the text everything. The item "Lebanon" remains selected
Problem 2: the entered text remains
Steps to Reproduce:
1. Write in the text "le", and then click "enter". The item "Lebanon" is selected (which is correct), but the text "le" remains (which should be removed)
I have a kendo multiselect with virtualization set to true. I want to clear out the data from the search input after each item is selected so the user can start a new search. I tried this solution but found a bug. In my example, if the user selects 1 and then 20, the selected items get cleared and the multiselect becomes unusable from that point forward. The x won't clear anything and you can't select anything. How do I fix this?
Here is a dojo showing the problem
Failed Attempt:
I attempted to fix this by adding .trigger("input") to the e.sender.input.val("") line but that ends up creating duplicates of the same item selected and causes occasional errors like this in the console and doesn't clear the box:
