We have an existing framework where a class, say class X is defined which inherits 'System.Web.UI.Page' and this class defines some OnPageLoad() method which does some logging acitivity and includes few javascript functions.
Basically, every page in the application inherits this class X.
When we are using telerik, we are facing a probelm where if we inherit any page that uses telerik control from this class X. Then none of the rad server control events like on_ItemCommand or PageIndexChanged does not get fired but if we just inherit 'System.Web.UI.Page' then this events get fired. Please suggest us what could be the possible problem and any solution to it since inheriting the class X is very important for us as many things are done here.
Basically, every page in the application inherits this class X.
When we are using telerik, we are facing a probelm where if we inherit any page that uses telerik control from this class X. Then none of the rad server control events like on_ItemCommand or PageIndexChanged does not get fired but if we just inherit 'System.Web.UI.Page' then this events get fired. Please suggest us what could be the possible problem and any solution to it since inheriting the class X is very important for us as many things are done here.