If we need to run some code in all of views, there is no way to do it besides add the call to each and every view in the project. In a large scale project that might have 100 views in many seperate folders and sub folders - this become a nightmare. You should add the ability to add a generic event to all the views (kind of a "base class" for view) or by implementing the attached event via the application definition [var app = new kendo.mobile.Application()...] Thanks, ilan.