This question is locked. New answers and comments are not allowed.
Kinda new to Silverlight and Telerik controls but currenlty working with the TileView control. We've got several tiles on our main page and we're handling the loading of each tile by utilizing the StateChanged event. I've noticed that this only gets raised the FIRST time the tile is loaded. For example, if I load Tile A after the main page loads and then decide to load Tile B but then decide I'd like to go back to Tile A, the StateChanged event is not raised, thus not triggering a refresh of my data in Tile A.
My question, why doesn't the tile change after loading a tile not trigger the state changed event? Is there a way that I can always call the state changed event when switching from tile to tile?
Ideally I want to open Tile A, which should trigger my state changed event for Tile A. Then I'd like to open Tile B, which also triggers my state changed event for Tile B. Then I'd like to go back to Tile A and have the state changed event trigger for Tile A.
Thanks!
My question, why doesn't the tile change after loading a tile not trigger the state changed event? Is there a way that I can always call the state changed event when switching from tile to tile?
Ideally I want to open Tile A, which should trigger my state changed event for Tile A. Then I'd like to open Tile B, which also triggers my state changed event for Tile B. Then I'd like to go back to Tile A and have the state changed event trigger for Tile A.
Thanks!