I tried something like this
@Html.DisplayFor(modelItem => (item.Name + "@" + item.Department))
I get "InvalidOperationException" (Templates can be used only with field access, property access, single-dimension array index, or single-parameter custom indexer expressions.)
Both the members are strings, I thought this should work...
Thanks