Anyway to call Retrieve Data from Grid from php?

I have a form with a captured field. This field will call a grid which will return a value back when click at the icon.

Suppose I want to call this grid and return a value back WITHOUT clicking at the icon. Is it possible to do so from php / JS functions?

Please help.