Extra Samples for iGrid

This page contains best samples of iGrid ActiveX usage created for our customers based on their questions.

Limit drag select by one row Published
2016-May-17
Limit drag select by one row You can limit drag select by one row as demonstrated in this sample.
Environment: Visual Basic 6
iGrid Version: 6.0
Download this sample
iGrid to/from array Published
2014-Nov-12
iGrid to/from array Provides you with two methods to populate iGrid from and put its cells into an array.
Environment: MS Excel VBA
iGrid Version: 5.0
Download this sample
iGrid direct printing Updated
2014-Sep-03
iGrid direct printing An approach from this sample can be used to print the contents of iGrid directly to a printer.
Environment: Visual Basic 6
iGrid Version: 5.0
Download this sample
Export to Excel Updated
2014-Aug-27
Export to Excel The functionality from this sample can be used to export iGrid to an MS Excel worksheet with an option to send this report directly to the printer.
Environment: Visual Basic 6
iGrid Version: 3.0, 5.0
Download this sample
RTF text cells Updated
2014-Aug-27
RTF text cells Displaying RTF text in the iGrid cells.
Environment: Visual Basic 6
iGrid Version: 3.0, 5.0
Download this sample
Auto center cell Published
2011-Dec-29
Auto center cell Demonstrates how to display the specified cell directly at the center of iGrid.
Environment: Visual Basic 6
iGrid Version: 5.0
Download this sample
Tree without grid lines Updated
2011-Dec-19
Tree without grid lines Shows how to remove horizontal grid lines only in one column.
Environment: Visual Basic 6
iGrid Version: 5.0
Download this sample
Drag cell value to copy it Published
2011-Dec-12
Drag cell value to copy it In iGrid, you can also use drag select to copy a cell value to all selected cells a la MS Excel.
Environment: Visual Basic 6
iGrid Version: 5.0
Download this sample
Tree with dependent check boxes Published
2011-Dec-12
Tree with dependent check boxes Demonstrates a tree view with check boxes which change their check state according to the check state of the nested nodes.
Environment: Visual Basic 6
iGrid Version: 5.0
Download this sample
WinAmp-styled dragging Updated
2011-Jan-21
WinAmp-styled dragging Gives you a ready-to-use code you can use to reorder rows interactively with the mouse as you can do that in the well-known player WinAmp playlist.
Environment: Visual Basic 6
iGrid Version: 4.6
Download this sample
Command button cells Published
2010-Mar-26
Command button cells Implements command button cells. They can be disabled and drawn using the visual style of the OS.
Environment: Visual Basic 6
iGrid Version: 4.0
Download this sample
Thumbnail viewer Published
2010-Feb-18
Thumbnail viewer How to use iGrid as thumbnail viewer for different graphics files and other standard file formats.
Environment: Visual Basic 6
iGrid Version: 3.0
Download this sample
Entering new text line by ENTER Published
2009-Oct-12
Entering new text line by ENTER How to swap the standard ENTER and CTRL+ENTER key combinations used to finish editing and insert a line break while editing multiline text.
Environment: Visual Basic 6
iGrid Version: 3.0
Download this sample
Hyperlink cells Published
2009-Jun-19
Hyperlink cells Implements an idea of converting normal cells into hyperlinks.
Environment: Visual Basic 6
iGrid Version: 3.0
Download this sample
Custom editing with DateTimePicker Published
2008-Dec-12
Custom editing with DateTimePicker See how to use an external DateTimePicker control to customize cell editing.
Environment: Visual Basic 6
iGrid Version: 3.0
Download this sample
One-to-many combos Published
2008-Nov-07
One-to-many combos If you need to select an item for a list and then another item from the related sublist, then this sample is for you.
Environment: Visual Basic 6
iGrid Version: 3.0
Download this sample
Drag-n-drop inside grid Published
2007-Dec-06
Drag-n-drop inside grid In this sample you can see how you can copy one cell into another by dragging and dropping it into the new place.
Environment: Visual Basic 6
iGrid Version: 3.0
Download this sample
Drag-n-drop inside grid (enhanced) Published
2007-Dec-06
Drag-n-drop inside grid (enhanced) Enhanced dragging of cells inside one iGrid with visual highlight of the target cell and adjustable auto-scrolling.
Environment: Visual Basic 6
iGrid Version: 3.0
Download this sample
Drag-n-drop one row between 2 grids Published
2007-Dec-06
Drag-n-drop one row between 2 grids A basic code you can use to implement row dragging from one iGrid to another.
Environment: Visual Basic 6
iGrid Version: 3.0
Download this sample
Drag-n-drop several rows between 2 grids Published
2007-Dec-06
Drag-n-drop several rows between 2 grids Shows how to drag several selected rows from one iGrid to another.
Environment: Visual Basic 6
iGrid Version: 3.0
Download this sample
Excel-like cell truncation Published
2007-Dec-06
Excel-like cell truncation Demonstrates how to display a series of the "#" symbol in a cell if the cell text is truncated
Environment: Visual Basic 6
iGrid Version: 3.0
Download this sample
Auto-resizing of columns to have equal width Published
2007-May-21
Auto-resizing of columns to have equal width The columns in this sample are resized automatically to have the same width.
Environment: Visual Basic 6
iGrid Version: 3.0
Download this sample
Interactive row resizing Published
2007-May-21
Interactive row resizing You can resize the rows from the grid in this sample interactively by dragging their bottom edges.
Environment: Visual Basic 6
iGrid Version: 3.0
Download this sample
Undo sorting Published
2007-May-21
Undo sorting In some cases you need to restore the original order of rows in your grid after it has been sorted by the user, and this example gives you an idea how to do that.
Environment: Visual Basic 6
iGrid Version: 3.0
Download this sample
Universal grouper Published
2007-May-21
Universal grouper This sample contains a sub you can use to group iGrid by any arbitrary set of columns.
Environment: Visual Basic 6
iGrid Version: 3.0
Download this sample