This question is locked. New answers and comments are not allowed.
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
columns.Bound(c => c.Field1).ClientTemplate("<#=Field1 #> <#= Field2 #>"). How to achieve this?
Thanks