Hi,
I'm a newcomer to iGrid. I browsed the forum, but I did not see anythink about my issue.
I would like to take advantage of the FillFromRS method in iGrid, but in an seemingly undocumented way.
Reading the .chm file, I understand that, to make short, the recordset fields are linked to iGrid's columns and populate them directly when using that method.
What I would like to do is displaying each record data on two lines per row, rather than just in one line of cells. Somewhat like in the Outlook example.
Like in that example, I'd like to show, say, 3 fields/cells in the first line of each row, and a 4th field from the same recordset in a "rowcell", under those 3 cells.
Is it be possible to achieve that through the use of the FillFromRS method, or should I go through the recordset and, with a loop, add and populate iGrid's rows one by one, by adding rows and inner cells programmatically for each record?
(I hope I was clear)
Thanks in advance
Philippe
(Access 2010 VBA)