joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
75 stars 56 forks source link

How to concatenate multiple columns #119

Open gormus opened 7 years ago

gormus commented 7 years ago

In the database I have First name and Last name columns. In MVCGrid though, I want to display both values under the Full name column.

How can I concatenate multiple column values and display as one?

Thanks,