This question is locked. New answers and comments are not allowed.
Hello,
I found a solution, but email comes without hyperlink when grid load first time with page = 1 data...
when page = 2 clicked, then email comes with hyperlink and then after page = 1 also has hyperlink..
why not the first time? any idea..please help
if (column.ColumnName == "Email") { columns.Bound(column.DataType, column.ColumnName).Title("Email")
.ClientTemplate("<a href='mailto:<#= Email #>'><#= Email #></a>"); }