Telerik Forums
Kendo UI for jQuery Forum
6 answers
360 views
Posting this to ask if it is a bug or expected... and also maybe help others with this issue.
If you have collapsed panels and try to enable/disable/jQuery.show/jQuery.hide/etc... to elements in the collapsed panel you get no effect or very undesired/buggy effects.

Here is my solution:
//get panelbar objects and collapsed/enabled status
 var panelBar = $("#PanelBar").data("kendoPanelBar");
 var editorBar = $('[id^="PanelEditor"]');
 var editorBarIsDisabled = editorBar.hasClass("k-state-default");
 
 //expand panelbars so we can show/hide controls
 if (editorBarIsDisabled) panelBar.expand(editorBar);
 
 // do visual changes here etc...
 
 //collapse panelbars if they were already
 if (editorBarIsDisabled) panelBar.collapse(editorBar);
Guru
Top achievements
Rank 2
 answered on 07 Jun 2012
0 answers
166 views
I would like to understand the difference between calling kendo.bind() and $('#foo').kendo<Widget>().  I have a jsfiddle at  http://jsfiddle.net/sholder/yAujr/ which demonstrates what is confusing me.  The call below to $('#listview')... does not produce the result I expect in that the nested template is not rendered.  But if I call the kendo.bind() as below then I receive the expected result.

$('#listview').kendoListView(
    dataSource:{data:viewModel.categories},
    templatekendo.template($('#category-template').html())
});

kendo.bind($('#list')viewModel) 

So, what is kendo.bind doing that the call to kendoListView() does not?

Thanks,
Shane Holder
Shane
Top achievements
Rank 1
 asked on 07 Jun 2012
0 answers
78 views
Is it possible to create mobile application using asp.net MVC  and kendo?
I know they are integrated but have no idea at what level? has anyone tried yet?
david
Top achievements
Rank 1
 asked on 07 Jun 2012
3 answers
1.4K+ views
I'm opening a kendo window with a ajax content and I'm also passing some data into the window as shown below. 
 
if (!window.data("kendoWindow")) {
                  window.kendoWindow({
                      content: {
                          url: "selectcontact.htm",
                          data: {
                              op1: agencyId,
                              op2: agencyName
                          }
                      },
                      title: "Select a Contact",
                      actions: ["Refresh", "Close"],
                      visible: false,
                      modal: true,
                      close: onClose
                  });

Now within selectcontact.htm how do I access the op1 and op2 ? I have a kendo combobox thats bound to an oData service and I the need to pass op1 into the uri. 
Joshua
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 07 Jun 2012
2 answers
288 views
I need to insert 5 icons on iOS tabstrib but default icons are too big to fit five icons on one row inline.....how can I resize icons (I think 64px) to 48px or 32px ???? I want also resize height of tabstrip...It's too high for 48px/32px icons!

Thanks
aismen
Top achievements
Rank 1
 answered on 07 Jun 2012
6 answers
123 views
Hi,

I try to get SVG of Linear Gauge but I can't do it, I mean, I have two exceptions and I don't know what is that. Can you help me? 

it's occurs in this part:
var gauge = $("#gauge").data("kendoLinearGauge");
     gauge.svg();  

Uncaught ReferenceError: Chart is not defined  
Uncaught TypeError: Cannot read property '_animation' of undefined  

thanks,

Paula Castellanos
Paula
Top achievements
Rank 1
 answered on 07 Jun 2012
0 answers
257 views
exported chart in pdf not showing it pick value , insted it showing pick small rectangle block with small dot inside scale region.please give any how to convert it as image and then to pdf using itextsharp.
i am using this coding

 

function createChart() {

 

$(

"#chart").kendoChart({

 

theme: $(document).data(

"kendoSkin") || "default",

 

title: {

text:

"Internet Users"

 

},

legend: {

position:

"bottom"

 

},

chartArea: {

 

//It's important that your background NOT be transparent for proper exporting

 

 

//of some file types - most noticeably Jpeg

 

background:

"white"

 

},

seriesDefaults: {

type:

"line"

 

},

series: [{

label:{

visible:

true

 

},

name:

"World",

 

data: [15.7, 16.7, 20, 23.5, 26.6]

}, {

label:{

visible:

true

 

},

name:

"United States",

 

data: [67.96, 68.93, 75, 74, 78]

}],

valueAxis: {visible:

true,

 

labels: {

format:

"{0}%"

 

}

},

categoryAxis: {

categories: [2005, 2006, 2007, 2008, 2009]

},

tooltip: {

visible:

true,

 

format:

"{0}%"

 

}

});

 

//Lets load the svg into a hidden field for server side availability

 

 

var chart = $("#chart").data("kendoChart");

 

$(

'#hfSVG').val(chart.svg());

 

}

please help in this which is not rendering the

data: [67.96, 68.93, 75, 74, 78] at pdf

Manjunath
Top achievements
Rank 1
 asked on 07 Jun 2012
3 answers
174 views
I am looking to add an additional "title" to the Pie Graph directly above the legend - similar to the X-Axis label for a line graph.

Is this possible?
Iliana Dyankova
Telerik team
 answered on 07 Jun 2012
0 answers
79 views
Dear All,

What is way of coding to mobile application and web application ...

Thanks in Advance...!
Susi
Top achievements
Rank 1
 asked on 07 Jun 2012
0 answers
172 views
Hello All,

We are building an intranet application - to be used entirely within our organization/college only - Can we use kendo ui GPL license?

we need exact usage scenario's where we can use or cannot use GPL license for free version of kendo ui.

More clarity on exact licensing and usage or where can i find them , will be of great help.

Thank you.
pawan
Top achievements
Rank 1
 asked on 07 Jun 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?