@syanchuck schrieb:
I don't know what is usual, but I have clear client's instruction to work certain sheets on the Paper Space.
It's okay and you can use it (has already been explained), but it doesn't change how the program acts.
Above you can read my current state of knowledge, which no one else has disproved, is described above:
It looks usual for AutoCAD(since2015) not to display the buttons while in paper space.
Use GRID SNAP or [F7] [F9], but the status bar buttons are not displayed in a clean DWG (without corrupt data structure) in your AutoCAD.
[F7][F9] state: You can add two buttons in the ribbon or you can (only)show the state to the Statusbar as Test!
Samples
Ribbon-Toggle
Name: $(if,$(getvar,gridmode),!.)GRID
Macro: '_.GRIDMODE;$M=$(if,$(eq,1,$(getvar,orthomode)),1,0)
same for snapmode..
Statusbar
Command: Modemacro GRID=$(if,$(=,1,$(getvar,GRIDMODE)),ON,OFF)