Hello,
I am using a combobox with an OData data source as defined here:
I was expecting that when filtering, the combobox would use the $filter parameter but when inspecting the request, it is always empty. Am I missing something?
Thanks in advance,
Baptiste
PS: One more question, will OData v3 be supported in a near future? :)
I am using a combobox with an OData data source as defined here:
<telerik:RadODataDataSource runat="server" ID="RadODataDataSource1" EnablePaging="True" EnableSorting="True" EnableFiltering="True"> <Transport> <Read Url="http://localhost/DataService/" DataType="JSONP"></Read> </Transport> <Schema> <telerik:DataModel ModelID="Country" Set="CustomCountries"> <telerik:DataModelField FieldName="Name"></telerik:DataModelField> <telerik:DataModelField FieldName="ISOCountryCode"></telerik:DataModelField> </telerik:DataModel> </Schema></telerik:RadODataDataSource><telerik:RadComboBox runat="server" ID="RadComboBox1" ODataDataSourceID="RadODataDataSource1" Filter="Contains" DataModelID="Country" DataTextField="Name" DataValueField="ISOCountryCode" EnableLoadOnDemand="True" MaxHeight="200"></telerik:RadComboBox>I was expecting that when filtering, the combobox would use the $filter parameter but when inspecting the request, it is always empty. Am I missing something?
Thanks in advance,
Baptiste
PS: One more question, will OData v3 be supported in a near future? :)
