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

Change AppointmentSource Text

1 Answer 57 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 19 Jun 2012, 07:59 PM
Simple question: Is there a way to replace the "Please provide an AppointmentsSource" text?

When I load my screen, it takes about 5 seconds to fetch the appointment data. Everything works fine after the 5 second load, but during the load there is a "Please provide AppointmentsSource" message displayed and I don't know how to customize that message. It's very confusing to end users, so I would like to show a "Loading..." message instead. How do I change that?

Thanks

1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 20 Jun 2012, 01:52 PM
Hello Peter,

To do this task you need to customize the the TextBlock value in the AppointmentSourceWarning Grid in the theme you are using. Here is simple snipped code representing that:
<Grid x:Name="AppointmentSourceWarning" ...>
     <TextBlock Text="Your loading text here." .../>
</Grid>

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

All the best,
Vladi
the Telerik team

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

Tags
ScheduleView
Asked by
Peter
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Share this question
or