Hello Sander,
You can find instructions of how to access the controls in the advanced form
here.
One solution is to attach a handler on the
OnFormCreated event and check if the Scheduler is in
insert or
edit mode. If that is so, find some control (depending on where you want to put the label) from the form, find its parent and add your label as a child of the parent control.
Example: subjectTextbox.Parent.Controls.Add(testLabel);
*subjectTextbox - control from the advanced form.
*testLabel - label I want to put in the form.
Best wishes,
Ivana
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward!
We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>