I have a situation like this:
I have my base page object.
Inside of my base page I have an ajax Manager.
Inside of base page I have a user control
Inside of this user control I have another user control with a radajaxmanagerproxy
Inside of this user control I have a RadGrid
For my edit form settings I have using EditFormType="WebUserControl"
Inside of that control I have a radajaxmanagerproxy
This radajaxmanagerproxy will not show the loading panel when an ajax postback occurs.
The page other then this works great, but for some reason the loading panel will not show.
Also during some release possibly the 2008 Q2 this worked perfectly. I believe after upgrading to 2008 Q3 it stopped, and we never noticed.
Do you have any guidelines for nesting radajaxmanager(proxy) like this in order to get my desired outcome?
Are there any debugging points that you can suggest?
We are now on 2008 Q3. We have not upgraded to 2009 Q1 yet.
I have my base page object.
Inside of my base page I have an ajax Manager.
Inside of base page I have a user control
Inside of this user control I have another user control with a radajaxmanagerproxy
Inside of this user control I have a RadGrid
For my edit form settings I have using EditFormType="WebUserControl"
Inside of that control I have a radajaxmanagerproxy
This radajaxmanagerproxy will not show the loading panel when an ajax postback occurs.
The page other then this works great, but for some reason the loading panel will not show.
Also during some release possibly the 2008 Q2 this worked perfectly. I believe after upgrading to 2008 Q3 it stopped, and we never noticed.
Do you have any guidelines for nesting radajaxmanager(proxy) like this in order to get my desired outcome?
Are there any debugging points that you can suggest?
We are now on 2008 Q3. We have not upgraded to 2009 Q1 yet.