Client-side Events Overview
RadTileList offers a rich set of client-side events that can fully control its behavior - they allow the developerto obtain information about the selected and clicked tiles, then change the page they will navigate to or prevent selection, navigation or the postbackaccording to the desired logic:
-
OnClientLoad—fires when the RadTileList RadTileList client-side object isinitialized.
-
OnClientTileClicking—fires when a tile is being clicked. It can be used to prevent the navigation and the postback or to change the URL.
-
OnClientTileClicked—fires after a tile is clicked. Can be used to compare the original NavigateUrl with the current and to cancel the postback.
-
OnClientTileDragging—fires while the user is dragging a tile.
-
OnClientTileDragStart—fires when the user starts dragging a tile. Can be cancelled.
-
OnClientTileDropped—fires after a tile is dropped.