This is a migrated thread and some comments may be shown as answers.

Showing RadAjaxLoadingPanel old code not working with new version?

1 Answer 24 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Somnath
Top achievements
Rank 1
Somnath asked on 12 Oct 2012, 12:40 PM
Hi ,

I want to show RadAjaxLoadingPanel clientside using following but it seems in new version (v4.30319) show and hide methods are removed.
http://www.telerik.com/help/aspnet-ajax/ajax-show-hide-loadingpanel.html

My requirement is as following

I am binding RadGrid Clientside using 
 <DataBinding Location="~/ResourceManagement/ManageResources.aspx" SelectMethod="wmBindResourcesById" />
<ClientEvents OnRowSelected="RowSelected" OnRowDeselected="RowSelected" OnDataBinding="rgResourceList_DataBinding"
                            OnDataBound="rgResourceList_OnDataBound" OnRowContextMenu="RowContextMenu" OnDataSourceResolved="rgResourceList_OnDataSourceResolved">
                        </ClientEvents>
I want to show RadAjaxLoadingPanel in rgResourceList_DataBinding event and hide in rgResourceList_OnDataSourceResolved
event.

Please suggest for the same.

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 17 Oct 2012, 12:31 PM
Hi Somnath,

The mentioned client events are still active and work properly in the latest version of the control. You could see the demo below which uses the latest official release of the controls:
http://demos.telerik.com/aspnet-ajax/ajax/examples/loadingpanel/explicitshowhide/defaultcs.aspx

 Test it on your end and verify what the difference in your case is.

All the best,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Somnath
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or