How to select a rows from Table/Grid ,and send value to another sevice?
Hello,
I am printing some rows on mashup in Grid with 4 columns.
I want to select a row from grid and send a particular value of a column to another service after clicking on that row.
How can I achive this?
Example:-
I am displaying Windchill part information on grid, i.e. Name,number, version, State.
Their are multiple row on grid.
when I select a particular row , the number column value should be send to the service and that service should get executed.
I have got solution for this using double click, but I want this on single click. Also every grid does not show selected Row option.
Please Help.

