This question is locked. New answers and comments are not allowed.
Hi, I need to bound 2 properties (ID and Name) to the same column. How can I do that? I want to display the objects name, and add the objects ID to the link (see sample below) columns.Bound(o => o.ID, o.Name).Format("<a href='http://www.mydomain.com/product/{0}' target='_blank'>{1}</a>").Title("Produkt").Encoded(false); BR Patric