New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

OnClientTileDragging

The OnClientTileDragging event is raised while a tile is being dragged by the user in the browser. It is fired continuously while the tile is being dragged.It is not cancellable.

The event handler receives two arguments:

  1. the RadTileList object that fired the event

  2. an event arguments object that exposes the following methods

OnClientTileDragging event arguments object

Name Return type Description
get_tile() RadBaseTile client-side object Gets a reference to the tile that is clicked.
In this article