Hello,
I have a RadTileList on my webform with total of 12 tiles in asp.net project and I have set the TileColumns=4 so I get to see 3 rows of tiles but the tiles order goes from Top to Bottom from first row but I would like it to go from Left to Right.
I did see the "RightToLeft" option but that was not what I wanted to do.
I would like the tile numbers 1,2,3,4 to go left to right on the first row then continue 5,6,7,8 in the second row and the likes.
Would it be possible to add such features to set the Tile Direction Vertical/Horizontal?
Thanks
Hi Siva,
Thank you for your feature request! We will have it in mind for the future releases of the control.
Basically, RadTileList mimics the Windows 8 start menu and thus tiles flow down and then to the right.
In case you need the tiles to go from the left to the right, you can consider standalone tiles: http://demos.telerik.com/aspnet-ajax/tilelist/examples/standalonetiles/defaultcs.aspx. From a layout point of view, they are divs with float: left and display: inline-block. You can generate them programmatically by looping through your data.
Regards,
Rumen
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.