onRowEnter property

FdcGridCellFocusEvent? onRowEnter
final

Called when grid focus enters a visual row.

This is a grid/view notification, not a dataset lifecycle event. Use dataset beforeScroll/afterScroll for record-level data workflows.

Implementation

final FdcGridRowFocusEvent? onRowEnter;