Telerik Forums
Kendo UI for jQuery Forum
0 answers
5 views
Does it stop upgrading?
C
Top achievements
Rank 1
 asked on 15 Mar 2024
1 answer
152 views

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

Martin
Telerik team
 answered on 15 Jun 2022
1 answer
58 views

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> #} #',
                            },

Georgi
Telerik team
 answered on 14 Feb 2018
1 answer
234 views

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

Alexander Valchev
Telerik team
 answered on 15 Feb 2016
8 answers
352 views
Hi, I am new to Kendo. Making the switch from JQuery Mobile.

I have some remote JSON data that I want to bind to an action sheet or event a list view. Sounds super simple but I am not sure of the syntax at its most basic level.
Can someone give me an example.

Here is my feed if that helps:

http://test.irisdispatch.com/public/mobilefunctions.cfc?method=getAlerts&returnformat=plain&user_id=10861
Alexander Valchev
Telerik team
 answered on 08 Jan 2016
5 answers
66 views

Hello,

how can I turn it off outside-click on Action Sheet
I want to close ActionSheet only with close button.

 

Thanks

Kiril Nikolov
Telerik team
 answered on 14 Dec 2015
7 answers
93 views
Hi Telerik,

i have a databound grid and Actionsheet on it. I need to know the context (id) of the grid row and then proceed the action.
Basically I need a grid version of http://demos.telerik.com/kendo-ui/actionsheet/angular.

Probably I need to use the k-actionsheet-context. But how?

Regards,
Ladislav
Alexander Valchev
Telerik team
 answered on 05 Feb 2015
2 answers
93 views
Kendo version: kendoui.professional.2014.2.903.commercial
Android device: Nexus 7 with Android 4.4.2

Our application uses an actionsheet item. While it works well on iOS we found that on Android, once an element of the actionsheet is clicked, its "active" state (the "hover" style) remains also in next instances where the actionsheet is opened.

In iOS whenever we open the actionsheet, there is no marked item. But on Android the actiosheet remembers the previous items clicks and they remain marked. In the attached screen you can see two items are marked, while there should be only one - see the actionsheet at the bottom of the page - we expect all 4 items there to be gray, but as can be seen 2 items are light green, because they were clicked before (in iOS all items are gray as it should be). 
Alexander Valchev
Telerik team
 answered on 24 Sep 2014
3 answers
67 views
Hello there,

I'm using version 2014.1.318

I've got a web application where the content and widgets are loaded dynamically via ajax, so I need to be able to tidy the DOM as I go along.

I'm using Actionsheet as a menu for the KendoGrid table rows. When I unload my page, I call destroy methods on both KendoGrid and Actionsheet. However, if I destroy the Actionsheet, and init it again, the number of "Cancel" list items grows each time. Please see attachment.

I've been trying to replicate this error on your Dojo, however after destroying both the Grid and the Actionsheet, the grid doesn't initialise again...
http://dojo.telerik.com/OPAx

I did see that the destroy() method for Acitonsheet doesn't touch DOM - but shouldn't it at least remove the DOM elements that were created as part of initialisation? Otherwise, there'll be endlessly growing DOM!

Your advice appreciated, many thanks.
Petyo
Telerik team
 answered on 24 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?