3.2.0

no Horizontal scrollbar

Ive seen all the topics concerning this issue but my problem occurs only
if I have HTML after the <body> tag and before <script> tag where table is declared and initialized.

ex:
-----
Horizontal scroll shows up
<body>
<script>
// create ActiveWidgets data model - XML-based table
var table = new Active.XML.Table;
...


Horizontal scroll does not show up : columns on the right are hidden... :(
<body>
hello
<script>
// create ActiveWidgets data model - XML-based table
var table = new Active.XML.Table;
...

-----

Any ideas? Ive tried with IE6 and Firefox 1.5 and with ActiveWidget v1 and v2...
Olivier
November 16,
that isn't correct html. script must be contained within head or body hello has to be contained within body. document.write(grid) must be contained within body as well but all preperation can be done in head
J
November 17,
ignore me I havn't woke up properly yet
J
November 17,

This topic is archived.

See also:


Back to support forum