PDA

View Full Version : Newline characters in Datagrid fields


clem_c_rock
02-01-2005, 11:28 PM
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

Xeef
02-01-2005, 11:47 PM
hi

i think the only option will by to play whit

"cellRenderer"