Grid is not an object. Grid is a script. As such, it shouldn't have a collider. If you want a collider on your scroll view, you should instead add it to a background sprite. I usually set my scroll views like this:
Background Sprite (collider, drag scrollview script)
- Scroll view
-- Grid
---Items
---Items
---Items