Hi Sakthivel,
You can try the following:
i5Grid.registerCellSelectionEventHandler(function(oEvent){
alert("cell selection event");
console.log(oEvent); // Q.Event
alert("selected cell value is "+Grid.getSelectedCellValue()); //This returns the value in the selected cell
});
Please mention the version of MII that you are using.
Thanks and Best Regards,
Ria