or
var dsCountries = new kendo.data.DataSource({ type: "json", transport: { read: { url: '@Url.Action("GetCountries", "Home")', dataType: "json", type: "POST" }}, schema: { data: "data", total: "total", model: { id: 'CountryID', fields: { Country: { type: "string" }, Currency: { type: "string" }, Size: { type: "double" }, Continent: { type: "string" } }}}, group: { field: "Continent", aggregates: [ { field: "Size", aggregate: "sum" } ] }, aggregate: [ { field: "Size", aggregate: "sum" } ], sort: { field: "Country", dir: "asc" }, pageSize: 100, serverPaging: true, serverFiltering: true, serverSorting: true});var detailGrid = $("<div id=\"grid\" />").kendoGrid({ dataSource: dsCountries, groupable: false, sortable: false, pageable: false, scrollable: false, columns: [ { field: "Country", width: 200, title: "Text" }, { field: "Currency", width: 200, title: "Text" }, { field: "Size", width: 70, title: "Size", format: "{0:n}", attributes: { "Class": "numbers" }, groupFooterTemplate: "<div class=\"numbers\">#=kendo.toString(sum, 'n') #</div>", footerTemplate: "<div class=\"numbers\">#=kendo.toString(sum, 'n') #</div>" } ]});groupingboolean ? "Yes" : "No"; data: 'where={"username":"someUser"}',
$.ajax({
type: 'GET',
headers: {'X-Parse-Application-Id':'PARSE-APP-ID','X-Parse-REST-API-Key':'PARSE-REST-KEY'},
url: "https://api.parse.com/1/Messages",
data: 'where={"username":"someUser"}',
contentType: "application/json"
});
Kendo UI DataSource:<form runat="server">.... <asp:CreateUserWizard runat="server"> ...... </asp:CreateUserWizard runat="server">.....</form>