Pretty simple question and I'm sure there's a good solution for this: I want to keep my UI very consistent. I'm going to have lots of pages that make use of the RadGrid control. What I want to avoid is having to re-create the default properties, i.e - setting page size, allow sorting, skin, etc, etc.
I'm guessing I would create some kind of wrapper for the Grid control and set its default values there. Then instead of using <telerik:RadGrid... I can use <customtelerik:RadGrid... that uses my default settings. Of course, I would want the ability to override those in the specific pages if I have to.
Any ideas?
I'm guessing I would create some kind of wrapper for the Grid control and set its default values there. Then instead of using <telerik:RadGrid... I can use <customtelerik:RadGrid... that uses my default settings. Of course, I would want the ability to override those in the specific pages if I have to.
Any ideas?