$.ajax({ async: false, type: "POST", url: "/Calendar/GetDateStart", }).success(function (data) { grid = $('#gdNotificationInformation').kendoUIGrid($.extend({ }, dataSource: { data: data.data, }, columns: [ { field: "a1", title: "Date Start", headerAttributes: { style: "overflow: visible; white-space: normal" } }, }], })); });
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)