Actually, guys the issue exists in FireFox as well and your workaround doesn't fix it. I'm using release 2008.3.1125.35
Here's the scenario.
Scenario 1: I have a MasterPage with the splitter in it. One panel has a RadGrid that is bound with "OnNeedDataSource". This page loads correctly.
Scenario 2: Again, I have a MasterPage with the splitter in it. One panel has some textboxes. With no data loaded in the Page_Load event, the page and textbozes load fine.
Scenario 3: Consider scenario 2, however, this time I'm passing a value in the querystring. The page takes that value and retrieves data from a database and populates the fields accordingly. However, the panel does NOT show in FireFox, but it DOES show in IE. And, OnClientLoaded is NOT fireing in FireFox 3.0.4, under this scenario.
Why is scenario three not working? Could it be that its taking too long to retrieve data from the server and its timing out?
Here's the scenario.
Scenario 1: I have a MasterPage with the splitter in it. One panel has a RadGrid that is bound with "OnNeedDataSource". This page loads correctly.
Scenario 2: Again, I have a MasterPage with the splitter in it. One panel has some textboxes. With no data loaded in the Page_Load event, the page and textbozes load fine.
Scenario 3: Consider scenario 2, however, this time I'm passing a value in the querystring. The page takes that value and retrieves data from a database and populates the fields accordingly. However, the panel does NOT show in FireFox, but it DOES show in IE. And, OnClientLoaded is NOT fireing in FireFox 3.0.4, under this scenario.
Why is scenario three not working? Could it be that its taking too long to retrieve data from the server and its timing out?