Version

IGridBehavior Interface Members

The following tables list the members exposed by IGridBehavior.

Public Properties
 NameDescription
 PropertyRequiresDataBindingIndicates if the behavior requires data binding when added or removed from grid's behavior collection.  
Public Methods
 NameDescription
 MethodGetRoleCountThe methtod indicates how many application style roles a behavior supports.  
 MethodGetRoleInfoGets an application styling role info by its index.  
 MethodMultiInstancesAllowedThe method indicates if multiple instances of the behavior are allowed by its parent.  
 MethodOnActionCalled when a client side action is being passed unto the grid.  
 MethodOnCallbackCreatedCalled when a partial callback is being initialized.  
 MethodOnCallbackRenderCalled during rendering of the callback object.  
 MethodOnItemCommandCalled when a command event is being bubbled. Gives a behavior opportunity to handle the command.  
 MethodOnLoadCalled when a behavior is being loaded. This is usually a good place to wire behavior events.  
 MethodOnPartialClearCalled when a collection is being partially cleared.  
 MethodOnUnloadCalled when a behavior is being unloaded. This is usually a good place to disconnect behavior events.  
 MethodRegisterScriptsInvoked to allow a behavior to register its JavaScript references.  
See Also