The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ARArulpriya Ramalingam Syncfusion Team November 29, 2019 03:34 AM
Hi Eric,
Thank you for using support.
We already provided a knowledge base document to subscribe the DeleteItemClick event of ScheduleControl. Please make use of below online document to implement it.
Please get back to us, if you have any other queries.
Regards,
Arulpriya
EREricDecember 1, 2019 12:43 PM
Hi,
I used to code provided in the link. But when I used it, I encounter an error saying "System.NullReferenceException: 'Object reference not set to an instance of an object.'".
Also, in the output logs, it says "**strip** was null."
Thanks
ARArulpriya Ramalingam Syncfusion Team December 2, 2019 12:41 AM
Hi Eric,
Thank you for the update.
As per the ScheduleControl current behavior, the ContextMenuStrip will be initialized when the datasource for the ScheduleGrid is assigned. So, ensure that you are retrieving the ContextMenuStrip after the schedule is bounded with dataprovider. If still the issue exist at your end, we suspect that it might be occurred due to some other customization of ScheduleGrid. Please refer to the below sample and let us know the code part that causes the issue at your end which will be better for us to analyze further on this scenario.