Hello Bruno,
Firstly I want to thank you for the valuable input.
You should use the OpenAccessDataSource.CommandText property which enables you to specify a custom
OQL query. But in this case you will not be able to perform create, delete and update operations through the control.
What you should do is to provide an event handler for the OpenAccessDataSource.Selecting event and specify the OQL statement there:
Hope that helps.
All the best,
Damyan Bogoev
the Telerik team