Multiple Grids?

I’d like to have a dotted grid (which I already am displaying) for snapping objects as well as dashed lines that show the printed page boundaries.
I saw the example code in the FAQ for making the grid equal to the page boundaries – but then I give up dots in the View.
How can I have both – or can’t I?

You’ll need to use version 2.4, which is currently in beta:
http://www.nwoods.com/forum/forum_posts.asp?TID=1076
http://www.nwoods.com/forum/forum_posts.asp?TID=1084
http://www.nwoods.com/forum/forum_posts.asp?TID=1085
Or you could implement this yourself by overriding the GoView.PaintBackgroundDecoration method to call a DrawGrid… method. However, those GoView.DrawGrid… methods are moving from GoView to GoGrid in version 2.4.