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
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;