Article Details
Id:16967
Product:finPOWER Connect
Type:NEW
Version:3.03.02
Opened:11/09/2018
Closed:19/05/2020
Released:02/07/2020
Job: J021335

HTML Widgets; widget.UI.Grid; AfterRowActivate event is now passed an object

For consistency with other events, the widget.UI.Grid's AfterRowActivate event is now passed an event object.

This contains the following properties:

  • row
    • row.listIndex

This means that the event handler can use e.row.listIndex instead of refering to the grid's ActivateDataRowListIndex() property.