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

RegularExpressionValidator affecting navigation of appointments that span multiple days

5 Answers 48 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Theresa Repta
Top achievements
Rank 1
Theresa Repta asked on 01 Dec 2009, 12:10 AM
I have all of the functionality for a RadScheduler inside of a user control.  On the page where I'm referencing the user control, I have additional functionality that uses a RegularExpressionValidator. 

While in TimeLineView, I am unable to change to the "Previous" or "Next" day for an appointment that spans multiple days.  Whenever I try to do this, I get redirected to the folder where the usercontrol is located.  If I remove the "RegularExpressionValidator", the functionality works correctly.

This only appears to be an issue with IE 7 and above (ie: FireFox works correctly), and it only occurs when clicking the "Previous" or "Next" buttons for multi-day appointments.  It also only appears to be an issue when the scheduler functionality is encapsulated inside a user control. 

To see an example go to:

http://209.242.61.43:1027/rpm/secure/myportal/portal/client/Test2.aspx

Click on the arrow to the left of the first appointment listed (ie: ID: 13 - Verifying Save works ok).

5 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 03 Dec 2009, 01:42 PM
Hi Theresa Repta,

I tried to reproduce the problem locally but to no avail. Could you please send me your test page so I can run it here?

Regards,
Veselin Vasilev
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
Theresa Repta
Top achievements
Rank 1
answered on 04 Dec 2009, 02:49 AM
Since the project used multiple files, and I can only submit image files here, I just opened a support ticket and attached a slimmed down sample project demonstrating my issue.
0
Veselin Vasilev
Telerik team
answered on 09 Dec 2009, 08:58 AM
Hi Theresa Repta,

Thank you for the provided project.
It seems to be a problem in RadScheduler in IE (it works fine in Firefox). We logged the problem in our bug-tracking system and we will notify you once it is fixed.

Sincerely yours,
Veselin Vasilev
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
Theresa Repta
Top achievements
Rank 1
answered on 11 Dec 2009, 07:19 PM
Thanks.

In the mean time, is there any way to "disable" the arrow buttons? 
0
Theresa Repta
Top achievements
Rank 1
answered on 14 Dec 2009, 03:12 PM

Never mind, I found a temporary hack.  Within function pageload(), I'm finding all of the anchor tags that have the class name "rsArrowLeft", "rsArrowRight", "rsArrowBottom".  For each of those anchor tags, I've set the href='#'.  That appears to correct the navigation.

Tags
Scheduler
Asked by
Theresa Repta
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Theresa Repta
Top achievements
Rank 1
Share this question
or