Using vb.net.... I have a radgrid with a gridhypercolumn. I have added a tool tip in the ItemDataBound subroutine. I am grabbing the tooltip text from a field in the database. I cannot figure out what character(s) I need to put in the string so that I can display "Line one. <br \> Line two. \n Line three. 
" like:
Line one.
Line two.
Line three.
I have tried <br \>, \n, 
. I have even set the tooltip to "eval('"Line one. <br \> Line two. \n Line three. 
")" with no luck.
I also have the following in the style tags:
.tooltip-inner {
white-space: pre-wrap;
}
Thanks,
Susan