Draw a grid on top of a TGraph

Hi,

When I plot a TGraph, I want to also draw the grid on top of the graph. I tried:
gPad->RedrawAxis(“g”);
But it has no effect.

Any idea?

gPad->SetGrid(1, 1); gPad->Update();