HI ,
I have tabstrip control which consists of 3 tabs and each tab conatians ALV -cl_gui_alv_grid .
Drag and drop function is working for only for alv of second tab for the remaining tabs drag drop funciton not working al thought i implemented same code , when i am draging for parameter alv no event is getting triggred and if i drag for condtion alv event is getting triggred .
why is it behaving like this ?
handle_drag_parameter
FOR EVENT ondrag OF cl_gui_alv_grid
IMPORTING es_row_no
e_dragdropobj,
handle_drop_parameter
FOR EVENT ondrop OF cl_gui_alv_grid
IMPORTING es_row_no
e_dragdropobj,
handle_drag_condition
FOR EVENT ondrag OF cl_gui_alv_grid
IMPORTING es_row_no
e_dragdropobj,
handle_drop_condition
FOR EVENT ondrop OF cl_gui_alv_grid
IMPORTING es_row_no
e_column
e_dragdropobj,