two questions...
1. When i put the object script like below..
<table><tr><td>
<script>
var gridObj = new Active.Controls.Grid;
...
document.write(obj);
</script>
</td></tr></table>
i can't resize the column size.
when i resize the column, the only head's size would be resized but rest of all didn't.
2. Opening the page, can i set the scroll bar in certain place as a default?
<table><tr><td>
<script>
var gridObj = new Active.Controls.Grid;
...
document.write(obj);
</script>
</td></tr></table>
i can't resize the column size.
when i resize the column, the only head's size would be resized but rest of all didn't.
2. Opening the page, can i set the scroll bar in certain place as a default?
December 3,