Query1: Problem when adding more than one instance of a custom query builder column.
Steps To Reproduce:
In the ticket, run the attached sample.
- Open browser's debug console
- Select an operator on the Destination ETA rule. No error occurs
- Add a 'Load Identifier' rule. No error occurs.
- Change the original 'Destination ETA' rule operator. No error occurs.
- Add another 'Destination ETA' rule. Click on the operator. Exception occurs.
- 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:
- Open Developer tools window
- Add 'First Name' rule
- Add 'Hire Date' and change operator (error
happens)
- Restart application
- Add any one of date fields (Hire, Promotion,
Termination). This is a custom column template.
- Change date operator or values (no error
occurs)
- Add LastName field. Change operator. (no
error occurs)
- Change date operator. Change date operator
(no error occurs).
- Change Last Name operator. Error occurs