I have created a RadGrid control programmatically and added it to a placeholder control and at the moment I've placed the placeholder inside a ASP.NET AJAX UpdatePanel to avoid page flashing (the radgrid data gets updated (triggered) by clicking an external button).
I'd like to use RadAjaxLoadingPanel so that user will have a nice experience while the Grid gets updated.
1) How to use RadAjaxLoadingPanel with this scenario?
Do I have to use RadAjaxManager instead of UpdatePanel? if so, how to configure it as my RadGrid is created at runtime.
2)
Also, my RadGrid is using Export to Excel and Word built-in buttons. How would it affect these?
Many thanks,
I'd like to use RadAjaxLoadingPanel so that user will have a nice experience while the Grid gets updated.
1) How to use RadAjaxLoadingPanel with this scenario?
Do I have to use RadAjaxManager instead of UpdatePanel? if so, how to configure it as my RadGrid is created at runtime.
2)
Also, my RadGrid is using Export to Excel and Word built-in buttons. How would it affect these?
Many thanks,