p.title.Length>15?p.title.Substring(0,14)+"....":p.title;
grid.Column("Title", "标题", format: p => Html.Raw(string.Format("<a href='Home/Content/{0}'>{1}</a>", p.ID, (p.Title.Length > 26 ? p.Title.Substring(0, 25) + "..." : p.title))), style: "g-txt"),
浙公网安备 33010602011771号