or
@(Html.Kendo().Notification().Name("popupNotification"))<link href="@Url.Content("~/Content/bootstrap.css")" rel="stylesheet" type="text/css" /><br><link href="@Url.Content("~/Content/kendo/2014.1.416/kendo.common.min.css")" rel="stylesheet" type="text/css" /><br> <link href="@Url.Content("~/Content/kendo/2014.1.416/kendo.dataviz.min.css")" rel="stylesheet" type="text/css" /><br> <link href="@Url.Content("~/Content/kendo/2014.1.416/kendo.default.min.css")" rel="stylesheet" type="text/css" /><br> <link href="@Url.Content("~/Content/kendo/2014.1.416/kendo.dataviz.default.min.css")" rel="stylesheet" type="text/css" /><br><script src="@Url.Content("~/Scripts/kendo/2014.1.416/jquery.min.js")"></script><br><script src="@Url.Content("~/Scripts/kendo/2014.1.416/kendo.all.min.js")"></script><br><script src="@Url.Content("~/Scripts/kendo/2014.1.416/kendo.aspnetmvc.min.js")"></script><br><script src="@Url.Content("~/scripts/kendo.modernizr.custom.js")"></script><br><script src="@Url.Content("~/Scripts/kendo.web.ext.js")"></script><br><link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />{ field: "DOSExceptionCategory", title: "DOS Exception Category", width: 150, locked: false, lockable: false, filterable: { ui: exceptionCategoryFilter }, headerAttributes: { style: "overflow: visible; white-space: normal" } }var ksslExceptionCategory = [];function exceptionCategoryFilter(element) { ksslExceptionCategory.push({ LocationID: selectedLocationId, Filter: element.kendoDropDownList({ dataSource: { transport: { read: { dataType: "json", url: "locations/getdosexceptioncategories", data: function () { return { locationID: parseInt($("#comboBoxLocation").val()) }; } } } }, dataTextField: "Text", dataValueField: "Value", optionLabel: "--Select Value--", height: 450 }).data("kendoDropDownList") });}columnMenuInit: function (e) { var popup = e.container.data("kendoPopup"); var field = e.field; popup.bind("open", function (e) { switch (field) { case "DOSExceptionCategory": $.each(ksslExceptionCategory, function (i, element) { if (element.LocationID != selectedLocationId) { element.LocationID = selectedLocationId; element.Filter.dataSource.read(); } }); break;<select id="listView" size="10" style="width: 150px;"></select><script> $("#listView").kendoListView({ dataSource: [ { id: 1, name: "Apples" }, { id: 2, name: "Oranges" }, { id: 3, name: "Grapes" }, { id: 4, name: "Bananas" } ], template: '<option value="#: id #">#: name # (#: id #)</option>', dataTextField: "name", dataValueField: "id" });</script>var viewModel = window.kendo.observable({ dataSource: data.dataSource, dataBound: function() { // do something }});<div class="list edit-form" data-role="listview" data-source="{ 'pageSize': 5 }" data-bind="source: dataSource" data-auto-bind="false" data-template="list-line-template"> </div> <div class="pager k-pager-wrap" data-role="pager" data-source="{ 'pageSize': 5 }" data-bind="source: dataSource" data-auto-bind="false"><div class="form-group-indent" data-bind="source: SubList" data-template="list-subline-template"> </div>events: { dataBound: dataBound }$("#grid").kendoGrid({ dataSource: { type: "json", transport: { read: "/Countries/AllCountries", }, schema: { data: "data" }, pageSize: 5 }, groupable: false, sortable: true, pageable: true, filterable: true,});{"data":[ {"Id":1,"Name":"Japan"}, {"Id":2,"Name":"South Africa"}, {"Id":3,"Name":"United States"}, {"Id":4,"Name":"Albania"}, {"Id":5,"Name":"Germany"}, {"Id":6,"Name":"France"}, {"Id":7,"Name":"Sweden"}, {"Id":8,"Name":"UK"}, {"Id":9,"Name":"Marocco"}, {"Id":10,"Name":"Argentina"}]}