Button click not working inside the dialog

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-redux":"7.2.1"
"react-router-dom": "5.2.0"
"redux": "4.0.5"


1 Reply 1 reply marked as answer

HB Hareesh Balasubramanian Syncfusion Team June 7, 2021 12:17 PM UTC

Hi Sudhanshu, 

Greetings from Syncfusion Support..! 

We have validated your query and suspect that the issue is due to using outdated packages of the scheduler. We have checked the same scenario in our latest version which is working fine. So please try to upgrade the package. 


If you still facing the problem, please share the following details to validate the issue further. 
  • Issue replicating sample
  • Or replicate the issue in the above sample
  • Share entire quick info template related code snippets

Regards, 
Hareesh 
 


Marked as answer
Loader.
Up arrow icon