Hi Badal
Thanks for the update,
We were unable to reproduce the issue, “Button OnClick event is not work” by the given code. From our end, the given code is working perfectly and the OnClick event is also working for the sample. We have also provided the video demo for the corresponding sample.
Please find the video in the below link.
http://www.syncfusion.com/downloads/support/forum/121182/ze/demo613030923
We have also attached the sample by setting the required field validation.
http://www.syncfusion.com/downloads/support/forum/121182/ze/ButtonnewSample1973384606
Please share the screenshots of the corresponding error , so that we will help you.
Regards,
Arun P
[Site.Master]
<head runat="server">
<%: Scripts.Render("~/Scripts/jquery-1.10.2.min.js")%>
<%: Scripts.Render("~/Scripts/jsrender.min.js")%>
<%: Scripts.Render("~/Scripts/ej/ej.web.all.min.js")%>
<%: Scripts.Render("~/Scripts/ej/ej.webform.min.js")%>
</head>
<body>
<form runat="server">
<asp:ScriptManager runat="server">
</asp:ScriptManager>
<!--Other Codes-->
</form>
</body> |