Ticket DS53998
Visible to All Users

Ability to hide Columns with AllowMove=false

created 18 years ago

It appears it's not possible to hide/show columns via the customization form if said columns aren't marked as AllowMove. It should be possible to add/remove columns from the grid layout regardless of whether those columns can be reordered within that layout, e.g. AllowMove.
Proposed Solution:
Add a new OptionsColumn flag called AllowHide. If this is true, the column may participate in interactions with the Column Chooser/Customization Form.

Comments (1)
MF MF
Mike Falcon (DevExpress) 16 years ago

    The following property has been added:
    GridColumn.OptionsColumn.AllowShowHide (bool);

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.