i'm having problem with table editing using dwr on ie. i also noticed that the official sites example regarding the table editing functionality is broken. here is the link http://getahead.org/dwr/examples/table.
this is the part of my code that is causing the error:
...
$("pattern" + id).style.display = "table-row";
...