Back to Devexpress

Customization Dialog

aspnet-118562-components-grid-view-concepts-data-representation-basics-customization-dialog.md

latest2.1 KB
Original Source

Customization Dialog

  • Jun 16, 2022
  • 2 minutes to read

The Customization Dialog allows users to sort, filter, group data, and change the order and visibility of columns in the ASPxGridView control on touch-enabled user interfaces. The dialog is optimized for use on tablets, mobile phones, and desktops/laptops with touchscreen monitors.

Online Demo: Customization Dialog

The following pages are available within the Customization Dialog to perform corresponding column-level data shaping operations:

  • Sorting

  • Grouping

  • Filtering

  • Column Chooser

Use the ASPxGridView.SettingsCustomizationDialog property to access settings that specify the availability of the Customization Dialog and its pages. Set the ASPxGridViewCustomizationDialogSettings.Enabled property to true to enable the Customization Dialog.

You can display the Customization Dialog as follows:

See Also

Online Demo: Customization Dialog