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

More appointments on a single date

2 Answers 46 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
smith spd
Top achievements
Rank 1
smith spd asked on 11 Aug 2010, 08:03 PM

Hello telerik team,

I have an issue with many appointments on a single date.If you have many appointmnets on a day.It shows me a Link BUTTON
called "more" when i click on that "More" it opens all the appointments and i could see a small triangle pointing downward at the end of the appointment.If i click on that it goes to a page which cannot be displayed.How can i make that "small downward pointing triangle" invisble.

pls let me know.

Thank you
Smith

2 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 12 Aug 2010, 01:40 PM
Hello smith spd,

The MonthVisibleAppointmentsPerDay property determines the number of appointments a cell in Month view can display. If the number of appointments for a day exceeds this limit, the cell displays a link labeled "Show more..." when the user hovers the mouse over the cell. Clicking the "Show more..." link toggles the scheduler into Day view for the day in question. If some of the appointments starts in previous day or ends in next day a small triangle appears. When you click on it you will be navigated to the start/end of the appointment.

Please take a look at the video here.

As you can see on my example the scheduler works fine when the arrow is clicked.

However if you need to hide the arrow you'll need this CssClass for DayView:

.rsArrowTop, .rsArrowBottom
        {
            visibility: hidden;
        }

For TimelineView the arrows are horizontally oriented to the left and to the right. Here's the CssClass to hide them:

.rsArrowLeft, .rsArrowRight
        {
            visibility: hidden;
        }

Please let me know if you have more questions.

All the best,
Veronica Milcheva
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
smith spd
Top achievements
Rank 1
answered on 12 Aug 2010, 03:22 PM


Hello Telerik team,

Thank you for the response.The video is good.I see that i get similar thing as shown in the video sometimes
and sometimes it takes me to a page which cannot be displayed.

So I have made that invisible as you said.Eveything worked out perfectly.

Thank you for your good support.

Thank you
Smith

Tags
Scheduler
Asked by
smith spd
Top achievements
Rank 1
Answers by
Veronica
Telerik team
smith spd
Top achievements
Rank 1
Share this question
or