Version

RowEditingTemplate Class Properties

For a list of all members of this type, see RowEditingTemplate members.

Public Properties
 NameDescription
Public PropertyCancelButtonThe ID of the button object on the Row Edit Template that will cancel changes and close the template area.  
Public PropertyClientBindingsMap of get/set value JavaScripts and corresponding columns in the grid.  
Public PropertyDropDownZIndexThe DropDownZIndex allows the programmer to set the z-index of the of the RowEditTemplate to ensure that the RowEditTemplate will show up on top of the Grid.  
Public PropertyEditModeActionsReturns the action that will cause the cell to enter editmode.  
Public PropertyEnabledDetermines if the behavior is enabled. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyEnableInheritanceThis property will have an affect only for WebHierarchicalDataGrid and when set to true will enable the behavior for child bands.  
Public PropertyGridA reference to the grid the behavior belongs to. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyHasRowEditingTemplateIndicates whether the bahavior has its template assigned and instantiated.  
Public PropertyIndexIndex of the behavior inside of the behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyIsEmptyChecks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Public PropertyNameOverridden. Holds name of the behavior. It's "RowEditing" for the edit row template behavior.  
Public PropertyOKButtonThe ID of the button object on the Row Edit Template that will accept changes and close the template area.  
Public PropertyOwnerCollectionA reference to the grid behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Public PropertyRowEditingClientEventsHolds client side event definitions for the edit row template.  
Public PropertyTemplateReference to the behavior's template.  
Public PropertyTemplateContainerReference to the behavior's template container.  
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyControlRunBotReturns reference to the Grid's runbot (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Protected PropertyDelayLoadingClientCollectionsCustomizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyIsTrackingViewStateThis method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyPropCountOverridden. The number of properties for RowEditingTemplate  
Protected PropertyRequiresDataBindingIndicates if the behavior requires data binding when added or removed from grid's behavior collection. (Inherited from Infragistics.Web.UI.GridControls.GridBehavior)
Protected PropertyTransactionLists (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyViewStateProperty to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
See Also