New to Telerik UI for WinForms? Download free 30-day trial

Split View

The Split View allows easy data comparison by displaying two grids in the same container. The section can be synchronized as well.

WinForms RadGridView Split View

The following properties are controlling the Split View mode:

  • SplitMode: Controls the split view mode. The default value is None. The other possible values are Horizontal and Vertical.
  • SynchronizeCurrentRowInSplitMode: Gets or sets whether when changing the current row in one split view the same row in the other split view will be brought into view.
In this article