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

[Solved] Client Template and multiple columns in MVC Grid

0 Answers 47 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.
A
Top achievements
Rank 1
A asked on 28 Sep 2010, 12:28 AM
Hi,
My Model has the following properties
User UserInfo
string Status Info
string Departmnet Info

User has the following properties
Id
FirstName
LastName

I want to bind it to a grid which has a following template
column1
<a href="User?Id=<User.UserId"><User.FirstName> + " " + <User.LastName></a>
column 2
StatusInfo
Column 3
DepartmentInfo

How can I accomplish this through ClientTemplate?
Tags
Grid
Asked by
A
Top achievements
Rank 1
Share this question
or