RadGrid for ASP.NET

RadGrid Send comments on this topic.
SelectedIndexChanged Event
See Also 
Telerik.WebControls Namespace > GridBaseDataList Class : SelectedIndexChanged Event


Occurs when a different item is selected in a table between posts to the server.   
 

 

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

Syntax

Visual Basic (Declaration) 
Public Event SelectedIndexChanged() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As GridBaseDataList
Dim handler As EventHandler
 
AddHandler instance.SelectedIndexChanged, handler
C# 
public event EventHandler SelectedIndexChanged()
 

Requirements

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

See Also