This question is locked. New answers and comments are not allowed.
Hi,
I want to link email column with Id info.
I tried to do it with format, ClientTemplace but couldn't success.
My source code is below;
I want to see email addresses like this; <a href='<#= c.Id #>'><#= c.Email #></a>
Waiting your answer
All the best
Tayfun Çanakçi
I want to link email column with Id info.
I tried to do it with format, ClientTemplace but couldn't success.
My source code is below;
<%: Html.Telerik().Grid(Model.PassiveSubscriberList).Name("GridUnsubscribers").DataBinding(db => db.Ajax().Select("_BindUnsubscribers", "Report")).Columns(column => {column.Bound(c => c.Id).Visible(false);column.Bound(c => c.Email);column.Bound(c => c.Reason);column.Bound(c => c.DeactiveDate);column.Bound(c => c.DeactiveType);}).Pageable().Sortable().Filterable()%>I want to see email addresses like this; <a href='<#= c.Id #>'><#= c.Email #></a>
Waiting your answer
All the best
Tayfun Çanakçi