in the below syntax, when i mouse over on FormName, i want to show the details on Form Description information. Please find the syntax below.
grid.Column("FormName", "FormName", format: (i) => @Html.Raw("<span title='" + i.FormDescription + "'>" + i.FormName + "</span>")),
No comments:
Post a Comment