Hi Team Syncfusion,
I am facing the same issue, when I open the editor using .openEditor() method, After clicking the save button popupClose event is triggered but ActionBegin and ActionComplete is not triggered. Whereas, Every thing works fine when I click on a scheduler cell and schedule an appointment.
Thanks
https://stackblitz.com/edit/ej2-angular-scheduler-open-editor-manually-kmfy9r?file=app.component.ts
Here is the scenario in my case.
I am surprised, It's working here.
My scheduler package version is 18.4.49.
Issue is resolved.
Problem was onPopupOpen I was deleting the EstimatorName, beacuse I don't need it in the Editor window.
delete args.data["EstimatorName"];
which was creating mess. Now I have hidden that row It worked for me.
Thankyou
Hi,
I am using syncfusion infinite scrolling and I want to update datasource on scroll reaching the end of the grid with actionBegin. But in my case actionBegin event is not getting triggered on reaching the end of the scroll.
Aparna,
We created a new forum for your Grid related query. Follow up on the below forum for further updates.
https://www.syncfusion.com/forums/180915/grid-query-branched-from-151732
Hi Team Syncfusion,
I am facing the same issue,
How scheduler Save ,edit, update delete
We have
provided the documentation link below for your reference. Please review it for
detailed guidance on saving, editing, and deleting operations in the Scheduler.
Additionally, we have validated that the actionBegin event
is triggered correctly during all CRUD operations.
Documentation Link: Crud actions in Angular Schedule component | Syncfusion
If you are still facing the issue, we would need additional details to replicate the problem on our end. We kindly request you to provide the following details, as this information will greatly assist us in understanding and resolving the issue effectively.
Please get back to us with the required details for further assistance.
Regards,
Saritha S.