Hello Jozef,
I am trying to implement this method, but for this, first i need to set the cursor to the intended cell.
And for this purpose, i tried to use the below method :
CALL METHOD go_grid->set_current_cell_id
EXPORTING
row_id = 1
col_id = 2
* EXCEPTIONS
* error = 1
* others = 2.
But the program gives an error message that this method id set as protected and can't be used.
Any idea on how to proceed ?
Thanks.
Rajat.