Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tool Tip required in List of one column having multiple Values
20th January, 09:01
Post: #1
Tool Tip required in List of one column having multiple Values
Hi

I have one requirement the display the records in the form of List. Then One column having multiple values seprated from comma "," and each values are able to show some tooltip defined from the modal. i am giving some samples to describe our functionality.

<a class="tooltip"><span>
@if (u.Roles != null)
{
string str = string.Empty;
foreach (var s in @u.Roles)
{
str = str + @s.RoleName + ",";
///tooltip= s.Description //I need to show as tooltip
}
@str.TrimEnd(',');
}
<a>

Please help me out it would be grateful. i am trying Qtip Jquery to acheive this in MVC3 RAZOR ENGINE

Thanks and Regards
Saji
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)