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.
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.