Kendo UI window not centering for you?
Telerik's Kendo UI I recently had to build a new site and I wanted to use Kendo UI. It's really good stuff and there are plenty of samples. The thing about learning from samples is that sometimes the sample is incomplete. Like this weird thing I noticed with the code I downloaded from https://github.com/telerik/kendo-music-store . When you click an item in the ListView it opens detail in a Kendo Window. Pretty cool, but it's not centered. It puts the window at the bottom of the window for some reason. Let's look at the code (/Scripts/App/store.js). _openWindow = function (template, viewModel) { // Create a placeholder element. var window = $(document.createElement( 'div' )); ...