Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Links inside a grid
posted

I'm specifying each column in the code like this using the GridModel:

model.Columns.Add(new GridColumn("EmployeeId", "EmpId", "string", "200px"));

Is there a way of creating a column as a hyperlink, so that I can link to a user profile using the "EmpId" variable (i.e. Home/details?EmpId=columnval)?