Hi
I am using the RadScheduler control. When switching between say day and month view a .Net Ajax asynchronous callback is made by the control to get the html for the new view
On the sever side I override the page render method to do a bit of work there but need to acertain whether it not it is in "normal postback" mode or "Callback/Async".
I'm watching the IsPostBack IsCallback and IsAsync properties as I reach this page event but it only says that IsPostback is true and the other two false when of course I know full well myself that it's the RadScheduler that invoked the ajax callback. Is this a bug that the IsCallBack or IsAsync is not being set by the rad scheduler or do I have to set a property on it or the RadAjaxManage in order for .Net to report what mode the "postback" is in?
Thanks
Gary
I am using the RadScheduler control. When switching between say day and month view a .Net Ajax asynchronous callback is made by the control to get the html for the new view
On the sever side I override the page render method to do a bit of work there but need to acertain whether it not it is in "normal postback" mode or "Callback/Async".
I'm watching the IsPostBack IsCallback and IsAsync properties as I reach this page event but it only says that IsPostback is true and the other two false when of course I know full well myself that it's the RadScheduler that invoked the ajax callback. Is this a bug that the IsCallBack or IsAsync is not being set by the rad scheduler or do I have to set a property on it or the RadAjaxManage in order for .Net to report what mode the "postback" is in?
Thanks
Gary