A Grid Component by 10Tec Company

iGrid for .NET 2.5

A Grid Component for .Net, ASP.Net

iGrid.NET is a practically 100% .NET native control. It uses Windows API functions little, only when the control is drawn using Windows XP visual styles and to get the best performance when .NET features do not allow to do it. In the last case, a minimal subset of Win32 API functions available in all versions of 32-bit Windows is used, so we can assume that the control will work properly on all computers with the installed .NET Framework.

For more information about this product please visit the
iGrid.NET is the most flexible, fast and easiest grid for the .NET Framework. It provides you with a wide range of properties and events which allow you to highly customize it for your particular task. You can use iGrid.NET either as a list view substitution or as a full-featured grid control. With iGrid.NET you can:
- format each cell independently as well as the whole column at once
- create a message preview like in MS Outlook
- build tree-like interfaces
- freeze rows and columns
- design multi-row headers with merged header cells
- make scroll bars semi-transparent
- add custom buttons to scroll bars
- display custom drop-down controls
- edit multi-row text
- save and restore column layout
- dynamically adjust the contents of group rows

The vast majority of the iGrid.NET settings can be done in design-time - you can populate and format the entire grid practically the way you need in Visual Studio IDE before you compile and launch your project.

Simple access to the cells, columns, rows, and header cells makes iGrid.NET nice to work with. You can use for-each statement to enumerate all the cells, rows, and columns. The string keys make it easier to access quickly any required row, column, or cell.

If you need to format individual cells using the same formatting, you can define a cell style object with required formatting and apply it to these cells. And finally, you can format each cell through its properties in code because iGrid.NET is simply a cell matrix:
iGrid1.Cells[1, 2].BackColor = Color.Magenta;
iGrid1.Cells[1, 2].ForeColor = Color.White;
iGrid1.Cells[1, 2].Font = new Font("Tahoma", 8, FontStyle.Bold);

iGrid.NET fully supports right-to-left mode; to turn this mode on, simply set its RightToLeft property to True.

Technical Information

Component Type - Contains the following types of components...

 • .Net Class Library
For more information and to buy this product...
Publisher:
10Tec Company
Product Type:
Component
Product Version:
2.5
Prices From:
$199