with(dojox.grid.getRef(name, create, context)){ return (obj)&&(prop)&&(prop in obj ? obj[prop] : (create ? obj[prop]={} : undefined)); }