Hello Kendo UI Community,
We are in the process of upgrading our mobile web application to the latest version of Kendo UI (2024.3.1015). During the upgrade, we noticed that the kendo.mobile.all.min.css file is no longer included in the newer versions. Our application heavily depends on this file for mobile-specific styling and functionality.
Could you please advise on the following:
kendo.mobile.all.min.css in the latest Kendo UI versions?Any insights or suggestions would be greatly appreciated, as this is critical for us to keep our application functional and up-to-date.
Thank you!
Best regards,
Arvind Kanswal

1.I want to set multiple sheet tab name every sheet tab name have a different columns and I want this when click on another tab than that data show
2. how to set validation for model from json file. Json file also contain sequence of column based on that file column should show is it possible?
3.I'm doing validation like this please check zip file
It's too lengthy code how to handle if dynamically any changes on column please help me to solve out this problem
I have Json file like this please check another zip file.I have a multiple json file i want when i click on sheet tab name than that json file columns and data show
Hello, I have a problem with my code.
In mi command i try to use a template whit a "If" statement, but doesn't work, what is wrong?
command:
{
text: "Work",
click: function (e) {
angular.copy(this.dataItem($(e.currentTarget).closest("tr")), vmOrd.DataRel);
$scope.$broadcast('loadData', vmOrd.DataRel);
$scope.$apply();
},
template: '#if(Quantity != 0){# <a href="\\#" class="k-button k-button-icontext k-grid-Work"><span class="fa fa-2x fa fa-pencil-square-o text-default"></span></a> # } else {# <a href="\\#" class="k-button k-button-icontext k-grid-Work"><span class="fa fa-2x fa fa-pencil text-default"></span></a> #} #',
},

How can I update a cell in the kendoSpreadsheet through javascript code without it being bound? I want to be able to do something like:
myKendoSpreadsheet.ActiveSheet().cell(0,4) = '56';
I cannot find this in the documentation. I don't want to pull in the entire spreadsheet, just update a single cell.
Thanks,
Scott Hathaway
Bell Helicopter
Hello,
how can I turn it off outside-click on Action Sheet
I want to close ActionSheet only with close button.
Thanks