4 Answers, 1 is accepted
Hi Ahmed,
The demo seems to work fine for me and I am attaching here a short video that demonstrates this.
Can you confirm all network requests return successfully on your end? Our demos use the CDN we have to download the controls' scripts and stylesheets from the cloud, so if you have a connectivity issue with the Amazon Cloud, you may not get all needed requests and thus, the demo could fail for you.
What I can suggest is the following:
- Implement the simplest selection scenario, because the demo has some additional code to make it prettier and to mimic a real-life scenario. It is not likely that you need that exact code, so you can start from the basics: http://www.telerik.com/help/aspnet-ajax/tilelist-selection.html.
- If you want to examine the demo, download its source code from your account and run it locally. This will let you use webresource requests instead of going to the cloud, so there should be no issues.
Regards,
Marin BratanovTelerik
See What's Next in App Development. Register for TelerikNEXT.
Hi i know this is quite an old post but I have the same issue not only with the demo but in a live sample also.
On the TileDataBound event I set e.Tile.Selected = true but running through in debug the selected property is still false immediately after setting it to true (the next line not on postback).
Please assist
Hi Charlie,
Make sure you are running the latest version (Q2 2016 or 2016.2.504 in numbers). If this does not fix the situation, please provide a small runnable snippet that showcases what you are trying to do so we can have a look and debug the case.
Regards,
Telerik
Thank you Marin but I found the issue in the end and thought I'd share with others.
You need to set EnableSelection = true to the radTextTile before trying to select it. All works now