First things first:
If I click into a NOT editable cell in a WebDynpro grid, its parent ( the entire row ) gets selected. For that it is properly set up in the layout painter ( row selectable = true ) .
If I click into an editable cell, nothing like this happens. Instead the cursor prompt appears allowing me to edit the cell according to the assigned cell-editor.
But I need this selection-changed event also for editable cells.
Because, if the user chooses the F4 in that cell, there shall only be values available, which depend on another cell-value in this specific selected row.
Any clues ?