‎2007 Feb 02 12:19 PM
hi,
Is it possible to trigger an event once user selects a row of selection column
in grid control...actually, my requirement is....in a screen i ve 2 grid controls..
when user selects a row...accordingly a row in the other grid also shud get
selected..kindly help.
Thanks
Swaminathan.
‎2007 Feb 02 1:59 PM
Hello Swami
We do not have any event available in CL_GUI_ALV_GRID that is triggered when you select a row. However, you could define a column as hotspot (event <b>HOTSPOT_CLICK)</b> or, which I would prefer, define an event handler for event <b>DOUBLE_CLICK</b>. Thus, the user has to double-click in order to see the details.
Regards
Uwe