New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Commands Invoking Rebind Implicitly

This topic lists which internal RadListView commands make an implicit call to the Rebind() method of the control in order to refresh its content and fetch the latest information from the data source.

Here is the complete list of commands that trigger Rebind():

Command Name Field
Update RadListView.UpdateCommandName
Cancel RadListView.CancelCommandName
Delete RadListView.DeleteCommandName
Edit RadListView.EditCommandName
InitInsert RadListView.InitInsertCommandName
PerformInsert RadListView.PerformInsertCommandName
Rebind RadListView.RebindCommandName
Page RadListView.PageCommandName
Sort RadListView.SortCommandName
ChangePageSize RadListView.ChangePageSize
Select RadListView.SelectCommandName
Deselect RadListView.DeselectCommandName
In this article