Hi everybody,
as you describe in the techpaper “Grid with fix columns”, there is the possibility to set fix columns in a grid like
<vsplit widthleftprop="widthLeft" height="100%">
<splitcell takefullheight="true">
<flexgrid infoprop="gridA" selectprop="selected" rowcount="30"
height="100%" withlinenum="false" vscroll="hidden"/>
</splitcell>
<splitcell takefullheight="true">
<flexgrid infoprop="gridB" selectprop="selected" rowcount="30"
height="100%" withlinenum="false" selectorwidth="0"/>
</splitcell>
</vsplit>
But the result is not the same as I expected: seeming that selectorwidth=“0” doesn’t effect anything - this column is even bigger than the select-column in gridA.
Is there an error in the code? Or anything else to observe?
Greetz.