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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.