cancel
Showing results for 
Search instead for 
Did you mean: 

on selection A I5Grid Row initiate I5Grid B by passing parameter column 3 of selected Row

mashfaq
Contributor
0 Kudos

Dear Guru,

           I want to initiate I5Grid B on selection of I5Grid A Row hard code value of column 3.

Which function I has to use for button I can use press function but on I5Grid click which function or code will be applicable.

Thanks

Muhammad Ashfaq

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

To capture the click event, you have to use the JS method:

<i5GridName>.registerRowSelectionEventHandler(myhandler)

As Christian mentioned this, and other methods, are documented in the help.

Sam

Answers (1)

Answers (1)

former_member185280
Active Contributor
0 Kudos

You can find out about all the i5Grid's events and methods here: i5Grid - SAP Library

Regards,
Christian