select data from grid row and send it as an input to another service
Hello,
I am having a grid with single column having child rows also , I want to select a particular row and use it's data as an input to another service.
I have used the selectedRows and selectedRowsChanged binding properties but the selected data is in the form of an infotable which can not be used by my service , as the service is having it's input type as string.
So, is there any way so that I can convert the returned infotable into string??

