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

Displaying large tiles

1 Answer 70 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Sergey
Top achievements
Rank 1
Sergey asked on 08 Jul 2013, 06:29 PM
Hi I am trying to display large custom tiles 350x350 in RadTileList in 2 rows on a tilelist 1300px wide.

The problem is that the tiles are displayed in 2 column with vertical scroll-bar instead of 2 rows with horizontal scroll-bar and the 2 displayed tile-columns are overlapping.

In firebug I can see that there is  <div class="rtlistScrollWrapperstyle="width: 705px;">
wrapping the tile groups that prevents correctly displaying the tiles.

How would I change that behavior?

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 10 Jul 2013, 11:32 AM
Hi Sergey,

 I am sorry to say that custom dimensions for the tiles are not supported at the moment and we cannot fix issues arising from them. What I can suggest is overriding the CSS classes for the width of the elements that hold the tiles (rtlistWrapper for starters, as this is the element that creates the columns; rtlistGroup may also need some tweaking). You can access them with jQuery in the OnClientLoad event of the control if you need to modify them dynamically (sender.get_element() gets the main div of the control).


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
Sergey
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or