Hi JC,
At this point you can loop through the groups and use their index, e.g.
RadTileList1.Groups[3].Tiles.Add(yourTileObject);
will add the tile to the fourth group.
For the Q3 2013 release the groups will have a Name property and this RadTileList will expose a GetGroupByName(string) method.
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.