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

issue with my javascript after opening window

1 Answer 83 Views
Window
This is a migrated thread and some comments may be shown as answers.
haroon alsawalqah
Top achievements
Rank 1
haroon alsawalqah asked on 16 Feb 2010, 02:01 PM
I have a very simple project, a radcalendar which calls javascript code when a date clicked (the code only displays some info on a label).
the code works fine but when I open radwindow  from a button and close it, the calendar stops responding....

the window I open is declared and showed like this:

Dim newWindow As New Telerik.Web.UI.RadWindow()             
newWindow.ID = "RadWindow1"
newWindow.NavigateUrl = "users/askQuestion.aspx"
newWindow.Width = 800
newWindow.Height = 500              
newWindow.VisibleOnPageLoad = True          
form1.Controls.Add(newWindow)

everything in my simple project goes fine untill I open (RadWinow1), after closing it, my calendar dies.
any solution????????????

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 18 Feb 2010, 12:45 PM
Hi Haroon,

The code that you posted looks OK and I was not able to reproduce the problem locally. Please check the attached sample and modify it so it reproduces the behavior that you experience. Send us the sample after that (in a support ticket) and we will check it right away.

Sincerely yours,
Georgi Tunev
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.
Tags
Window
Asked by
haroon alsawalqah
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or