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

TileList - Target's not working.

1 Answer 47 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Kurt
Top achievements
Rank 1
Kurt asked on 11 Jun 2014, 06:24 PM
Hello everyone,

I've got something like this:

<telerik:RadTileList runat="server" DataSourceID="SqlDataSource1" ID="RadTileList1" Width="700px" TileRows="4" Skin="Glow">
           <DataBindings>
               <CommonTileBinding TileType="RadImageAndTextTile" Target="_blank" DataGroupNameField="Group" DataTitleImageUrlField="ImageLink" Shape="Square" DataNavigateUrlField="NavigateURL" />
               <ImageAndTextTileBinding DataTextField="Title" />
          </DataBindings>
</telerik:RadTileList>

When I click a tile it ought open link in a new window - but it doesn't, despite setting Target="_blank" in CommonTileBinding. Why it isn't working?

Regards

1 Answer, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 13 Jun 2014, 03:51 PM

Hi,

It seems that the Target setting is not honored with databinding and I am logging this for fixing. You can keep track of the case here: http://feedback.telerik.com/Project/108/Feedback/Details/131004. I have also updated your Telerik points for this report.

In the meantime you can use the workaround suggested there - the TileCreated event can be used to set the Target property of the tile. 

Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

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