SelectedRowsChanged issue
The SelectedRowsChanged event is launched even if the selected row is not changed from a grid, but just after a refresh of the service returning the data.
This is what happen (note thantI switched from TWX 8.2 to 8.5):
I have a mashup with a service returning an infotable.
I put this data into a grid, and here it is possible to select a row
I also have a refresh widget that calls every 30 seconds the service, just to to update values
Now I select a row, and correctly SelectedRowsChanged is launched.
After some time when the refresh widget triggers and launch the service, I also get the SelectedRowsChanged event, even if I didn't changed it from the grid.
It happen with both classic grid and also grid advanced.
With TWX 8.2 this was not happening.
Can this be fixed without doing other tricks ?

