Reduce draw call when drawing Grid!

I have got a problem when drawing a grid in Unity with methods generating many square of game object. Each game object cost one draw call, if I instantitate a grid size 10x10, it cost total 100 draw call? How to combine all grid cell into one draw call?