or
<div id="div1" onclick="divClicked" >50744</div> @{Html.Kendo().Window() .Name("win1") .Visible(false) .Modal(true) .Height(400) .Content(@<text> @{Html.RenderAction("GetStandard", "Standard", new { eID=???});} </text>).Render(); }<script> $(document).ready(function () { $("#div1").on("click", divClicked); });</script><script type="text/javascript"> function divClicked() { var eID = $(this).text(); $("#win1").data("kendoWindow").center().open();}</script>hideColumn: function(column) {...that.thead.find(">tr>th:not(.k-hierarchy-cell,.k-group-cell):visible").eq(columnIndex).hide(); if (footer) { that._appendCols(footer.find("table:first")); footer.find(".k-footer-template>td:not(.k-hierarchy-cell,.k-group-cell):visible").eq(columnIndex).hide(); }...that.thead.find(">tr>th:not(.k-hierarchy-cell,.k-group-cell)").filter(function () { return $(this).css("display") != "none"; }) .eq(columnIndex).hide(); if (footer) { that._appendCols(footer.find("table:first")); footer.find(".k-footer-template>td:not(.k-hierarchy-cell,.k-group-cell)").filter(function () { return $(this).css("display") != "none"; }) .eq(columnIndex).hide(); }