grid header visible even if column is hidden

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • 7.0.1
    • Affects Version/s: 7.0.0
    • Component/s: Components
    • Environment:

      Windows 7, JDK 7u40, Tomcat 7.0.42, Firefox 17.0.8, Explorer 11

    • None

      When hiding a column using the popup menu, it's header is still visible.

      <grid hflex="true">
      	<columns menupopup="auto">
      		<column hflex="1" label="A" />
      		<column width="30em" label="B" />
      		<column hflex="2" label="C" />
      		<column hflex="3" label="D" />
      	</columns>
      	<rows>
      		<row>
      			<label value="A" />
      			<label value="B" />
      			<label value="C" />
      			<label value="D" />
      		</row>
      	</rows>
      </grid>
      

            Assignee:
            Unassigned
            Reporter:
            benedetti
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: