New to Telerik UI for WinFormsStart a free 30-day trial

View Definitions Overview

Updated over 6 months ago

You can change RadGridView visual appearance and behavior by using a view definition. To define the view definition you have to set the ViewDefinition.

Assign ViewDefinition

C#
this.radGridView1.ViewDefinition = myDefinition;

All view definitions implement the IViewDefinition interface and you could create your own definitions, if you wish. Three different view definitions are currently included:

Figure 1: ColumnGroupsViewDefinition

WinForms RadGridView ColumnGroupsViewDefinition

Figure 2: HtmlViewDefinition

WinForms RadGridView HtmlViewDefinition

See Also

In this article
See Also
Not finding the help you need?
Contact Support