Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi,
I have a selected row binding from service1 to the input of service2, service2 being triggered by a double click event on a grid widget that receives "all data" from the service1.
However the selected row return is always the opposite row, 1st row selected and double clicked? Last row returned. 2nd row clicked? 2nd last returned etc.
Ive checked the raw output of service 1 and the row ordering corresponds to how it is displayed in the grid.
Running Thingworx 7.4.2b,
Anyone seen anything like this before?
I've included two images of the current bindings for some clarity on the issue. The hourlyFocusRedirectService records the timestamp of the row received. However it never receives the correct row. Anyone have any thoughts on this? I feel like it may be a bug with "Selected Row" functionality as its used extensively and successfully elsewhere in the system.