MVC Masterpage sample

Hello,
I am using the dhtmlxScheduler control in VS 2010 under the MVC framework and have reviewed in detail the MVC sample and all works well.

But, in your sample the routing goes to a page that isn’t using the normal masterpage idea and I can not seem to get this working (either). Is there a reason for this and if so will there be a sample/version that will work using

masterpage: <%@ Master Language=“C#” Inherits=“System.Web.Mvc.ViewMasterPage” %>

instead of the page: <%@ Page Language=“C#” Inherits=“System.Web.Mvc.ViewPage” %>

Allan