Page 1 of 1

VLWeb Grid

Posted: Thu Nov 24, 2016 9:31 am
by soa
I have a grid which I need to have two line column headers. I've set ColumnCaptionType to 'ColumnHeadings' but all I get is the second line, ie the column heading is 'Examination' 'Mark' but only the word 'Mark' appears. I've tried setting the CellHeight but this makes no difference. Is there something else I need to do?

Re: VLWeb Grid

Posted: Thu Nov 24, 2016 10:04 am
by MarkDale
If its a PRIM_LIST, there is a property of the list itself, called ColumnHeaderSizing which has an option ContentHeight. Is that available in your version?

Re: VLWeb Grid

Posted: Thu Nov 24, 2016 10:08 am
by soa
Mark,

It is aPRIM_LIST but I don't have a ColumnHeaderSizing but I do I have a ColumnHeaderHeight which does the job. Thanks for pointing me in the right direction!