There is no need to download the WebGrid.
It is available in the assembly System.Web.Helpers.dll with namespaces System.Web.Helpers
If it is missing then just add reference to System.Web.Helpers dll in your project.
After adding the reference, you need to open property for the dll and change Copy Local to True.
Rebuild your project.