Occurs when the current item in the control changes.
Argument | Description |
---|---|
sender | String. Identifier for the client-side control. |
row | Number. The number of the row containing the item that has just gained focus. |
columnName | String. The name of the column containing the item. |
In Web Forms targets, once a DataWindow loses focus and a postback event is triggered, the DataWindow loses memory of its current column. If the same cell regains the focus, the ItemFocusChanged event is triggered because the current column is lost after the page posts back to the client.