This event is triggered when the end user selects a new item in a Grid control or Tabular Grid control, both programmatically (by using Select/Deselect methods) or interactively (by tapping on a row). In this last case, the event will be executed before the default action.
Event GridControlName.SelectionChanged
<event code>
EndEvent
Where:
GridControlName
Is the Grid control name.
<event code>
Code executed when the event is triggered.
The SelectionChanged event cannot access attribute values. Use the
default action event for that.
Controls: Grid control, Tabular Grid control
Generators:
Apple, Android, Angular
Grids with Selection By Code for Panels
Select method
SelectedItem property
Deselect method