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

System Rows

RadVirtualGrid has three system rows.

WinForms RadVirtualGrid System Rows

  1. VirtualGridHeaderRowElement: Displays the columns header text.
  2. VirtualGridNewRowElement: Allows the end user to add a row.
  3. VirtualGridFilterRowElement: Displays the filter popup and the applied descriptors.

RadVirtualGrid and its master view info expose properties defining whether or not a particular row will be displayed. The default value for each of the properties is true.

  • ShowHeaderRow

  • AllowAddNewRow

  • MasterViewInfo.ShowFilterRow

The system rows can be resized to a particular height: Resizing Rows Programmatiacally.

See Also

In this article