Not logged in - Login

Add Group Panel to ASPxGridView Grid

To add a group by panel to the grid, do the following:

  • Set the 'Settings.ShowGroupPanel' property of the grid to 'true'.

The underlying HTML will look something like the following:

<Settings ShowGroupPanel="True"/>