New to Telerik UI for WinUI? Start a free 30-day trial
Diplay Column Header Flyout
Updated on Mar 26, 2026
The following article shows an example of how to display column header flyout containing data commands, such as sorting, filtering and grouping.
To do that you would need to set ColumnDataOperationsMode property of RadDataGrid to Flyout.
Example 1: Set ColumnDataOperationsMode Property
XAML
<telerikGrid:RadDataGrid ColumnDataOperationsMode="Flyout" />
Now, all data actions associated with grid columns will be moved into a separate flyout that can be triggered by header tap: