Telerik Forums
Kendo UI Integration Forum
0 answers
121 views
i want to open a link in a view,something like http://google.com . i tried it with iframe src="" but when i run it on iphone it opens in webview so i unable see header and footer.

 <div data-role="view" data-layout="overview-layout" data-title="More">    
        <div data-role="content" >
            <div class="km-scroll-container" > 
                <ul id="menuList" class="item-list km-listview km-listgroup">
                    <li>
                        <ul data-role="listview">
                            <li><a class="details-link" data-role="listview-link" href="">xxx</a></li>
                            <li><a class="details-link" data-role="listview-link" href="#moreinfo 
">yyy</a></li>
                         
                            <li></li>
                              
                        </ul>
                    </li>
                </ul>
            </div>
        </div>
        
    </div>

 <div data-role="view" data-layout="overview-layout" id="moreinfo" data-title="More Info">
   
        <div data-role="content">
            <div class="km-scroll-container">
               <iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0"
                    marginwidth="0" src="http://www.google.com">
                </iframe>    
            </div>
        </div>
     

when i open this page it directly opens google in a webview, my intention is to open when i click 'yyy'. i need it to run in phonegap/
Tirumalesh
Top achievements
Rank 1
 asked on 09 Apr 2012
3 answers
155 views
Your sample on showing how to integrate with Knockout does not work http://demos.kendoui.com/web/integration/index.html 


I updated it to KO 2.0.0, but had the same results. See my fiddle here for the full running example: http://jsfiddle.net/johnpapa/wcze9/ 
I created 2 identical dropdown lists with one using Kendo and the other without. The dropdown with Kendo does not work properly, however the other works fine

What's the solution here?
Atanas Korchev
Telerik team
 answered on 07 Feb 2012
4 answers
658 views
Hi,
I can see that Kendo UI can integrate with Knockout.js, but why would I? Isn't this two products trying to accomplish the same? Or is this two different products and you recommend to use both? Can you please write a little about the differences of these two products?
LessX
Top achievements
Rank 1
 answered on 26 Jan 2012
0 answers
130 views
Hi,

I have following problem:

when I use simple button (or any other HTML element) on a page and bind click function to it using KO, there is no problem.
However, I have AJAX based naviagation on my site - skeleton of the website is loaded only once. Then on every click on the Kendo Menu I make request to fetch specified module and replace HTML content of certain <div> container.

The Problem:
When I use mentioned button in a Kendo Window, the click function is binded correctly and everything works fine. Then, when I navigate to a different website module through Menu and then return - actions after click on the button are binded twice (when I click the button, it calls it's function twice). If I switch a website module once again, it binds one more (function is called three times). And so on...

The Problem occurs on every item in a Window only. Outside the Window in specified module everything binds just once, as designed.

PS. When I remove the $("#userForm").kendoWindow(); code, everything works fine also, actions binds just once, as designed. 
Luk
Top achievements
Rank 1
 asked on 13 Jan 2012
0 answers
173 views
Hi,

We are looking for a client side frameworks and libraries - a quick summary of requirements is as below:

1) Rich UI
     *   Ability to consistently theme
     *   Data tables
     *   Graphing
     *   Layouts

2) MVC
     *   Ability to connect to our API automatically
     *   View bound to model for automatic page updates
     *   Integrates well with UI for data updates

And we want to select Backbone.js + Kendo UI but before going with that i want to make certain things clear.

1. What do you think about Backbone.js + Kendo UI, is this a good combination or not?
2. Does Backbone.js integrates nicely with all components of KendoUI?
3. Will you provide integration support for Backbone.js?
4. Are integration examples available for Backbone.js with KendoUI?
5. Are there other such frameworks you can recommend for Kendo UI?

An answer at the earliest is more appreciated and looking forward for the reply from KendoUI Admin.

Thanks.
Nimisha
Top achievements
Rank 1
 asked on 05 Jan 2012
1 answer
121 views
It seems that the sample posted at http://demos.kendoui.com/integration/index.html does not return name property of the chosenTicket.
Georgi Krustev
Telerik team
 answered on 18 Nov 2011
3 answers
446 views
Hi,

Are there any plans to integrate Kendo UI with expressjs templating interface?

Alex Gyoshev
Telerik team
 answered on 15 Sep 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?