Hi,
In popup(quickInfoTemplates) we added have one button, once we are clicking that button the click event is not firing.
we are using
"@syncfusion/ej2-react-base": "17.2.34",
"@syncfusion/ej2-react-diagrams": "17.1.47",
"@syncfusion/ej2-react-gantt": "17.2.34",
"@syncfusion/ej2-react-navigations": "17.2.34",
"@syncfusion/ej2-react-popups": "17.2.34",
"@syncfusion/ej2-react-schedule": "17.2.34"
and code is:-
quickInfoTemplates = {{
header:(taskData) => quickHeader(taskData, this.props),
content:(taskData) => quickContent(taskData, this.props),
footer:(taskData) => quickFooter(taskData, this.props)
}}
Here quickContent contains the button.
The react version we are using :-
"react":"17.0.1"
"react-dom":"17.0.1"
"react-router-dom": "5.2.0"
"redux": "4.0.5"