This is a migrated thread and some comments may be shown as answers.

[Solved] Multiple values in 1 column

0 Answers 4 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mark
Top achievements
Rank 1
Mark asked on 20 Dec 2012, 10:43 AM
Is it possible to show multiple values in one column. Currently I have;

columns.Bound(o => o.ADDRESS1).Title("Address"); (this gives 123 Some Street)

but I want to concatenate ADDRESS1, ADDRESS2 and ADDRESS3 in the same column. So the output would be; A Building, 123 Some Street, Middle of Nowhere
Tags
Grid
Asked by
Mark
Top achievements
Rank 1
Share this question
or