3.2.0

<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.
Srini
August 16,
This code is ok - works in IE6 and IE7. I guess the problem is somewhere else in your code (grid.setData?).
Alex (ActiveWidgets)
August 17,

This topic is archived.

See also:


Back to support forum