Hi Team
D10.3.3, latest TMS VCL.
How do I create a multi-row column header in a TDBAdvGrid.
e.g. I want the column header to show..
Service | Customer | etc..
Account # | Reference | etc..
Preferably centered.
Regards & TIA,
Ian
Hi Team
You can increase the fixed row height and set the column header text with HTML formatting, i.e.
'Service<BR>Account #'
Ah Ha!