function ultraGridCC_BeforeRowDeletedHandler(gridName, rowId) { if (window.confirm("Are you sure you want to delete this contact type?")) { } else { return true; } }