This question is locked. New answers and comments are not allowed.
Hi,
We are using socket connections in our projects. And from this socket we get a picture's name and http path. And we show this picture's name in TileViewItem's header, and show the picture in the content of tileviewitem. But there is an issue with TileView, when the new data comes to client we add it to tileview like ((RadFluidContentControl)radTileViewItem1.Content).SmallContent = new Image("image uri") the header of RadTileViewItem updates but the new image does not showing except we change the state of RadTileView item. When the state maximized or minimized the new images are coming.
How can we solve this? When the socket data comes to the client, we want to update tileView simultaneously and add the incoming picture to the next empty TileViewItem.
We are using socket connections in our projects. And from this socket we get a picture's name and http path. And we show this picture's name in TileViewItem's header, and show the picture in the content of tileviewitem. But there is an issue with TileView, when the new data comes to client we add it to tileview like ((RadFluidContentControl)radTileViewItem1.Content).SmallContent = new Image("image uri") the header of RadTileViewItem updates but the new image does not showing except we change the state of RadTileView item. When the state maximized or minimized the new images are coming.
How can we solve this? When the socket data comes to the client, we want to update tileView simultaneously and add the incoming picture to the next empty TileViewItem.