or
../HTML5Service.svc/list<!DOCTYPE html><html><head> <title> Hello Kendo UI</title> <link href="Content/kendo/2012.3.1114/kendo.common.min.css" rel="stylesheet" /> <link href="Content/kendo/2012.3.1114/kendo.default.min.css" rel="stylesheet" /></head><body> <div id="employeesGrid"></div> <script src="Scripts/jquery-1.8.3.min.js"></script> <script src="Scripts/kendo/2012.3.1114/kendo.web.min.js"></script> <script> $(function () { $("#employeesGrid").kendoGrid({ dataSource: new kendo.data.DataSource({ transport: { read: "../HTML5Service.svc/list" } }) }); }); </script></body></html>