4 Answers, 1 is accepted
0
Hello Kiena,
Regarding the delete button you could simply set the ShowDeleteButton property of RadScheduleView to false.
Can share more details about the second question? What do you need to achieve? What I can suggest you would be to check the ScheduleView Configurator example and play with the settings in order to achieve the desired appearance.
Hope this helps.
Regards,
Kalin
Telerik by Progress
Regarding the delete button you could simply set the ShowDeleteButton property of RadScheduleView to false.
Can share more details about the second question? What do you need to achieve? What I can suggest you would be to check the ScheduleView Configurator example and play with the settings in order to achieve the desired appearance.
Hope this helps.
Regards,
Kalin
Telerik by Progress
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
0
Kiena
Top achievements
Rank 1
answered on 03 Feb 2017, 01:57 AM
Hai Kalin, thanks for your answers.
for my second question, i want to rezise(reduce) the height / space between time schedule (please see the attachment).
and can i disable click event? so user cannot click / view detail about appointment (My application error/hang event i clicked appointment)
Thanks for your help
0
Accepted
Hi Kiena,
You can try to configure the MinTimeRulerExtent property in order to change the space between the timer ruler lines. For more details please check the following article:
http://docs.telerik.com/devtools/wpf/controls/radscheduleview/end-user-capabilities/timerulerconfiguration#timeruler-configuration
As for the click event - you could Cancel the dialog ShowDialog event. For more details check the following article:
http://docs.telerik.com/devtools/wpf/controls/radscheduleview/howto/prevent-dialogs-from-opening
Hope this helps.
Regards,
Kalin
Telerik by Progress
You can try to configure the MinTimeRulerExtent property in order to change the space between the timer ruler lines. For more details please check the following article:
http://docs.telerik.com/devtools/wpf/controls/radscheduleview/end-user-capabilities/timerulerconfiguration#timeruler-configuration
As for the click event - you could Cancel the dialog ShowDialog event. For more details check the following article:
http://docs.telerik.com/devtools/wpf/controls/radscheduleview/howto/prevent-dialogs-from-opening
Hope this helps.
Regards,
Kalin
Telerik by Progress
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
0
Kiena
Top achievements
Rank 1
answered on 08 Feb 2017, 05:21 AM
Thank you, its working