Firefox blank first row
I do something server side, and then reload xml
table = new Active.XML.Table;
table.setURL(myRefreshUrl);
table.request();
myListObj.setDataModel(table);
In IE it's all ok. New rows appear, and updated rows change.
In Firefox appear just one blank row...
Nobody has this problem?
Thanks,
Max
table = new Active.XML.Table;
table.setURL(myRefreshUrl);
table.request();
myListObj.setDataModel(table);
In IE it's all ok. New rows appear, and updated rows change.
In Firefox appear just one blank row...
Nobody has this problem?
Thanks,
Max
Max
September 27,