Ad

Search This Blog

Thursday, June 25, 2015

How to add a tool tip on Web Grid on Mouse Over event in MVC4



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