Requirements |
|
RadControls version |
2008.2.1001.35
|
.NET version |
3.5 |
Visual Studio version |
2008 SP1 |
programming language |
C# |
browser support |
all browsers supported by RadControls |
I have added a RadGrid and the
EnableAJAX="True"
EnableAJAXLoadingTemplate="True"
have been removed from the RadGrid AJAX version 2008.2.1001.35 and I would like to know how I would use the EnableAJAXLoadingTemplate?
I have put the RadScriptManager and the RadAjaxManager on my master page. I have also used the RadAjaxManagerProxy in the control where I have the RadGrid to enable AJAX on the RadGrid. I see the property for EnableAJAX is on the RadAjaxManager I have on my MasterPage.
What do I need to do to get the EnableAJAXLoadingTemplate to work so when a new page is loading in the RadGrid we can get the spinning icon on the RadGrid until the new page is loaded without a full post back?
Thank you,
Daniel