or
<script id="rowTemplate" type="text/x-kendo-tmpl"> <tr data-id="${ Id}"> <td> ${ Description} </td> </tr></script><table id="mytable"> <thead> <tr> <th> Description </th> </tr> </thead> <tbody> <tr> <td colspan="1"> </td> </tr> </tbody> </table>$("#mytable").kendoGrid({ dataSource: { transport: { read: "/api/details/get" }, pageSize: 10 }, height: 250, filterable: true, sortable: true, selectable: "row", change: onChange, pageable: true, editable: "popup", toolbar: kendo.template($("#template").html()), rowTemplate: kendo.template($("#rowTemplate").html()) }); });read: { url: _webservicePath + "/GetMyFoods", type: "POST", dataType: "json", contentType: "application/json; charset=utf-8", data: { userid: getCurrentUserID(), sortOrder: getSortOrder() } },
http://cdn.kendostatic.com/2012.1.327/js/kendo.core.min.js
Error message returned from Cloudfront...HTTP/1.0 403 Forbidden
x-amz-request-id: D70A9E7943FF134A
x-amz-id-2: Teb1FFe9UYJ66BlEHbEQOsuo7S3GfM+jSjSq5xNBgJi8FITzAWh6LmKK3Xs1Htza
Content-Type: application/xml
Date: Mon, 02 Apr 2012 15:31:46 GMT
Server: AmazonS3
Age: 43
Content-Length: 231
X-Cache: Error from cloudfront
X-Amz-Cf-Id: pdppFTS3_Rgc5EE8_VBWRUgwknrArJME_TTz7qfnEtBPl0jxryaIwQ==
Via: 1.0 7e4ecdff0078259d2c1827ec3336b278.cloudfront.net (CloudFront)
Connection: close
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>D70A9E7943FF134A</RequestId><HostId>Teb1FFe9UYJ66BlEHbEQOsuo7S3GfM+jSjSq5xNBgJi8FITzAWh6LmKK3Xs1Htza</HostId></Error>
