RadGrid for ASP.NET

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


Gets or set a value indicating whether the statusbar item of the grid will be shown.   

 

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

Syntax

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

Return Value

true if the status bar item would be shown, otherwise false. The default value of this property is false.

Remarks

This property is meaningful when the grid is in AJAX mode, i.e. when EnableAJAX is set to true.

See this help topic for more details.

Requirements

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

See Also

Reference

RadGrid Class
RadGrid Members

Telerik RadGrid Manual

Status bar item