This example demonstrates the column context menu feature of Telerik Grid for ASP.NET MVC. It allows you to show / hide columns client side.

To enable column context menu use the ColumnContextMenu method:

<%= Html.Telerik().Grid(Model)
        .Name("Grid")
        .ColumnContextMenu()
%>