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

Arrow mark in the event if it exceeds the working hours

7 Answers 91 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
NLV
Top achievements
Rank 1
NLV asked on 17 Nov 2009, 06:16 AM
Hello,

In my rad scheduler i've set the working hours as 9 AM - 5 PM. But when i add an event exceeding 5 PM, say 4 PM - 8 PM, i'm getting an arrow mark at the bottom of the event. So what does the arrow mark point to and how can i change its link or how can i hide it from getting displayed? Here is the screen shot.

http://yfrog.com/bgradschedulerarrowj

Note: I'm using it in SharePoint and when i click the arrow it is taking me to the master page gallery. The URL of the arrow is pointing to #.

Thank you.

7 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 17 Nov 2009, 12:45 PM
Hello Raghavendra,

The arrow indicates that the duration of the appoitment is more than what is displayed by RadScheduler's visible range. To hide it, you can use the followig css selectors:
.rsArrowBottom, .rsArrowTop
    {
        visibility: hidden !important;    
    }


Regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
NLV
Top achievements
Rank 1
answered on 17 Nov 2009, 03:05 PM
In fact, i dont want to hide it as it was working well within my product. But suddenly it stopped working and it is pointing to a URL as i've mentioned in my previous post. What could be the problem? Any idea?
0
Peter
Telerik team
answered on 19 Nov 2009, 02:55 PM
Hi Raghavendra,

In our local tests clicking on the arrow yields the expected outcome. In other words, the url of the arrow ends with "#", redirecting to other pages is canceled and RadScheduler just postbacks to display the next day that the appointment is scheduled for. Let us know if there is anything specific to your case that could alter this behavior.


Regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
NLV
Top achievements
Rank 1
answered on 28 Nov 2009, 08:49 AM
Thanks for your reply and sorry for the late response Peter.

I'm not sure what is causing this behavior. This was working fine in our product. Let me do some investigation and get you back.

Thank you.
Regards
NLV
0
NLV
Top achievements
Rank 1
answered on 30 Nov 2009, 03:57 PM
Hello,
I saw the source of the page and found this.

<div class="rsAptOut"
<div class="rsAptMid"
<div class="rsAptIn  rsWArrowRight"
<div class="rsAptContent"
<span id="spanID" style="padding-top:4px;padding-left:1px;padding-right:1px;padding-right:3px;margin-top:2px;margin:bottom:2px;height:100%;width:100%" curDivDate="71b217ba-c9ab-4fe5-af67-70790088c10c4" title='' onmouseout="tooltip.hide();" onmouseover="wsc_showmenu(this); return false" ><A  HREF="javascript:void(window.open('http://litwareinc.com/sequentialWorkFlow/Lists/Calendar2/DispForm.aspx?ID=4&Source=http%3a%2f%2flitwareinc.com%2fSequentialWorkFlow%2fdefault.aspx'))">yyy</a></span><class="rsAptDelete" href="_catalogs/masterpage/#">delete</a> 
                                                                            </div><a class="rsArrowRight" href="_catalogs/masterpage/#" style="z-index:80;">right</a> 
                                                                        </div> 
                                                                    </div> 
                                                                </div> 

Why is the href of rsArrowRight and rsAptDelete is set to _catalogs/masterpage/#? Is this a problem.

Also i tried adding the css you gave to hide the arrow. It dint work for me. I'll try it one more time tomorrow. Because of that href i'm getting redirected to the master page gallery.

Any ideas?
0
Accepted
Peter
Telerik team
answered on 01 Dec 2009, 03:40 PM
Hi Raghavendra,

Here is the complete set of css selectors that will hide all four possible types of arrows:

.rsArrowBottom, .rsArrowTop, .rsArrowLeft, .rsArrowRight
    visibility: hidden !important; 
}

As for the href attribute of the arrow link, we are not sure why you get such values. To determine if the problem is related to RadScheduler or not, I suggest you add a simple link to your page with href="#" and test if any url is preappended to it after you view the page in the browser.


Greetings,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
NLV
Top achievements
Rank 1
answered on 03 Dec 2009, 05:29 AM
I've lot of other links in the same page having the URL as # and it is getting rendered fine as i can see it in the source html. However, the CSS you gave worked fine and i was able to hide the arrows.

Thank you.
Regards
NLV
Tags
Scheduler
Asked by
NLV
Top achievements
Rank 1
Answers by
Peter
Telerik team
NLV
Top achievements
Rank 1
Share this question
or