Installation
Skybrud.Umbraco.GridData is available for multiple versions of Umbraco.
Umbraco 10-12
To install the package via NuGet, either use the .NET CLI:
dotnet add package Skybrud.Umbraco.GridData --version 5.0.3
or the NuGet Package Manager:
Install-Package Skybrud.Umbraco.GridData -Version 5.0.3
Umbraco 9
To install the package via NuGet, either use the .NET CLI:
dotnet add package Skybrud.Umbraco.GridData --version 4.0.0
or the NuGet Package Manager:
Install-Package Skybrud.Umbraco.GridData -Version 4.0.0
Umbraco 8
To install the package via NuGet, either use the .NET CLI:
dotnet add package Skybrud.Umbraco.GridData --version 3.0.3
or the NuGet Package Manager:
Install-Package Skybrud.Umbraco.GridData -Version 3.0.3
Umbraco 7
To install the package via NuGet, either use the .NET CLI:
dotnet add package Skybrud.Umbraco.GridData --version 2.0.8
or the NuGet Package Manager:
Install-Package Skybrud.Umbraco.GridData -Version 2.0.8