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

Removing tabs from Appointment dialog

6 Answers 68 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Rafnas
Top achievements
Rank 1
Rafnas asked on 30 Nov 2016, 06:12 AM

hi,

can any one know, how to remove recurring and other tabs from Appointment dialog

6 Answers, 1 is accepted

Sort by
0
Accepted
Kalin
Telerik team
answered on 01 Dec 2016, 08:47 AM
Hi Rafnas,

You could extract and modify the default EditAppointmentDialog Style and ControlTemplate in order to remove the not needed UI. For more details please check the following article:
http://docs.telerik.com/devtools/wpf/controls/radscheduleview/features/custom-dialogs

Hope this helps.

Regards,
Kalin
Telerik by Progress
Telerik UI for WPF is ready for Visual Studio 2017 RC! Learn more.
0
Rafnas
Top achievements
Rank 1
answered on 02 Dec 2016, 09:34 AM
Thank you, its working!...
0
Rafnas
Top achievements
Rank 1
answered on 07 Dec 2016, 04:38 AM

Hi Kalin,

can you tell me how to add new button and event for that button in appointment Pop up window

 

0
Kalin
Telerik team
answered on 09 Dec 2016, 08:06 AM
Hello Rafnas,

You could use the same approach in order to add new UI in the dialog. However if you have faced any issues doing that - please share more details regarding the scenario and the exact issue. If you can share a sample project that would be helpful.

If you have any other questions, please let us know.

Regards,
Kalin
Telerik by Progress
Telerik UI for WPF is ready for Visual Studio 2017 RC! Learn more.
0
Rafnas
Top achievements
Rank 1
answered on 10 Dec 2016, 12:32 PM

hi kalin,

I added one radbutton, but I dont know how to give button click event separately for this button

Thank you,

Rafnas

0
Yana
Telerik team
answered on 15 Dec 2016, 07:46 AM
Hi Rafnas,

You could handle the Click event as a Command in the ViewModel, please take a look at our EventToCommandBehavior topic.

Additionally, you could check the approach suggested in the Add RadComboBox to a custom EditAppointmentDialog topic for binding a property in the dialog to a property in the ViewModel by defining the ViewModel as a StaticResource.

I hope this would be helpful.

Regards,
Yana
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
ScheduleView
Asked by
Rafnas
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Rafnas
Top achievements
Rank 1
Yana
Telerik team
Share this question
or