Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

selection column in grid control

Former Member
0 Likes
304

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.

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
275

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