I have a Control Grid (rowtablearea2). As subnode to this, I have a Table Row (tr). The Table Row itself has seven Header Columns (gridcolheader).
The colspan of each Column Header is specified as 1 (which is the default anyway).
For some reason there appears some phantom column header between each specified column header (see attached) when running the program.
I’ve tried everything (even trying to get the width of the Column Headers to add up to the width specified in the Control Grid). No go. How do I get rid of this phantom Column Header?
Ok, it looks a bit different for me (see below, on plain NJX822, no ONE available here and now), but anyway,
the problem is the width=1100 for your rowtablearea2, the total width of the defined columns = 400 + (6 * 100) = 1000
so NJX makes up for the difference and appends the excess space, evenly distributed, to each column.
A width of 1025 appears to be the optimum setting.
Yep, getting the widths right, sometimes not just for the control in question by itself,
but also in contect with the containing elements (all the hierarchy up) is one of the
funnier tasks