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