Quantcast
Channel: SCN: Message List - SAP Manufacturing Integration and Intelligence (SAP MII)
Viewing all articles
Browse latest Browse all 4841

Re: Adding applet events to i5Grids and i5Charts

$
0
0

Hi Maaz,

 

You can use the following function to register for rowselection in i5Grid.

    

     function funcToBeCalledOnRowSelect() {

          alert("Row selected!!");

     }

    

     var g = new com.sap.xmii.grid.init.i5Grid(....);

     g.registerRowSelectionEventHandler(funcToBeCalledOnRowSelect);

 

For this event to get triggered, Allow Selection should be true and Allow Cell Selection should be configured as false for the i5Grid.

 

Do let me know if you still face issues.

 

Regards,

Ria


Viewing all articles
Browse latest Browse all 4841

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>