3.2.0

assigning div.innerHTML=grid.toString() doesn't show anything

Hi,

after creating valid grid object, div.innerHTML = grid.toString() shows empty window, although alert(div.innerHTML) shows fully formated set of DIVs .

document.write(grid) works fine.

please help..

thanks
Myrth
August 29,
div.innerHTML = grid ;
August 29,
document.getElementById('div_id').innerHTML = grid ;
August 29,
same thing
Myrth
August 29,
made example out of site context and it works.. probably mistake in the rest of the code.. weird though
Myrth
August 29,

This topic is archived.

See also:


Back to support forum