Sticky Group Headers

By default, RadGridView's group headers will go out of view once you scroll past them as illustrated in Figure 1.

Figure 1: RadGridView with Disabled Sticky Group Headers

Telerik Silverlight DataGrid disabled sticky group headers

You can stick the headers of the group to the top until its items are scrolled out of view by setting the EnableStickyGroupHeaders property to true.

The EnableStickyGroupHeaders functionality is only supported when GroupRenderMode is Flat. If the Nested grouping mode is set, a NotSupportedException will be thrown.

Example 1: Enable Sticky Group Headers

<telerik:RadGridView EnableStickyGroupHeaders="True" /> 

Figure 2: RadGridView with Enabled Sticky Group Headers

Telerik Silverlight DataGrid enabled sticky group headers

See Also

In this article