This is a migrated thread and some comments may be shown as answers.

editappointment form

0 Answers 47 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Shah
Top achievements
Rank 1
Shah asked on 15 Nov 2012, 06:17 PM

hi em using telerik radschedular for my fyp i have faced serious problem during working and still i havent fixed it  plz help me  i get inherited edit appointment form of radschedular now i want whenever i click or make new on particular schedular it open that inherited form i used radschedular event handler     

private void radScheduler1_AppointmentEditDialogShowing(object sender, Telerik.WinControls.UI.AppointmentEditDialogShowingEventArgs e)
        {



           Form3 ob = new Form3();
           ob.Show();
        }

form 3 is editappointment form it gives me error when i doubleclick or make schedule on schedular error is "child is not child control of their parent" em beginer on c# plz help me thanks in advance

No answers yet. Maybe you can help?

Tags
Scheduler and Reminder
Asked by
Shah
Top achievements
Rank 1
Share this question
or