joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

Does not contain a definition for 'Grid" #192

Open muldernico opened 5 years ago

muldernico commented 5 years ago

When referencing the grid in the view the following exception is thrown.

Error CS1061 'IHtmlHelper<IEnumerable>' does not contain a definition for 'Grid' and no accessible extension method 'Grid' accepting a first argument of type 'IHtmlHelper<IEnumerable>' could be found (are you missing a using directive or an assembly reference?)

This is using MVC, DotNet Core 2.2.

Anupamabeena commented 5 years ago

Have you added @using MVCGrid.Web ?