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

creating a RadImageAndTextTile from codebeahind

1 Answer 49 Views
TileList
This is a migrated thread and some comments may be shown as answers.
ALBERT
Top achievements
Rank 1
ALBERT asked on 23 Jul 2013, 10:02 PM
I am doing the following, but it is locked to create tPeekTemplate.

I have the following:

  RadImageAndTextTile tile3 = new RadImageAndTextTile();
        tile3.ImageUrl="Foto_hoja_vida2.jpg";
        tile3.Title.Text="Que man tan play";
        tile3.Name = "JOOJOJO";
        tile3.NavigateUrl = "FrmHomeOne.aspx";
        tile3.PeekTemplateSettings.AnimationDuration = 700;
        tile3.PeekTemplateSettings.ShowInterval = 6000;
        tile3.PeekTemplateSettings.CloseDelay = 4000;
        tile.PeekTemplateSettings.Animation.GetType();
        tile3.PeekTemplateSettings.Easing = "easeInQuint";
        tile3.PeekTemplateSettings.ShowPeekTemplateOnMouseOver = true;
        tile3.PeekTemplateSettings.HidePeekTemplateOnMouseOut = true;
        tile3.Text = "tonces parse que hacemos";
        Label a =new Label(); //add it is not as
        a.Text="ojo pues omee ajajajajajaja"; //add it is not as
        tile3.PeekTemplate.Equals(a);//add it is not as

 RadTileList2.Groups[0].Tiles.Add(tile3);


thanks for your help

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 24 Jul 2013, 11:19 AM
Hi Albert,

You can examine the following help article that shows how to create tiles programmatically: http://www.telerik.com/help/aspnet-ajax/tilelist-server-side-programmatic-creation.html. At the end you will see how you can add an HTML string in the peek template container.


Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
TileList
Asked by
ALBERT
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or