This question is locked. New answers and comments are not allowed.
Hi,
I have try this but it's not working :
| colums.Bound(c => c.PartName).Title("Nom").ClientTemplate("<#=PartName#>"); |
| colums.Bound(c => c.PartName).Title("Nom").Encoded(false).Format("{0}"); |
Thanks a lot!