Questions tagged [igrid]

iGrid is a feature-rich ActiveX or .NET Framework grid control.

iGrid is a feature-rich ActiveX grid control. The main idea behind iGrid is to provide the developers with a lightweight, easy-to-use grid control, which is super-fast, highly-adjustable and ideal for creating mainly unbound grids.

iGrid is fully compatible with all 32-bit and 64-bit releases of the Microsoft Windows OS. It was tested and works well both in the client editions of Windows (95/98/Me/NT4/2000/XP/Vista/Windows 7 and Windows 8) and the server editions (NT/2000/2003/2008/2012).

iGrid is being developed in MS Visual Basic 6, but despite this fact it widely uses native Windows API and COM calls to get the maximum performance on the Windows platform. The iGrid ideology is to support the look and feel of the OS it is working in to the max. For instance, all the constituent parts are automatically drawn using visual styles in such systems as Windows XP, 2003 or Vista when visual styles are turned on in the OS (this can be optionally prohibited using the iGrid properties).

Sources: 10Tec Company (iGrid Control Intro, Compatibility)

5 questions
3
votes
0 answers

how to bind data from a grid to a textbox in an irpt file

i have the following grid DateCreated |ID | State 18/01/2016 |0005 | N I can get the data in an alert when i double click on the row as following: function getData (){ var gridObjects=GridTableData.getGridObject(); var ID =…
doe
  • 148
  • 4
  • 25
2
votes
1 answer

Is any kind of drag-n-drop available on MS Access forms?

One of our customers needs the ability to drag-n-drop nodes of the tree inside our iGrid ActiveX grid control placed on an MS Access form. All techniques based on the classis drag-n-drop and OLE drag-n-drop work well with our iGrid in the "big"…
TecMan
  • 2,743
  • 2
  • 30
  • 64
1
vote
1 answer

Forcing a single cell to redraw in iGrid.NET control

I'm using the CustomDrawCellForeground pattern to draw an image in a cell of an iGrid.NET component. I think in the iGrid ActiveX component, there was a DrawCell() sub that I could call, but in the .NET component (https://10tec.com/winforms-grid/) I…
tmighty
  • 10,734
  • 21
  • 104
  • 218
0
votes
0 answers

iGrid should not jump to col at a click

I'm using iGrid.NET. If the columns are bigger than the available space, a scrollbar is shown: Now when I click on a column which is partly outside the visible area, the clicked column is shown at the left start: I know it's unusual, but I would…
tmighty
  • 10,734
  • 21
  • 104
  • 218
-4
votes
1 answer

What is the .igGrid() method in jQuery?

I'm looking at Infragistic's code from a sample page and they have the following jQuery statement that is confusing me: $("#grid").igGrid({ "caption" : "This is a caption for the grid"}); I know that $("#grid") is selecting the…
milop
  • 5
  • 2