RadGrid for ASP.NET

RadGrid Send comments on this topic.
ShowHeadersWhenNoRecords Property
See Also 
Telerik.WebControls Namespace > GridTableView Class : ShowHeadersWhenNoRecords Property


If set to true (the default) GridNoRecordsItem is used to display no records template. This item is the only one displayed in the GridTableView in this case.   

 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Property ShowHeadersWhenNoRecords As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GridTableView
Dim value As Boolean
 
instance.ShowHeadersWhenNoRecords = value
 
value = instance.ShowHeadersWhenNoRecords
C# 
public bool ShowHeadersWhenNoRecords {get; set;}

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also