3.2.0

Reload after edit bugs, layout bugs

1) Reload grid from AW.XML.Table (changed cells) - bug!
Take \examples\old\load xml.htm. Make Grid Editable
// comment this line
//obj.setSelectionMode("single-row");
obj.setCellEditable(true); // append this line
Try edit cells and reload Grid.

2) Grid - width:100% with <!DOCTYPE ...xhtml1-transitional.dtd"> - Not work! Only manual javascript+style focuses
(
.aw-grid-headers, .aw-grid-footers, .aw-grid-view { width: 1000% }
.aw-grid-row {width: 100%}
.aw-column-space {width: 10%}
). But after reload table (table.request(), with obj.setCellModel(table); ) in FF 2.0 width reset.
Andreev
November 16,

This topic is archived.

See also:


Back to support forum