System Rows
RadVirtualGrid has three system rows.
- VirtualGridHeaderRowElement: Displays the columns header text.
- VirtualGridNewRowElement: Allows the end user to add a row.
- 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.