This is a migrated thread and some comments may be shown as answers.

TileList - Selecting not working

4 Answers 37 Views
TileList
This is a migrated thread and some comments may be shown as answers.
AHMED
Top achievements
Rank 1
AHMED asked on 09 May 2015, 03:39 PM

 why functions of TileList - Selecting in this page not working

http://demos.telerik.com/aspnet-ajax/tilelist/examples/selecting/defaultcs.aspx

 

thanks

4 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 11 May 2015, 08:13 AM

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 Bratanov
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Charlie
Top achievements
Rank 1
answered on 25 May 2016, 09:47 AM

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

0
Marin Bratanov
Telerik team
answered on 26 May 2016, 07:16 AM

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,

Marin Bratanov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Charlie
Top achievements
Rank 1
answered on 26 May 2016, 07:19 AM

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

Tags
TileList
Asked by
AHMED
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Charlie
Top achievements
Rank 1
Share this question
or