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

[Solved] Combine two fileds into one column

0 Answers 107 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.
k
Top achievements
Rank 1
k asked on 18 Feb 2011, 11:27 PM
In my grid, In one column I've to combine two fields, I tried below code which is not working and always display field 1 value only.
columns.Bound(c => c.Field1).ClientTemplate("<#=Field1 #> <#= Field2 #>"). How to achieve this?

Thanks
Tags
Grid
Asked by
k
Top achievements
Rank 1
Share this question
or