Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

2. Installation

mogmem edited this page May 7, 2018 · 4 revisions

Assembly install

We recommend that you use Visual Studio's Nuget management interface to install TeeGrid for NET.

Information page at nuget: Steema.TeeGrid.NET

Winform & ASP.NET Core MVC

  1. Open Visual Studio and create/open a Winform project
  2. Open the Solution Nuget Management console and browsee for 'TeeGrid'. That will bring into visibility the TeeGrid for NET control that you can install to the project.

Accessing TeeGrid from your code.

Use the Steema.TeeGrid namespace for access to the TeeGrid assembly.

Winform

For Winform prjects the applicable namespace/assembly when declaring TeeGrid is: Steema.TeeGrid.WinForm.TGrid tGrid;

Net Core

**Beta only The current namespace/assembly when using TeeGrid in Net Core is: Steema.TeeGrid.WinForm.TGrid tGrid;

The namespce will be modified before release to: Steema.TeeGrid.NetCore.TGrid tGrid;