Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, 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

Query1: Problem when adding more than one instance of a custom query builder column.


Steps To Reproduce:
  1. In the ticket, run the attached sample.

  2. Open browser's debug console
  3. Select an operator on the Destination ETA rule. No error occurs
  4. Add a 'Load Identifier' rule. No error occurs.
  5. Change the original 'Destination ETA' rule operator. No error occurs.
  6. Add another 'Destination ETA' rule. Click on the operator. Exception occurs.
  7. Click on the original operator or other SfDropDownLists and the exception occurs.

Video of issue replication: 

https://www.syncfusion.com/downloads/support/directtrac/general/ze/Video-issue-replication-197481158

Query2: Problems occur when the query builder has both standard columns and custom column templates in the same query.


Steps To Reproduce:

  1. Open Developer tools window
  2. Add 'First Name' rule
  3. Add 'Hire Date' and change operator (error happens)
  1. Restart application
  2. Add any one of date fields (Hire, Promotion, Termination). This is a custom column template.
  3. Change date operator or values (no error occurs)
  4. Add LastName field. Change operator. (no error occurs)
  5. Change date operator. Change date operator (no error occurs).
  6. Change Last Name operator. Error occurs