Setting grid properties globally

Is there a list of which grid attributes that can be set globally?

Specifically I need to know whether I can use setSkin and setImagePath globally? Also, can I use attachEvent (onResize) globally?

Unfortunately there is no such global attributes.
You need to define needed attribute for each grid by itself.