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

Force fastNavigationPopup to close

1 Answer 57 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
guillaume.lebel
Top achievements
Rank 1
Iron
Iron
guillaume.lebel asked on 18 Mar 2009, 01:27 PM
I got a little problem with a SharedCalendar. The problem is when i open the fastNavigationPopup and use the fastnavigation arrow while the popup is opened if a select a date after(without closing the popup) it give me a javascript error with the following code

this.RadCalendar._serializeSelectedDates();

To prevent that i'm trying to get the fastNavigationPopup (_getFastNavigation()) and close it just before i click somewhere else in the calendar. Is there anyway to close it???

Thank you!

Guillaume

1 Answer, 1 is accepted

Sort by
0
Accepted
Pavel
Telerik team
answered on 23 Mar 2009, 07:42 AM
Hi Guillaume,

Generally you should be able to hide the popup with the following javascript code:
$find("<%=RadCalendar1.ClientID%>")._getPopup().Hide();

However you should not receive any errors when navigating the calendar and the FastNavigationPopup is opened. Can you provide more details about your scenario so we can investigate further? Pasting some of your markup/code might help us determine the cause for the undesired behavior.

Sincerely yours,
Pavel
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Calendar
Asked by
guillaume.lebel
Top achievements
Rank 1
Iron
Iron
Answers by
Pavel
Telerik team
Share this question
or