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

[Solved] RadAjaxManager + RadAjaxLoadingPanel = Extra whitespace on IE7

1 Answer 100 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Kevin Schneider
Top achievements
Rank 1
Kevin Schneider asked on 16 Jun 2008, 08:43 PM
I have a simple panel being updated by a RadAjaxManager when something happens in a Grid.

An extra line is being added in on the first ajax request in IE7.  That is to say if I had something like:

Some Text Here
<Panel Visible="False">
More Text Here

So of course it should render like:

SomeTextHere
MoreTextHere

Which it does initially.

After an Ajax request occurs however (that doesn't directly effect this panel) the result is:

SomeTextHere

MoreTextHere

Note the extra line of space.

This does not happen in Firefox, only IE7 (I have not tested 6).

1 Answer, 1 is accepted

Sort by
0
Accepted
Konstantin Petkov
Telerik team
answered on 17 Jun 2008, 06:02 AM
Hello Kevin Schneider,

Please, see if the UpdatePanelsRenderMode="Inline" settings resolves that. You can find more information on the topic in the Troubleshooting article here.

Sincerely yours,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Kevin Schneider
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
Share this question
or