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

Server Side Template to Client Template

0 Answers 38 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.
Tom
Top achievements
Rank 1
Tom asked on 14 Dec 2011, 04:14 PM
Is there any way to convert the below template to a clienttemplate:

columns.Bound(e => e.EngineerID).Template(e => e.EngineerID == Guid.Empty ? "" : (Model.Eng_Admin.Where(m => m.Value.ToString() == e.EngineerID.ToString()).First().Text));

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