This topic explains which internal grid commands make an implicit call to the Rebind() method of r.a..d.grid in order to refresh the control's content and fetch the latest information from the grid source.
Here is the complete list of commands that trigger Rebind():
|
Command Name |
Field |
| ExpandCollapse |
RadGrid.ExpandCollapseCommandName |
| Update |
RadGrid.UpdateCommandName |
| Cancel |
RadGrid.CancelCommandName |
| Delete |
RadGrid.DeleteCommandName |
| Edit |
RadGrid.EditCommandName |
| InitInsert |
RadGrid.InitInsertCommandName |
| PerformInsert |
RadGrid.PerformInsertCommandName |
| RebindGrid |
RadGrid.RebindGridCommandName |
| Page |
RadGrid.PageCommandName |
| Sort |
RadGrid.SortCommandName |
| Filter |
RadGrid.FilterCommandName |
|
Note that the following commands do not perform internal rebind: |
| Select |
RadGrid.SelectCommandName |
| Deselect |
RadGrid.DeselectCommandName |