New to Telerik UI for WinUI? Download free 30-day trial

Diplay Column Header Flyout

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

<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:

In this article
Not finding the help you need?