Hello J.Hov,
Thank you for your suggestion, we will consider it for Sitefinity 4.0. There could be some hack in the current 3.x version as well.
1. Create a class that inherits from TemplatesList and override OnPreRender. Then get a template from templates collection. Below is the complete implementation.
Open \Sitefinity\Admin\ControlTemplates\PageTemplates\TemplatesListEditor.ascx and replace the default TemplatesList control with the custom one.
2. You can disable template selection from the PageEdit mode by crating a custom class that inherits from Edit Page class
sample
Sincerely yours,
Ivan Dimitrov
the Telerik team