DataGridColumns .NET assembly from RustemSoft is a DataGrid Columns Styles software package specifically designed for .NET developers. The assembly allows you to use all strengths of the MS Windows .NET forms DataGrid control without waiving the user interface elements your customers need.
DataGridColumns .NET assembly
Version 2.6.2 February 2006
Copyright (C) 2006 RustemSoft
Setup
Suppose you are building a project using Visual Studio.NET, and you decide
that you want to start consuming RustemSoft DataGridColumns .NET assembly
for a .NET DataGrid control on your Windows form. The first step that you
will generally take is, you will add a reference to the DataGridColumns
.NET assembly, which is residing in some directory on your PC hard drive.
Visual Studio .NET will then add a new item under Solution Explorer called
References, and it will create a row node underneath it called DataGridColumns.
In order to add the reference to DataGridColumns .NET assembly please
follow the steps:
- Select Project from the menu bar
- Choose Add Reference from the drop down menu
- Click on the Browse button
- Browse to and choose DataGridColumnsTrial.dll
The Reference to a .NET RustemSoft namespace is a requirement and must be
added to a project before the objects in the RustemSoft namespace can be
used. The VB .NET Imports statement (or C# using statement) is not a
requirement and is simply a coding convenience that allows shorter names
to be used. You can add the statement to your code:
VB .NET
Imports RustemSoft.DataGridColumns
C#
using RustemSoft.DataGridColumns;
C++
#using <DataGridColumnsTrial.dll>
using namespace RustemSoft;
Registration
Without a correct License Number the assembly is a shareware version,
which allows you to test its suitability before you purchase it. It is fully functional but contains a nag screen to remind you of registration.
If you find the assembly useful and would like to purchase the registered version, please go: Order Form to register Full Pack Edition online:
http://www.regsoft.net/regsoft/vieworderpage.php3?productid=60856
Order Form to register Small Pack Edition online:
http://www.regsoft.net/regsoft/vieworderpage.php3?productid=68073
For more information about DataGridColumns .NET assembly please visit:
http://RustemSoft.com/DataGridColumns.htm
Please report any suggestions, comments, etc.
File List:
ReadMe.txt
2Kb
Setup.exe
1003Kb
Similar code
Teroid Data Grid Print Control 2.0
(Popularity: ) : Teroid Data Grid Print Control is a .NET Windows Forms component providing a set of methods and properties for printing the Data Grid which comes as a standard control with the .NET Framework, and includes page setup and print preview ...