Thanks, the manual is a great place to start
Main Topics
Browse All TopicsHow do I start? I have an Access database and I need to create a form which will display in datasheet view. I have no problems in doing this but, I need more control over the cell formatting. For example I need the column header to display two lines of text which should allow me to display a long column name without taking up a lot of column width. Next I need more control of the fonts used in certain column cells. Looking over some examples it appears that iGrid can do this but I dont know how to get started.
I have downloaded the iGrid demo and installed it. I can open my datasheet form in design view and add the 10Tec iGrid ActiveX Control Version 3.00 build 0223, but at this point Im lost. Can anyone tell me how to use this ActiveX Control?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: danaseamanPosted on 2009-10-06 at 08:54:20ID: 25506472
For multiline columns headers:
reak Or igTextCenter
/home/Prod ucts/Activ eX/iGrid/ T our_Step5_ CS1.aspx tp://www.1 0tec.com/h ome/Produc ts/ActiveX /iGrid/ Tou r_Step6_CS 2.aspx
see manuals at: me/GetFile .aspx?file =Download/ files/ prod ucts/Activ eX/iGrid30 0_chm.zip
.AddCol sKey:="col2", sHeader:="Column 2 multiline", iIconIndex:=1, _
eHdrTextFlags:=igTextWordB
For custom cell font:
.CellFont(iRow, iCol) = Me.Font
'-----
Other demos:
http://www.10tec.com
ht
Also
http://www.10tec.com/Ho