Telerik Forums
Kendo UI for jQuery Forum
3 answers
79 views

Has anyone tried to actually pack the Kendo Mobile blackberry application with Webworks and deploy on the phone? Test page shows correctly on the Ripple simulator (served from IIS), but loses formatting completely when deployed to the phone.



 
Kamen Bundev
Telerik team
 answered on 26 Jul 2012
0 answers
85 views
I'm adding a new tab dynamically to my kendoTabStrip. This is working fine, but the new tab does not get wrapped in an <a> tag like the tabs which are created from the <li>'s, rather it is wrapped in a <span>. Here is my code:

<div id="tab-strip">
  <ul>
    <li class="k-state-active" id="tab1">Tab 1</li>
    <li id="tab2">Tab 2</li>
  </ul>   
  <div>
    Content 1
  </div>
  <div>
    Content 2
  </div>
</div>
 
 
 
$('#tab-strip').data('kendoTabStrip').append([{
    text: "New Tab",
    content: "my content"
}]);

Is this the expected behavior? Is there a way to specify the wrapper for the tab text?
Charles
Top achievements
Rank 1
 asked on 26 Jul 2012
9 answers
288 views
Ok, so I have the autocomplet bound to an oData datasource.  When I select one of the items in the list, I want to callback to the service with the key for that item to populate a template on my page

How do I go about doing that? :)
James
Top achievements
Rank 1
 answered on 25 Jul 2012
3 answers
545 views
I read through the documentation, but it doesn't appear that textarea is a supported input type for mobile. Is this going to be supported in the future or is there a workaround to ensure that it will work?

I'm working on a proof of concept that I intend to integrate with PhoneGap to produce an Android app with, and I'm trying to determine what the limitations are.

Thanks.
Iliana Dyankova
Telerik team
 answered on 25 Jul 2012
1 answer
75 views
Hi, 
I'm facing some problem to implement pull to refresh feature. Actually I have to show some RSS feeds which I'm getting using yahoo.pipe and I'm returning json object, which schema you can view in attached image.

Problem is this I need to bind items with list view and every time request to this remote pipe it will return me a single object and that particular object internally contains items array and I have to bind this item array to list view and implement pull to refresh. I'm not sure how could I do this. 

I read documentation and try to define the schema of my return json object but still, I'm not able to show data. If I go through the firebug or developer tools its requesting the provided URL but just because of single object in return on every call, I'm not able to bind it with list view and implement pull to refresh feature. Its my limitation that I must have to return single object and that will contain items array which will bind with list view with pull to refresh feature.

Please help me, I'm stuck on it.
Alexander Valchev
Telerik team
 answered on 25 Jul 2012
0 answers
73 views
Hi,

I believe I have stumbled across an issue with the most recent release of the Kendo Web UI JavaScript library in the MVVM bindings.

It seems that when you define a binding snippet of HTML using the data-template and nest a second data-template the parent template is incorrectly re-rendered when the child collection is changed.

I have created two JSFiddle projects that demonstrate the issue in 2012.2.710 and the the code working correctly in 2012.1.322.

The data set that I am working with in my project can contain 1 to many image sets (collections of images AKA a layer) and each image set can have 0 to many images.

When I attempt to add a new image to the image set's images array the MVVM bindings refresh for the image set and render a second time using the selected image record as a new "image set" resulting in the entire snippet being repeated on the page.

This behavior did not exist in 2012.1.322.

The expected behavior of the code I have provided is that when you click add image the new image will be appended to the images already displayed.

My sample project:

Using Kendo 2012.1.322 (working correctly)

Using Kendo 2012.2.710 (incorrectly rendering the parent data-template)
Glenn
Top achievements
Rank 1
 asked on 25 Jul 2012
2 answers
180 views
Hi,

I'm trying to load a div from a html file via jQuery on a menu item select.  I need to be able to specify the url of the html file as part of the menu structure and then process that in the select event of the menu without the browser trying to navigate to the specified page.  I'm sure that this is this possible, but I am having difficulty locating any documentation that can help.  Can anyone point me to where I can find out more details about the menu items, event parameters, etc. beyond the demos and the documentation on this site? 

Thanks.
Alex.
Mario Petrov
Top achievements
Rank 1
 answered on 25 Jul 2012
1 answer
62 views
I need to make my menus 508 compliant.  Well, all the tools for that matter, but right now I'm on the menu control.  How can I setup keyboard shortcuts to work with the menu?

Thanks in advance!
Iliana Dyankova
Telerik team
 answered on 25 Jul 2012
3 answers
177 views
Here is the situation.

I have a view with a nab bar and list view.

I register a swipe and click events as follows:

See attached file for code

Things work great until I go to another view and then return to this one.  The events are gone.

I guessed that maybe I should register them each time the view is shown, hence the above in showForm.

Again it all works great until I go away from the one view and come back.

Has anybody seen this before?
Iliana Dyankova
Telerik team
 answered on 25 Jul 2012
0 answers
130 views
Hai


I Am going to create web application using kendo UI Web Controls. My application requires different themes for the controls. How can i apply themes/skin for the controls or whole application.

Provide me the sample code for applying themes for the controls?


Thanks
Lakshmi t
Top achievements
Rank 1
 asked on 25 Jul 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?