The following tables list the members exposed by IGridBehavior.
Name | Description | |
---|---|---|
![]() | RequiresDataBinding | Indicates if the behavior requires data binding when added or removed from grid's behavior collection. |
Name | Description | |
---|---|---|
![]() | GetRoleCount | The methtod indicates how many application style roles a behavior supports. |
![]() | GetRoleInfo | Gets an application styling role info by its index. |
![]() | MultiInstancesAllowed | The method indicates if multiple instances of the behavior are allowed by its parent. |
![]() | OnAction | Called when a client side action is being passed unto the grid. |
![]() | OnCallbackCreated | Called when a partial callback is being initialized. |
![]() | OnCallbackRender | Called during rendering of the callback object. |
![]() | OnItemCommand | Called when a command event is being bubbled. Gives a behavior opportunity to handle the command. |
![]() | OnLoad | Called when a behavior is being loaded. This is usually a good place to wire behavior events. |
![]() | OnPartialClear | Called when a collection is being partially cleared. |
![]() | OnUnload | Called when a behavior is being unloaded. This is usually a good place to disconnect behavior events. |
![]() | RegisterScripts | Invoked to allow a behavior to register its JavaScript references. |