Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
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??
You should be able to use specifically the field in 'Selected Rows' is my first thought. (Have you checked to see if you see the fields when expanding 'Selected Row(s)'?)
The service that you are using, is this out of the box or something you can customize? You can always change the service if it can be customized or overridden.
I'm loathe to suggest this work around, but if you were to take the selected row (infotable) and map that to a Mashup Parameter, I believe you get access to each field as well - this shouldn't be necessary, my first suggestion should work.