Telerik blogs

Another popular feature in RadGrid for ASP.NET AJAX is header context menu and I’ve made small demo how to achieve the same in RadGridView for Silverlight:
 Untitled

Similar to the custom filter row you can enable this functionality for your grid with a single property:

<telerikGrid:RadGridView x:Name="RadGridView1" 
             telerikGridViewHeaderMenu:GridViewHeaderMenu.IsEnabled="True" telerik:StyleManager.Theme="Vista" />

Enjoy!

[Download]


About the Author

Vladimir Enchev

is Director of Engineering, Native Mobile UI & Frameworks

Comments

Comments are disabled in preview mode.