Completed
Last Updated: 18 Feb 2014 11:55 by ADMIN
ADMIN
Marin Bratanov
Created on: 18 Feb 2014 09:41
Category: TileList
Type: Bug Report
0
FIX When there are more than 9 columns in group in a TileList, the tiles form a second row
With more than 9 columns (36 wide tiles or 72 square tiles with TileRows=4) the subsequent tile columns fall down on a second row.
With TileRows=2 the breaking point would be 19 wide or 37 square tiles.

Ways around this are:
- separating tiles into more groups, if possible. When databinding the DataGroupNameField is used to point to the desired group name as a field in the datasource
- when creating tiles programmatically you can count them and create new groups when needed
- if you do not need any special functionality provided by RadTileList you can consider creating standalone tiles
1 comment
ADMIN
Joana
Posted on: 18 Feb 2014 11:55
The fix will be included in Q1 2014 release.