RadGrid for ASP.NET

RadGrid Send comments on this topic.
RebindGridCommandName Field
See Also 
Telerik.WebControls Namespace > RadGrid Class : RebindGridCommandName Field


Represents the "RebindGrid" command name. This field is read-only. Forces RadGrid.Rebind 

 

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

Syntax

Visual Basic (Declaration) 
Public Shared RebindGridCommandName As String
Visual Basic (Usage)Copy Code
Dim value As String
 
value = RadGrid.RebindGridCommandName
 
RadGrid.RebindGridCommandName = value
C# 
public static string RebindGridCommandName

Remarks

Use the RebindGridCommandName field to force rebinding the grid.

Requirements

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

See Also