Ticket T1115606
Visible to All Users

Blazor - How to disable Column Chooser

created 3 years ago (modified 3 years ago)

[DevExpress Support Team: CLONED FROM T964862: Blazor - How to enable Column Chooser in GridListEditor (the old DxDataGrid)]

Hi Anatol, I have a similar issue, I want to disable the column chooser which is appearing by default. I'm using devExpress version 22.1.4. I know I can enable this with IModelOptionsBlazor.ListViewEnableColumnChooser option as mentioned here https://docs.devexpress.com/eXpressAppFramework/DevExpress.ExpressApp.Blazor.SystemModule.IModelListViewBlazor.EnableColumnChooser?p=net6&utm_source=SupportCenter&utm_medium=website&utm_campaign=docs-feedback&utm_content=T964862 but I don't know how to use it. It will be really helpful if you can provide a sample controller code utilizing this option or using any other way.

Thank you

Answers approved by DevExpress Support

created 3 years ago

Hello.

The EnableColumnChooser or ListViewEnableColumnChooser options are supposed to be set in the Model Editor invoked for your Blazor project (under the ListView or Options nodes, respectively). This is the easiest and recommended solution here.

It is also possible to set these options in code as described at Read and Set Values for Built-in Application Model Nodes or How to change the default Application Model value globally or for multiple nodes.

Finally, it is possible to disable this Action of ColumnChooserController or the whole Controller as described in Hide or Disable an Action (Button, Menu Item) in Code.

    Show previous comments (5)
    Dennis Garavsky (DevExpress) 3 years ago

      Here is also this option at the ListView node level:
      Clipboard-File-1.png

        I found it Dennis, Thanks a lot. I was actually looking in the model editor of module project.

        Dennis Garavsky (DevExpress) 3 years ago

          Great!

          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.