This question is locked. New answers and comments are not allowed.
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?
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?