in a Grid example of 2012 the grid border is simply set with:
TableElement _table;
_table = new Element.tag("table");
_table.border="1";
unfortunaltly border is no longer (running vers. 1.1.1) a setter in DART's TableElement class. Leaving it out results in a table without borders. How do I set a border?