Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Enhance the Odata Adaptor capabilities by introducing support for the isof operator. Currently, the Datamanager does not support isof, to filter data based on type discrimination
For example:
$filter=isof('Edm.Tenant.CusCode') or isof('Edm.Tenant.CusType')
$filter=(isof('Edm.Tenant.CusCode') and code eq 'Hi') or (isof('Edm.Tenant.CusType') and code eq 'No'))
By adding isof support, users can create more flexible and advanced filtering conditions, improving the datamanager’s compatibility with OData type-based filtering scenarios.