Is there a way I can use a Url.Action in a column template so the can appear similar to the foreign key function in the grid.
Class TimeFrame
{
}
columns.Add().Field(e => e.TimeFrameId).Template("@Url.Action("GetTimeFrame","TimeFrame", new {Id = #:TimeFrameId#})");
1 Answer, 1 is accepted
0
Accepted
Tsvetomir
Telerik team
answered on 16 Dec 2019, 03:53 PM
Hi Rob,
I have noticed that this is a duplicate of another forum thread of yours. It is recommended to avoid submitting duplicate tickets as this would result in difficult navigation through your history. Check out the suggestion posted there:
It is important to add that if you would like to use the value of another field, you would have to simply pass the name of the field inside the "#=#" kendo template.