Error in LinkGridtoDataSource - Operation not allowed on a unidirectional data source

Hi,
I am trying to link an FMXLiveGrid to a TSQLQuery component containing an SQL statement. I am using the Live Binding Wizard where I select the data source as the Query component. I then get the error at design time. When I run the program, the grid is not populated.

This worked fine in 10.1 with the old version of the FMXGrid component.

thanks,
Wesley

The error is also reproducible with a TGrid, so this error is not related to our components, but is an error when binding to a specific dataset.