Extending the PageManager

Posted by Community Admin on 03-Aug-2018 21:53

Extending the PageManager

All Replies

Posted by Community Admin on 23-Dec-2010 00:00

Is it possible to create a partial class based off the PageManager?

I'd like to add some extra methods and properties to it (instead of a custom helper)

Posted by Community Admin on 24-Dec-2010 00:00

Hello Steve,

You can create a custom class that inherits from the PageManager and implement custom methods or override some of the virtual one, but the type PageManager is used in many places and you cannot just replace it. You will be able to use your class in some custom implementations like custom service that you use to bind some of your controls.

Kind regards,
Ivan Dimitrov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed