I have a GridBoundColumn that I would like to be bound to 2 fields so that I can display the two fields in one column. I would like to do something like the following:
<GridBoundColumn DataField1="LastName" DataField2="FirstName" DataFormatString="{0},{1}">
Is this possible? If so how can it be accomplished?
This is used in a Telerik RadGrid if that makes any difference.