This is a migrated thread and some comments may be shown as answers.

Durandal SPA framework with Kendoui

2 Answers 165 Views
Integration with other JS libraries
This is a migrated thread and some comments may be shown as answers.
nkhawar
Top achievements
Rank 2
nkhawar asked on 09 Apr 2013, 02:47 PM
Hi
I am using kendoui with durandal framework. Integration has been done by the method described over here

http://durandaljs.com/documentation/KendoUI/

Everything seems to work find...apart from template binding. I am trying to bind template using following mechanism
This just doesnt work and any HTML after this code doesnt bind at all. It seems that some error occurs and the processing after this stops.
<tbody data-kendo-template="row-template" data-kendo-bind="source: gridSource"></tbody>
    <script id="row-template" type="text/x-kendo-template">
    <tr>
        <td>
            test
        </td>
        <td>
           test
        </td>
        <td>test</td>
        <td><button>Delete</button></td>
    </tr>
</script>

Quick guidance will be appreciated.

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 10 Apr 2013, 08:20 AM
Hello Nadeem,

 We are not familiar with the Durandal framework and the way it provides Kendo UI integration. Telerik  provides support only for built-in features of Kendo UI.  We recommend contacting Durandal support http://durandaljs.com/pages/support/ 

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
David
Top achievements
Rank 1
answered on 18 Jul 2013, 12:53 PM
We also use Durandal and Knockout and have not had much like implementing Kendo with it. 

In the end we had to strip it out and use our own CSS  - hopefully there will be better integration in the future.
Tags
Integration with other JS libraries
Asked by
nkhawar
Top achievements
Rank 2
Answers by
Atanas Korchev
Telerik team
David
Top achievements
Rank 1
Share this question
or