I have a ASP.net gridview that I am trying bind to. My DataSource has a collection and 2 of the columns I am binding to are part of a subclass. My DataSource has a subclas
Mark,
I am 99.9% sure that you will have to handle this in the codebehind on the ItemDataBound event for the individual row.
Remember you can get the whole databould object from e.Item.DataItem