Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-3007

grid master detail columns not aligned

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 8.0.1
    • 8.0.0, 7.0.6.1
    • Components
    • Security Level: Jimmy
    • None
    • ZK 8.0.1 S2

      when using the details element the column headers get out of sync with the column widths

      This used to work in 6.5.8.1.

      <grid>
      	<columns>
      		<column label=""/>
      		<column label="asdf"/>
      		<column label="fsdfa"/>
      		<column label="rghrdt"/>
      	</columns>
      	<rows>
      		<row>
      			<detail>
      				asdf
      			</detail>
      			<textbox></textbox>
      			<textbox></textbox>
      			<textbox></textbox>
      		</row>
      	</rows>
      </grid>
      

      Workaround is to use a fixed column width on the first column:

      	<columns>
      		<column label="" width="40px"/>
      		<column label="asdf"/>
      		<column label="fsdfa"/>
      		<column label="rghrdt"/>
      	</columns>
      

            christopherszu christopherszu
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 2 hours
                2h