New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

LiveTile Object

This article explains the client-side properties and methods RadLiveTile exposes.

RadLiveTile inherits the RadBaseTile type and has the API it provides in addition to the LiveTile specific methods.

RadLiveTile Client-Side Methods

NameParametersReturn TypeDescription
get_clientTemplate()StringGets the HTML template that will be instantiated in the tile after live data request.
get_updateInterval()IntGets the interval (in milliseconds) after which the tile will automatically update the content.
get_value()stringGets the Value property that is sent as a parameter to the webservice.
set_clientTemplate(value)StringSets the HTML template that will be instantiated in the tile after live data request.
set_value()stringSets the Value property that is sent as a parameter to the webservice.

RadLiveTile Client-side Methods for Working With Events

NameParametersDescription
add_dataLoaded()FunctionAdds a handler for the dataLoaded client event. The dataLoaded event occurs after the data request returns the data successfully.
add_dataLoading()FunctionAdds a handler for the dataLoading client event. The dataLoading client-side event occurs before the data request is executed.
add_dataLoadingError()FunctionAdds a handler for the dataLoadingError client event. The dataLoadingError event occurs after the data request returns error.
add_templateDataBound()FunctionAdds a handler for the templateDataBound client event. The templateDataBound client-side event occurs after the client template is data bound.
remove_dataLoaded()FunctionRemoves a handler for the dataLoaded client event.
remove_dataLoading()FunctionRemoves a handler for the dataLoading client event.
remove_dataLoadingError()FunctionRemoves a handler for the dataLoadingError client event.
remove_templateDataBound()FunctionRemoves a handler for the templateDataBound client event.

See Also

In this article
See Also
Not finding the help you need?
Contact Support