Commands Invoking Rebind Implicitly
This topic lists which internal RadTreeList 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 |
---|---|
Rebind | RadTreeList.RebindCommandName |
ExpandCollapse | RadTreeList.ExpandCollapseCommandName |
Edit | RadTreeList.EditCommandName |
InitInsert | RadTreeList.InitInsertCommandName |
Cancel | RadTreeList.CancelCommandName |
Update | RadTreeList.UpdateCommandName |
PerformInsert | RadTreeList.PerformInsertCommandName |
Delete | RadTreeList.DeleteCommandName |
Sort | RadTreeList.SortCommandName |
Page | RadTreeList.PageCommandName |
ChangePageSize | RadTreeList.ChangePageSize |
Select | RadTreeList.SelectCommandName |
Deselect | RadTreeList.DeselectCommandName |