This question is locked. New answers and comments are not allowed.
Hi, Telerik team.
How can I use gravatar helper in a row of a grid?
I use this code but don“t work...
How can I use gravatar helper in a row of a grid?
I use this code but don“t work...
.ClientRowTemplate(grid =>
"<div id='aluno_logado_chat'>" +
"<div class='foto_aluno_chat'>" +
@Gravatar.GetHtml("<#=email>" , 30, "mm") + ...
if i use:
@Gravatar.GetHtml("myemail@myenterprise.com" , 30, "mm")
works fine...