You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.
Open Visual Studio and create/open a Winform project
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;