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

Replace EditForm?

3 Answers 153 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Majd
Top achievements
Rank 1
Majd asked on 24 Jul 2009, 06:56 PM
Even though I can change using Inherited form, I was wondring if there is a way to completely disable it and replace it with my own form that would update the SQL tables directly (along with other things in the database). My question is about disabling the edit dialog and relacing it with my own...  If you happend to provide examples, would you please provide VB.net?

Thanks
 

3 Answers, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 29 Jul 2009, 11:36 AM
Hi Majd,

You could, instead of inheriting from the default appointment edit dialog, implement IEditAppointmentDialog interface from scratch. However, you should be aware that the default dialog has logic for a lot of cases and it may not be very easy to implement a new dialog from scratch.

I would suggest that you share with us (if you can) what do you want to do and why the default dialog cannto be used. Then we could try to improve the dialog so that you can just change the part that you need, instead of implementing the whole thing from scratch.

Regards,
Jordan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Thomas Andersson
Top achievements
Rank 1
answered on 08 Jan 2010, 02:13 PM
I don't understand why you have such a strong coupling between your Schelduler and the EditForm? I understand that some people may be able to use it out of the box or by just extending the EditForm but I believe there are many people who needs to have their own and a total redesigned EditForm. For my company to use these components we have to add a lot of code and time to break your component apart instead of spending time to build things.

Do you have an example for replacing the EditForm?
Do you have any update plans for the Scheduler component?

Thanks
Thomas
0
Boyko Markov
Telerik team
answered on 14 Jan 2010, 07:49 AM
Hi Thomas Andersson,

1. We have an example which replaces the EditAppointmentDialog with a custom one. Please take a look at the QSF, RadScheduler's DataBinding demo's source code. In the demo, the scheduler uses a CustomEditAppointmentDialog which extends the default one by adding an e-mail edit field.

2.  Please,  take a look at the following help article which describes how to customize the edit dialog:

http://www.telerik.com/help/winforms/scheduler_customizeeditappointmentdialog.html

3. Yes, we are currently working on the new version of the control. One of the major features which will be included in the scheduler control is a TimelineView.  We will also publish on the web site our roadmap very soon and you will be able to get more detailed information about the new features which you should expect in the Q1 release..

If you have more questions, please feel free to contact us.

Kind regards,
Boyko Markov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Scheduler and Reminder
Asked by
Majd
Top achievements
Rank 1
Answers by
Jordan
Telerik team
Thomas Andersson
Top achievements
Rank 1
Boyko Markov
Telerik team
Share this question
or