<script id="CustomerHeadsT" type="text/x-kendo-template" class="KendoExtTemplate"> <div> <input data-role="numerictextbox" data-bind="value: Gross_Fare"> <input data-role="numerictextbox" data-bind="value: Fee.TotalFee" data-value-update="keyup"> <button type="button" data-role="button" data-icon="edit" data-bind="click: OpenCustomerFeeGrid"></button> <div data-role="window" id="CustomerfeeWindow" data-title="Customer Fee Breakup" data-modal="true" data-width="300" data-height="150" data-visible="false" data-bind="events: { open: onCustomerFeeWindowOpened, close: onCustomerFeeWindowClose }"> <!--<div id="FeeGridContainer" data-template="FeeGrid" data-bind="source: FeeBreakup"></div>--> <div data-role="grid" data-editable="true" data-toolbar="['create', 'save']" data-columns="[ { 'field': 'FeeCurrency', 'width': 270 } ]" data-bind="source: FeeBreakup"></div> </div> </div></script>Hi , I am using Kendo UI Editor, When I paste the rich text from outlook, only the image is pasted in the editor and not the text. and I paste the text alone its working fine. The version I am using is v2016.1.412. Any help would be appreciated!
Thanks ahead!
Hello,
I have the following setup:
//configuration
require.config({
waitSeconds: 30,
urlArgs: function () {
var now = new Date();
return "?v=" + now.getTime();
},
paths: {
"jquery": ["//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min", "/Scripts/jquery-1.9.1"],
"angular": "/Scripts/Angular/angular.min",
"kendo.core": "/Scripts/kendo/2016.1.226/kendo.core.min",
"kendo.grid": "/Scripts/kendo/2016.1.226/kendo.grid.min",
"kendo.angular": "/Scripts/kendo/2016.1.226/kendo.angular.min",
"kendo.data": "/Scripts/kendo/2016.1.226/kendo.data.min",
"kendo.columnsorter": "/Scripts/kendo/2016.1.226/kendo.columnsorter.min",
"BaseJS": "/Core/Scripts/BaseJS",
"index.controller": "/DogsBreakfast/Scripts/Controller/index.controller"
},
shim:
{
"BaseJS": { deps: ["kendo.angular", "angular", "jquery"] },
"kendo.core": { deps: ["angular", "jquery"] },
"kendo.angular": { deps: ["angular"] },
"angular": {
exports: "angular"
},
"jquery:": {
exports: "jquery"
},
"index.controller": {
deps: ["BaseJS"]
}
}
});
define(function (require) {
//kick off index.controller.js
require(["index.controller"],
function ($) {
var app = angular.module('MyApp');
angular.bootstrap(document, ["MyApp"]);
});
});
However, I keep getting " Module 'kendo.directives' is not available ", looking at the sequence of the js files loaded (attached), seems to be alright.
I have also, loaded the required module based on "http://www.telerik.com/download/custom-download".
Alternatively, I can easily fix this by loading "kendo.all.min", but it's just too big / too much...for a page that only needs a grid.
Is there a way to load kendo-ui module independently?
Thanks for your help,
Regards,
Aditya

Can someone point me to the Kendo UI for Angular sample app featured on the demos page?
Demos page: http://www.telerik.com/support/demos
Screenshot: http://d585tldpucybw.cloudfront.net/sfimages/default-source/labs/vibe/kendo-angular-ui.png?sfvrsn=f6ea55a4_1
I found the Dashboard sample at https://telerik.github.io/ng2-dashboard/#/dashboard. I'd like to see the above sample as well.
Thanks,
Joel
Hi, I am using Kendo UI editor. When I copy the text and image and paste it, only the text is getting pasted and not the image. When I use snag it to insert the snap in editor, I am able to paste the image. Is their an option to enable pasting image?
Thanks ahead!




Hello, i use Kendo UI with angularJS, i want to relaod my page and open a kendow window, but after the reload i have this error :
angular.js:13920 TypeError: Cannot read property 'style' of undefined
at init.toFront (kendo.all.js:41238)
at init.open (kendo.all.js:41104)
at app.bundle.js?6f4285d…:11703 at angular.js:19612 at e (angular.js:5964)
at angular.js:6243
