
DataGridViewColumns .NET 2.0 assembly from RustemSoft is a DataGridView Columns software package specifically designed for .NET 2.0 developers. The assembly allows you to use all strengths of the MS Windows .NET 2.0 forms DataGridView control without waiving the user interface elements your customers need. |
|
|
These Column classes are chock full of functionality that you wont find
in the standard Microsoft .NET 2.0 DataGridView Columns, that make it
easy to build professional and forcing user interfaces. |
By using the assembly you can create your own set of
DataGridViewColumn objects that defines custom column for the Windows
Forms DataGridView control and add them to the GridColumnsCollection. A
column is an object that defines what the column looks and behaves like,
including such things as color, font, and the presence of controls that
will handle linked field in a database with the use of a Combo Box, a
DateTime format Box and other control. |
|
The .NET 2.0 Framework includes six types of DataGridView column classes by default: DataGridViewButtonColumn, DataGridViewCheckBoxColumn, DataGridViewComboboxColumn, DataGridViewImageColumn, DataGridViewTextBoxColumn, and DataGridViewLinkColumn classes. RustemSoft DataGridViewColumns dynamic link library contains the following DataGridView Columns: |
|
|
![]() |
![]() |
The DataGridViewComboColumn contains combobox for a DataGridView on your .NET
2.0 form. The Combo column is not just a dropdown combobox, which appears when a
DataGridView cell becomes the current cell. The .Net DataGridView Combo Column
control has the following attractive features: |
||
rows of the Child table in a dictionary grid. For this case we have to
define two string arrays with key fields' names MasterFields and
ChildFields. To get the filtering we must identify Master and Child tables'
key fields. These fields names in both arrays must have the same order
sequence. |
![]() |
|
|
The RustemSoft DataGridViewMemoColumn gives you a useful Memo Field
control, which presents an edit window when user selects a cell of the
DataGridView Memo Column on .NET 2.0 DataGridView. This provides a pop-up
memo field editor that you can call from your code at any time to let users
edit the text in a memo field. |
![]() |
This Memo field editor provides more flexibility by updating the memo
field to be used in a .NET 2.0 DataGridView column. The DataGridView Memo Column Memo field editor is useful for showing short document contents, like memos and emails. When using the DataGridView Memo Column editor you are automatically provided with all general features, which any typical, contemporary word processor has. |
You may send the Memo box content via email by clicking a special button
within the memo box control interface. The DataGridViewMemoColumn includes a cancel feature. If you click OK the changes made are sent back to the table. When you click on the 'x'-button in the upper right corner or Cancel button your changes will not be stored. You may hide the Cancel button by using the showCancelButton property. |
|
![]() |
![]() |
Calculator DataGridView Column control provides a calculator environment
with Real and Complex arithmetic support. This formatted intelligent
Calculator control works as the Numeric box control plus a simple,
easy-to-use, friendy Calculator interface that pop-ups when Calculator
button is clicked. Also it can mask the numbers, digits, decimal and checks
the validation, and automatically set the delimiter location. You may input
any number. If there is a numeric scale defined with the field, it is used
to format the display and the input. |
|
|
The DateTimePicker Column is used to allow the user to select a date and time, and to display that date/time in your DataGridView. |
![]() |
You can limit the dates and times that can be selected by setting the
MinDate and MaxDate properties. |
|
![]() |
![]() |
You have a DataGridView with a DateTime field that displays the date/time as
"2/20/2005 7:00:00 PM". You would like to display only the time in the
following format "7:00 PM". You would like to insert a new time in the
column or update current time value only. Let us suppose that you are
European and would like to see in date field something like "20.02.2008".
The DataGridViewDateTimeColumn can help you design the concept that will
resolve your needs. |
|
![]() ![]() |
The RustemSoft DataGridViewTimeUpDownColumn represents a DataGridView column
up-down control that displays Time values. It allows you to show a
TimeUpDown control in a DataGridView cell. |
|
![]() |
![]() |
This formatted intelligent NumericColumn control can mask the numbers,
digits, decimal and checks the validation, and automatically set the
delimiter location. You may input any number. If there is a numeric scale
defined with the field, it is used to format the display and the input. |
|
![]() |
![]() |
This formatted intelligent TextFractionsColumn control can mask the text
fractions. It gives you ability to manage the IP Address, SS#, Phone
numbers, etc., and checks the validation, and automatically set the
delimiter location. |
Up to 5 text fractions can be defined. By setting the DelimiterChar property
up a delimiter symbol for the control can be specified. You can define the
overall length of each text fraction and what kind of characters can be
inserted in the fraction (alphanumeric, numeric only, etc.). |
|
![]() ![]() |
The control creates a column of Labels mapped to DataColumn of type String. |
|
![]() ![]() |
![]() ![]() |
The RustemSoft DataGridViewDomainUpDownColumn represents a DataGridView
column up-down control that displays string values. It allows you to show a
DomainUpDown control in a DataGridView cell. |
To create a collection of objects to display in the DomainUpDown control,
you can add or remove the items individually by using the Add and Remove
methods. |
|
![]() ![]() |
The RustemSoft DataGridViewNumericUpDownColumn represents a DataGridView
column up-down control that displays numeric values. It allows you to show a
NumericUpDown control in a DataGridView cell. |
|
![]() ![]() |
The RustemSoft DataGridViewPictureColumn represents a DataGridView picture
column for displaying an image. |
|
![]() ![]() |
The RustemSoft DataGridView MaskedTextBox Column control provides
restricted data input as well as formatted data output. This control
supplies visual cues about the type of data being entered or displayed. It
uses a mask to distinguish between appropriate and improper user input. |
Each editable mask position, representing a required or optional input, is
shown with a single prompt char. For example, the number sign # is
often used as a placeholder for a numeric character input. You can use the
PromptChar property to specify a custom prompt character. The
HidePromptOnLeave property determines if the user sees the prompt
characters when the DataGridView MaskedTextBox Column cell loses
input focus. |
![]() |
Obviously the DataGridViewPrint class is not a DataGridView column control.
The service class is intended to help you to create a print output based on
your DataGridView content. The class has been included into assembly since
it is build for .NET 2.0 WinForms DataGridView control and very helpful for
your .NET 2.0 DataGridView design. It will help you to implement an
application with a print preview and a print support. |
|
![]() ![]() |
Suppose you are building a project using Visual Studio.NET, and you
decide that you want to start consuming RustemSoft DataGridViewColumns
.NET 2.0 assembly for a .NET 2.0 DataGridView control on your Windows
form. The first step that you will generally take is, you will add a
reference to the DataGridViewColumns .NET 2.0 assembly, which is
residing in some directory on your PC hard drive. Visual Studio .NET 2.0
will then add a new item under Solution Explorer called 'References',
and it will create a row node underneath it called DataGridViewColumns. |
Download the DataGridViewColumns .NET 2.0 assembly code samples for
|