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

RadListBox not working properly in IE, Android, Safari (MAC) when on root page (no .aspx defined)

1 Answer 33 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
TranceKastor
Top achievements
Rank 1
TranceKastor asked on 22 Aug 2011, 01:32 AM
Hi everyone,

I have come across a very odd scenerio. I made the default document on my sever dashboard.aspx and when I navigate to the site ( http://apps.amortech.ca ) none of the listboxes seem to work but if I define the page ( http://apps.amortech.ca/dashboard.aspx ) everything works fine.

It works in Firefox both ways but none of the others (haven't tested in Chrome)

Has anyone come across this issue before? Im trying to figure out if its in IIS config or in the app.

You can navigate to those 2 pages to see as that is just a prototype.

Thank you for your time.

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 24 Aug 2011, 01:47 PM
Hello Trancekastor,

When the web app is accessed without /dasboad.aspx a JavaScript error is thrown:

uncaught exception: [Exception... "'Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "JS frame :: resource://firebug_rjs/net/spy.js :: callPageHandler :: line 796" data: no]

 I suggest that you temporary disable Ajax and take a look at the actual error, which will pop up.

Greetings,
Genady Sergeev
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
ListBox
Asked by
TranceKastor
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or