The example demonstrates how to use RadLiveTile to visualize live data using Web service. The live tiles are updated after interval specified by the UpdateInterval property of the control. The example also shows how client side event handlers can be used for disabling the error message on request failure, shaping the received data and changing the client template HTML after it is bound.
RadLiveTile is designed to load content on demand from a Web service on a predefined interval. It supports various Web service types like WCF services, Page Methods and OData services. When a predefined interval times out, a request to the service is made and when the data is received a client template is populated and shown with an animation.
RadLiveTile specific configuration properties are:
- WebServiceSettings offers several properties that configure how the requests are made:
- ClientTemplate sets the template that will be resolved and populated by the data returned by the Web service.
- UpdateInterval determines the intervals between data requests.
- ClientTemplateAnimationSettings sets the animation type, duration and easing.