DataGridColumns .NET assembly
Version 2.6.2   February 2007
Copyright (C) 2007 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. to Rustem@RustemSoft.com



Have a fun using it...

