or

function kendoDialogCreate(dialogName) {var dialog = $("#" + dialogName).kendoWindow({ width: "800px", title: "", modal: true, actions: ["Custom", "Close", "Minimize", "Maximize"], visible: false, close: kendoDialogDeactivate, refresh: kendoDialogRefresh, error: kendoDialogError });//Add close button here???}$.post("../Services/MeterType.aspx", { PC: $('#PC').val(), MTC: $('#MTC').val(), LLF: $('#LLF').val(), REC: $('#REC').val() } });