Telerik Grid ClientTemplate with collection inside column 13 augustus 2010 0 I have defined a ClientTemplate which needs to display an employee and its roles as a list of items inside a single column. Take following example: Model person.cs: public class Person{ public Guid Id { get; set; } public string…