I'm currently migrating a 160-form application to the latest Telerik framework, and I need to do some processing which is common to all forms:
- checking for, and applying a user-saved theme
- positioning the form where the user last saved it.
I could implement a method call in the _load event for each form, but I wonder if there is a better way. Maybe a kind of 'load' event which applies to all forms. Or some way to modify RadForm - whilst still making the Designer work.
Does anyone have a soltion for this which is neater than adding a method call in each of 160 forms (and remembering to do it for any ones) ?