<br/> problems in grid row
Hi,
I ahve problem with <br/> tag in grid rows. My taks is wrap text in cells.
my code is :
this.getRowTemplate().setClass("text","wrap");
this.setRowHeight(50);
this.setCellTemplate(new AW.Templates.ImageText);
var currentData = "abcdefghi<br/>jklmnopqr<br/>stuvwzyz"
grid.setData(row, grid.getDataColumnIndex("baiIdsList"), currentData, false);
This code is working in Firfox. but it is not working in IE6.
I tried with <br>, <br/> and <br />.
Could you pelase correct if i did any mistake.
Regards,
Srini.
I ahve problem with <br/> tag in grid rows. My taks is wrap text in cells.
my code is :
this.getRowTemplate().setClass("text","wrap");
this.setRowHeight(50);
this.setCellTemplate(new AW.Templates.ImageText);
var currentData = "abcdefghi<br/>jklmnopqr<br/>stuvwzyz"
grid.setData(row, grid.getDataColumnIndex("baiIdsList"), currentData, false);
This code is working in Firfox. but it is not working in IE6.
I tried with <br>, <br/> and <br />.
Could you pelase correct if i did any mistake.
Regards,
Srini.
Srini
August 16,