This question is locked. New answers and comments are not allowed.
Hi,
I have code like the following in an ajax-bound grid:
But Name, MenteePercentile and MentorPercentile need to be rendered using appropriate partial view Display Temples. This renders the raw fields and does not invoke the display templates. How do I get these to invoke their templates?
Thanks.
I have code like the following in an ajax-bound grid:
c.Bound(o => o.Name).ClientTemplate("<#= Name #> <#= MenteePercentile #> <#= MentorPercentile #>");But Name, MenteePercentile and MentorPercentile need to be rendered using appropriate partial view Display Temples. This renders the raw fields and does not invoke the display templates. How do I get these to invoke their templates?
Thanks.