gustavnavar / Grid.Blazor

Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
GNU Lesser General Public License v2.1
700 stars 135 forks source link

[Question] GridCoreServer #323

Closed jcantrel closed 2 years ago

jcantrel commented 2 years ago

I am trying to implement GridBlazor, but the documentation is not clear on GridCoreServer. It is used in the service, and has parameters, but even with the main four parts imported (@using GridBlazor, @using GridBlazor.Pages, @using GridShared, @using GridShared.Utility) I get an error in my service of "type or namespace name 'GridCoreServer' could not be found"

Having only recently started migrating our applications to Blazor I could be missing something obvious, but my research has only led me back to this repository.

gustavnavar commented 2 years ago

GridCoreServer is in package GridCore.Server.

If you download the source code, you can compile the samples for each type of Blazor applications. The directories including the samples are described in this link