This software features an advanced VB grid that can mimic the Outlook messages list. It allows editing of cells with built-in editors such as textbox, combo, and checkbox, supports virtual mode, and provides sophisticated display customization options.

One of the key advantages of this grid control is its highly optimized flicker-free display code. This makes iGrid faster than FlexGrid and other VB grids while enabling more sophisticated displays to be set up. Additionally, it is a great replacement for a ListView in report mode.
iGrid supports a wide range of useful features, including multicolumn sorting, custom draw cells, saving and restoring its layout, and its own Memory Manager. Developers will find it easy to customize the formatting of each cell in the grid separately, using format strings and flags for horizontal and vertical alignment, ellipsis, and more. Colors of iGrid elements can also be adjusted to suit the developer's aesthetic preferences.
With iGrid, you can turn off vertical and/or horizontal grid lines, use multiselect mode to select multiple cells simultaneously, and row mode to select all cells in a single row. The headers of columns may be flat or 3D and can be dragged or not, depending on your needs.
One of the most significant features of iGrid is the ability to edit its cells using built-in in-place editing features. These include textboxes, comboboxes, and checkboxes. The control also offers formatting options for each type of cell, such as single-line and multi-line textboxes, automatic adjustment of dropdown width of comboboxes based on the longest text width of comboitems, checkboxes with two and three states, and more. Additionally, iGrid provides useful methods and events for fine-tuning the editing process.
In virtual mode, iGrid will request new rows as needed, making it an efficient solution for working with large data sets. Overall, iGrid is a powerful, versatile grid control that offers a wide range of features and customization options, making it ideal for developers who need robust data editing functionality.
Version 6.5.63: Great performance improvements
Version 3.0: Windows XP Visual Styles support, new header options (font, background color, multisort icons), scroll bars related events, OLE Drag-n-drop, row keys, the minimum and maximum column width, the MouseEnter and MouseLeave events for cells and column headers