Hi support, i've a grid with the server side searching field in the toolbar. I've implemented the server side controller with webapi adaptor (<EjsDataManager Url="https:xxxxxx" Adaptor="Adaptors.WebApiAdaptor"></EjsDataManager>.
When i search data the $filter querystring variable is correctly filled but the value contains the OData syntax (substringof('value', filedname)).
Why if i use a webapi and not odata adaptor, the syntax is non contains() ?
Thanks in advance
Stefano