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

How to remove the "Please Provide an AppointmentSource" message?

1 Answer 64 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Michele
Top achievements
Rank 2
Michele asked on 25 Jun 2012, 07:43 AM
Hello,
how do I remove this message when the datasource is still loading? another question with Q3 2011 I had the IsReadOnly property...how do I remove the possibility to delete an appointment?
Thanks

1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 26 Jun 2012, 12:27 PM
Hi Paolo,

Straight up to your questions:

To remove the "Please provide an AppointmentsSource" you need to change/remove the TextBlock value in the AppointmentSourceWarning Grid in the theme. Here is a snipped code representing that:

<Grid x:Name="AppointmentSourceWarning" ...>
     <TextBlock Text="Please provide an AppointmentsSource" .../>
</
Grid>


On your second question, you can remove the delete button with x:Name="DeleteButton" in the theme you are using.

The easiest way to customize the ScheduleView theme is to use implicit styles, you can read this article for more details.

Greetings,
Vladi
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ScheduleView
Asked by
Michele
Top achievements
Rank 2
Answers by
Vladi
Telerik team
Share this question
or