AW.XML.Table doesn't let you edit cells
I downloaded 2.0 beta 2
I ran the grid.htm and it ran fine. I was able to edit cells with no problem.
I then modifed the code to load XML data into the table:
var table = new AW.XML.Table;
table.setURL("../data/VFP2.XML");
table.setRows("//vpn/firewall");
table.request();
var columns = ["Protocol","Status","Rule#","Description","policy","sourceip","destination_ip","source_port","dest_port"];
var obj = new AW.Grid.Extended;
obj.setCellModel(table)
This loaded the table correctly with the XML data:
The problme is that now I cannot edit a cell. It lets me enter the data but it does not retain (display) the new data.
Anybody run across this yet?
I ran the grid.htm and it ran fine. I was able to edit cells with no problem.
I then modifed the code to load XML data into the table:
var table = new AW.XML.Table;
table.setURL("../data/VFP2.XML");
table.setRows("//vpn/firewall");
table.request();
var columns = ["Protocol","Status","Rule#","Description","policy","sourceip","destination_ip","source_port","dest_port"];
var obj = new AW.Grid.Extended;
obj.setCellModel(table)
This loaded the table correctly with the XML data:
The problme is that now I cannot edit a cell. It lets me enter the data but it does not retain (display) the new data.
Anybody run across this yet?
john signorello
November 26,