Sender in kendoSchedulerReactiveEditing

1 Answer 80 Views
Scheduler
n/a
Top achievements
Rank 1
n/a asked on 26 Feb 2024, 03:35 PM

When the scheduler call createFormGroup In kendoSchedulerReactiveEditing property miss the sender SchedulerComponent.
How can i take the sender?

thank you

 

1 Answer, 1 is accepted

Sort by
0
Yanmario
Telerik team
answered on 29 Feb 2024, 09:30 AM

Hi Nunzio,

After checking our documentation it seems that the CreateFormGroupArgs doesn't provide the sender and that is considered a bug on our side that is logged in the following GitHub issue:

https://github.com/telerik/kendo-angular/issues/4233

In addition to that, it seems that there is also some missing information from the API and that will also be added.

In the meantime, the developer can use ViewChild to get a reference from the Scheduler component and allow you to programmatically interact with the component.

https://stackblitz.com/edit/angular-fuf6rj-9z8avy?file=src%2Fapp%2Fapp.component.ts,package.json

I have also updated your Telerik Points for helping us find this bug and improve our Scheduler component. 

I hope this helps.

Regards,
Yanmario
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
n/a
Top achievements
Rank 1
commented on 29 Feb 2024, 04:29 PM | edited

Hope it's fixed soon, it is useful have the sender component in the event

 

thank you

Regards

Tags
Scheduler
Asked by
n/a
Top achievements
Rank 1
Answers by
Yanmario
Telerik team
Share this question
or