2008 Apr 18 11:14 AM
Hi there. Which method could I use to set corsor/focus (I mean that yellow line of CL_GUI_ALV_GRID) on some grid's line/cell?
Hi there. Which method could I use to set corsor/focus (I mean that yellow line of CL_GUI_ALV_GRID) on some grid's line/cell?
2008 Apr 18 3:29 PM
Try this way
Set the cursor on a specific cell in the grid control.
CALL METHOD g_grid1->set_current_cell_via_id
EXPORTING
is_row_id =
is_column_id =
is_row_no =
a®
2008 Apr 21 1:01 PM
Great, but how to shade selected line with yelloworange color? It will be more clear for the user
2008 Apr 21 2:36 PM
For this you probably have to change the selection method SEL_MODE of the layout variable when calling your grid for the first time. I don't think you can 'force' this any way or the other.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |