Hi Igor,
I use your grid mostly on forms (love it) but I am having a formatting problem on a report and was thinking that maybe the grid could help. I will explain.
I have a table in SQL Server with a text field (varchar). The table is populated from an accounting program that has nothing to do with Access. Sometimes the text in this field has line breaks. When I display this text in an Access textbox (on both reports and forms) the line breaks are removed.
HOWEVER, if I display this text field in iGrid on a form, the line breaks are honored! Your grid knows there are line breaks and shows them but Access text boxes remove the line breaks. So I was thinking of using the grid in a report.