I succeeded to show the id of the selected row from a subgrid in alert message, also to populate a field in the form with onLoad event, but what I need is when I select a row in a subgrid another field in the form to be populated with the id of the selected form, and not to show as an alert message. But the problem is that it doesn't recognize setValue function. Any idea how can I achive this?
After I select one of the rows in the subgrid i need the JSField to be populated with the id of the selected row.