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

AppointmentToolTip

1 Answer 27 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Iron
Kjell asked on 06 Aug 2015, 01:15 PM

I use exempel "Scheduler - Using RadToolTip"

How can I integrate/use my own database fields for example:

If apt.MyField.ToString() = "Ja" Then.....

 

 

Protected Overrides Sub OnPreRender(e As EventArgs)
    MyBase.OnPreRender(e)
 
    lblStartDate.Text = apt.Owner.UtcToDisplay(apt.Start).ToShortDateString
    lblEndDate.Text = apt.Owner.UtcToDisplay(apt.[End]).ToShortDateString
 
    lblRubrik.Text = apt.Subject.ToString()
    lblBeskrivning.Text = apt.Description.ToString()
 
    If apt.Description.ToString() = "" Then
        hlVisa.NavigateUrl = "appointment.aspx?id=" & apt.ID.ToString()
    End If
End Sub

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 11 Aug 2015, 08:59 AM
Hi,

Could you please open a support ticket and provide a runnable sample demonstrating the exact implementation that you are using so we could inspect it locally and provide the best possible solution.

Regards,
Dimitar Terziev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Scheduler
Asked by
Kjell
Top achievements
Rank 1
Iron
Answers by
Dimitar Terziev
Telerik team
Share this question
or