Trey Balut
Trey Balut

Reputation: 1395

Hide Group Panel Telerik DataGrid UWP

I'm trying to hide the GroupPanel in the Telerik UI for UWP RadDataGrid control.

radgrid.ShowGroupPanel does not work.

Upvotes: 3

Views: 351

Answers (2)

Trey Balut
Trey Balut

Reputation: 1395

UserGroupMode="Enabled" or UserGroupMode="Disabled" will show/hide the grouping panel.

@aghilpro I found the answer.

Upvotes: 2

Farhad
Farhad

Reputation: 4181

You can use CanUserGroup

CanUserGroup (bool) : Gets or sets a value indicating whether the user can group the data by tha values in the column using the built-in Grouping UI.

More info : http://docs.telerik.com/devtools/universal-windows-platform/controls/raddatagrid/columns/datagrid-overview

Upvotes: 0

Related Questions