RadGrid for ASP.NET

RadGrid Send comments on this topic.
RadGrid Class Events
See Also 
Telerik.WebControls Namespace : RadGrid Class


For a list of all members of this type, see RadGrid members.

Public Events

 NameDescription
Public EventCancelCommandOccurs when the Cancel button is clicked for an item in the Telerik RadGrid control.  
Public EventColumnCreated This event is fired after the creation of auto-generated columns.  
Public EventColumnCreating Fires before a custom column is created. You can handle the event to replace or modify the instance of the column that should be created and added into the collection of column in the corresponding GridTableView.  
Public EventCreateColumnEditor Fires when each editable column creates its column editor, prior to initializing its controls in the cells of the grid  
Public EventDataBinding (Inherited from System.Web.UI.Control)
Public EventDataBound (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
Public EventDeleteCommand Occurs when the Delete button is clicked for an item in the Telerik RadGrid control.  
Public EventDetailTableDataBind Fires when a detail-table in the hierarchy is about to be bound. You should only assign the DataSource property of the detail table to a data-source properly filtered to display ony child records related to the parent item.  
Public EventDisposed (Inherited from System.Web.UI.Control)
Public EventEditCommand Occurs when the Edit button is clicked for an item in the Telerik RadGrid control.  
Public EventGroupsChanging Fires when a grouping action has been performed. For example when a column header was dragged in the GroupPanel.  
Public EventInit (Inherited from System.Web.UI.Control)
Public EventInsertCommand Occurs when the Insert button is clicked for an item in the Telerik RadGrid control.  
Public EventItemCommandOccurs when a button is clicked in a Telerik RadGrid control.  
Public EventItemCreatedOccurs when a item is created in a Telerik RadGrid control.  
Public EventItemDataBoundOccurs when a data iten is bound to data in a Telerik RadGrid control.  
Public EventItemDeletedFires when a grid item has been deleted.  
Public EventItemEvent Fires when various item events occur - for example, before Pager item is initialized, before EditForm is initialized, etc.  
Public EventItemInsertedFires when a grid item has been inserted.  
Public EventItemUpdatedFires when a grid item has been updated.  
Public EventLoad (Inherited from System.Web.UI.Control)
Public EventNeedDataSourceFires when the grid is about to be bound and the data source must be assigned (is null/Nothing).  
Public EventPageIndexChangedFires when a paging action has been performed.  
Public EventPageSizeChanged Fires when PageSize property value has been changed.  
Public EventPreRender (Inherited from System.Web.UI.Control)
Public EventSelectedIndexChanged Occurs when a different item is selected in a table between posts to the server. (Inherited from GridBaseDataList)
Public EventSortCommandOccurs when a column is sorted.  
Public EventUnload (Inherited from System.Web.UI.Control)
Public EventUpdateCommand Occurs when the Update button is clicked for an item in the Telerik RadGrid control.  
Top

See Also