Occurs when a field in a DataWindow control has been modified and loses focus (for example, the user presses Enter, the Tab key, or an arrow key, or clicks the mouse on another field within the DataWindow).
Argument | Description |
---|---|
sender | String. Identifier for the client-side control. |
row | Number. The number of the row containing the item whose value is being changed. |
columnName | String. The name of the column containing the item. |
newValue | String. The new data the user has specified for the item. |
Default postback scripts for this event are PBDataWindow_ItemFocusChanged_AND_ItemChanged and PBDataWindow_ItemFocusChanged_AND_ItemChanged_OR_ItemError. The default event handler PBDataWindow_ItemChangedReject does not cause a postback, and rejects the changed value entered by the user.