Hello:
I've been working with your schedular for a few days. One thing that I need is to be able to see the event details based upon an appointment/event a user clicks on (will be read-only). I noticed the apointmenClick event, and I know I want to get the appointment's EventDescription WHERE @ID=EventID (or something like that). Then I want to display it in a label (me.lvlEventDetail.Text)
The issue I am having is as follows:
1. Is this possible?
2. If so, what would the syntax look like?
I had a thought to simply show the event detail in a table below the schedular, or (and I like this idea better) use RadTooltip to show event details and provide a link for registration.
I look forward to your response.
I've been working with your schedular for a few days. One thing that I need is to be able to see the event details based upon an appointment/event a user clicks on (will be read-only). I noticed the apointmenClick event, and I know I want to get the appointment's EventDescription WHERE @ID=EventID (or something like that). Then I want to display it in a label (me.lvlEventDetail.Text)
The issue I am having is as follows:
1. Is this possible?
2. If so, what would the syntax look like?
I had a thought to simply show the event detail in a table below the schedular, or (and I like this idea better) use RadTooltip to show event details and provide a link for registration.
I look forward to your response.