2018年1月18日木曜日

Telerik MVC grid 項目にリンクを追加

Telerik MVC Grid項目にリンクを追加

リンクする項目を以下のように編集

col.Template(@<text>
   @Html.ActionLink(@item.BrunchCode.ToString(), "Brunch""Statistics"new { brunchid = @item.BrunchCode })  
 </text>)
  .ClientTemplate("<a href='/brunch/statistics/brunchid=#= BrunchCode#'>#=BrunchCode#</a>")
  .Title("Test"); 

上記のコードは <> が全角になっています。

元ネタ
https://www.telerik.com/forums/kendo-mvc-grid-actionlink-column





0 件のコメント:

コメントを投稿