Trying to use an ODataDataSource with a RadSearchBox. When I try to use it, I get the following error:
The query specified in the URI is not valid. The value for OData query '$orderby' cannot be empty.
Is there a way to set an orderby that I can pass? I don't see an option (or maybe I'm going nuts - could be) and it appears as though the ODataDataSource is just passing a blank $orderby= in the query string.
Thanks,
Richard