View Definitions Overview
You can change RadGridView visual appearance and behavior by using a view definition. To define the view definition you have to set the ViewDefinition.
The View Definitions is part of Telerik UI for WinForms, a
professional grade UI library with 160+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Assign ViewDefinition
this.radGridView1.ViewDefinition = myDefinition;
Me.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:
TableViewDefinition: this is the default view definition.
ColumnGroupsViewDefinition: enables grouping of columns and multiple rows in one row.
HtmlViewDefinition: uses layout similar to the one existing in HTML tables.