Hello,
I'm trying to display some text in a datagrid field w/ newline characters and nothing seems to respond.
I've tried all of these:
1. code_list += split_code_val[1] + newline;
2. code_list += split_code_val[1] + "\n";
3. code_list += split_code_val[1] + "<br>";
4. code_list += split_code_val[1] + "\r";
Any ideas what I can do?
Thanks,
Clem C