Using kendo ui and using the UI WIDGET window , http://demos.kendoui.com/web/window/index.html
Is it possible to add a modal background in light gray, as you can in the jQuery ui http://jqueryui.com/dialog/#modal dialog box?
Is it possible to make the background non-clickable?
Just use the modal parameter:
modal
$("#dialog").kendoWindow({ modal: true });
You can customize the color by overriding CSS, if necessary.