dojo中DataGrid怎么在加载完毕后默认选中第一行,还有默认执行其他dojo的事件
var foo = new Selection(inGrid); foo.select(0);
fvTable.rows("tr:nth-child(1)").nodes().to$().addClass("selected");