I'm using a Webhierarchicaldatagrid with an objectdatasource to show the data but the grid does nothing while the objectdatasource collects the data. Is there any way to make the grid to show the ajax animation when its loading the data? The only way i've seen is by using an animation extender and an updatepanel.
Hi fjVazquez,
It has been some time since your post but in case that you still need assistance I will be happy to help.
You have to set the WebHierarchicalDataGrid’s ‘AjaxIndicator.Enabled’ property to true. More information about Ajax loading indicator for WebHierarchicalDataGrid can be found here:
http://blogs.infragistics.com/blogs/craig_shoemaker/archive/2011/04/29/enabling-web-grid-ajax-loading-indicator-for-webdatagrid-for-webhierarchicaldatagrid.aspx
Please let me know if this helps.