Hi,
Currently i am using <UpdatePanel> and <Timer> control to refresh the WHDG at perticular interval. Is there any other way to refresh the WHDG data at perticular interval lets say after every ten seconds WHDG data should refresh/reload.
Thanks,
Mits
Hello Mits,
Currently the “WebHierarchicalDataGrid” does not have built-in functionality for refreshing the data on predefined time interval. That is why your implementation with “UpdatePanel” and “Timer” is the recommended one.
One possible approach to achieve this functionality without “UpdatePanel” is to use Client-Binding property of the grid which currently is available only for “WebDataGrid” but will be included as an option for the “WebHierarchicalDataGrid” with version 11.2 of our controls.
The example of usage of jQuery Templates to refresh data can be seen here - http://samples.infragistics.com/aspnet/Samples/WebDataGrid/Data/Client-Binding/Default.aspx?cn=data-grid&sid=fd0e525b-38d6-42d9-9507-14a67373a718
Inform me if you have additional questions.
Inform me if you have further questions.
Hi Alex,
I dont have any further question on this.
Regards
mits