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

ASP.NET AJAX TILE LIST GROUPING

1 Answer 33 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
ARUNAVA
Top achievements
Rank 1
ARUNAVA asked on 07 Jul 2014, 05:54 AM
I want to fixed the  number of group of ASP.NET AJAX TILE LIST dynamically. like i have 10 tiles and i want to set these 10 tiles into 3 group and that will be fixed we can't expand the number of group if i want to set it .

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 07 Jul 2014, 08:10 AM

Hello Arunava,

Let me start by advising that you post your questions in the most relevant section of the forums, in this case - this would have been the TileList forum: http://www.telerik.com/forums/aspnet-ajax/tilelist.

In order to define which group tiles go to on the server you only need to add them to the desired group. You can find an example of tiles programmatic creation here: http://www.telerik.com/help/aspnet-ajax/tilelist-server-side-programmatic-creation.html. It uses a single group, yet it shows the basics and you can tweak ti to match your needs.

If you do not want your users to be able to move tiles around, you need to disable the Drag-and-drop feature: http://www.telerik.com/help/aspnet-ajax/tilelist-drag-and-drop.html. This is the only thing that lets end users change the control structure.

In case you databind your tiles, you can see how to predefine groups and put tiles in them here: http://www.telerik.com/help/aspnet-ajax/tilelist-databinding-defining-structure.html.


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