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

Subject Not Displaying

1 Answer 33 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ian
Top achievements
Rank 2
Ian asked on 08 Jun 2012, 07:34 PM
I am trying to get the appointments to display and i am able to get the appointment control up but then inside of the appointment there is no text at all it is just blank. Although it will display a tool tip that has what the subject of it should be. Another note is that i am using a custom advanced insert template is that y it is doing this? Please help!

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 12 Jun 2012, 09:06 AM
Hello Ian,

 
Please refer to our Customized Templates demo where similar functionality is achieved by using templates the following code:

<AppointmentTemplate>
                <div class="rsAptSubject">
                    <%# Eval("Subject") %>
                </div>
                <%# Eval("Description") %>
            </AppointmentTemplate>

Hope this will be helpful.

Greetings,
Plamen Zdravkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
Ian
Top achievements
Rank 2
Answers by
Plamen
Telerik team
Share this question
or