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

Firefox Specific Radwindow Issue - Dropdown Selections Not Being Retained In Firefox, But Working Fine in Internet Explorer

2 Answers 49 Views
Window
This is a migrated thread and some comments may be shown as answers.
jgill
Top achievements
Rank 1
jgill asked on 05 Jan 2010, 06:14 PM

I am having what seems to be a Firefox specific issue with a RadWindow and wanted to know if there is something I am missing about how Firefox handles this situation in a RadWindow.

I have a RadWindow that loads a page that dynamically populates the contents of dropdowns based on the selected value in another dropdown, however in Firefox this is not functioning the same as Internet Explorer.


Internet Explorer

The selected item on cboDropdown1 is changed on the selected index change then cboDropdown2 is populated with the applicable values.  When the page refreshes the selected index of cboDropdown1 is retained.


Firefox

The selected item on cboDropdown1 is changed on the selected index change then cboDropdown2.  When the page refreshes the selected index of cboDropdown1 is not retained and the first item in the drop down cboDropdown1 is selected.

The page that loads in the RadWindow originally had a RadAjaxPanel and RadLoadingPanel where the controls were contained within the RadAjaxPanel, but I removed the RadAjax panel to see what occurs in regular Postback scenarios and the same issue occurs in Firefox, but not IE.  I have attached an image of the original page structure.

If I need to add particular code to address this, what would that be and on which page should I add it (e.g. OriginalRegularPage.aspx, RadWindow 1 page, RadWindow 2 page).

2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 06 Jan 2010, 10:58 AM
Hello jgill,

At this point I cannot tell what might be the reason for the problem, but I believe that it is not related to the RadWindow control - RadWindow is basically an IFRAME and behaves just like one. Just for testing purposes, please replace the RadWindow with an IFRAME and see if the problem persists - this would show whether the problem is related to RadWindow or not.

In any case, it will be best to open a support ticket and to send us a sample project where the problem could be reproduced. We will check it and do our best to help.

Greetings,
Georgi Tunev
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
jgill
Top achievements
Rank 1
answered on 06 Jan 2010, 09:02 PM
This looks like the solution, Firefox is one of the browsers that experiences the problem in the postback in the iFrame.

http://forums.asp.net/t/1491938.aspx
Tags
Window
Asked by
jgill
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
jgill
Top achievements
Rank 1
Share this question
or