10Tec Company logo 10Tec Company: Exclusive high-quality ActiveX and .NET tools and components
Site Map
Stay Connected
Follow 10Tec on Twitter 10Tec RSS Feed More info

iGrid.NET Control Tour - Cell Grouping

The iGrid.NET control allows you to group its cells. In iGrid.NET, you can do it using 3 different ways.

First, you can group rows when you drag and drop a column header into the iGrid.NET group box (or imitate it in code). Automatic group rows are created in this case by iGrid:

Cell grouping example and auto group rows

The second way is similar to the first but you create group rows manually. A manual group row does not have a special vertical band attached to it at left like in automatic group rows (this band is used to designate the group for a particular automatic group row).

You can use this feature to visually create sections of rows with similar or equal values. The following screenshot demonstrates how we use manual group rows in the iGrid.NET Demo application to separate sample groups:

Group rows created manually

Manual group rows can be helpful in many cases. For instance, you can create custom subtotal rows with the help of them:

Group rows created from code to implement totals

And the last way of cell grouping in iGrid.NET is row text. It looks like message preview in MS Outlook, when a combined cell with text is displayed under normal cells inside a row:

MS Outlook-like grid example

View code samples (page 4 of 5) »

Section Contents
 
Download Demo
 
Quick Links
  Back to Top

© 10Tec Company. Last updated: 2010-Sep-09