Posted on: 8/20/2014 2:46:54 PM | Views : 1101

I working on this java script function
It gives me this error same goes with close also, I tried it without parenthesis but it still happens 
function ShowVendorHistoryPopup(VendorId) { $('#VendorJobHistoryWin').kendoWindow({ title: "Vendor Jobs", actions: ["Close"], content: '@Url.Action("GetVendorHistoryPopup", "Vendor")?_vendorId=' + VendorId, iframe: false, visible: false, modal: true, resizable: false, width: "850px", height: "460px" }).data('kendoWindow').open().center(); }

Go to the complete details ...