This question is locked. New answers and comments are not allowed.
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
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