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

[Solved] Rad Ajax breaking style

1 Answer 121 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Shane
Top achievements
Rank 1
Shane asked on 05 Oct 2007, 07:40 AM
HI Guys

Rad Ajax is breaking style (external file) which I applied to the element.

This is the user control html that I am using. It is in a rad window.

<div class="smallwindow"
<h2>Assign item to RSS Channels by moving from left to right 
<div class="headinglink"><span class="textgray"><href="">Manage</a></span></div> 
</h2> 
<div class="inner"
<table cellspacing="0" cellpadding="0"
    <tr> 
        <td class="left"
            <asp:ListBox ID="listboxCategoryListAll" runat="server" CssClass="listbox340" SelectionMode="Multiple"
            </asp:ListBox></td
        <td class="center"
            </td> 
        <td class="right"
            <asp:ListBox ID="listboxCategoryListSelected" runat="server" CssClass="listbox340" 
                SelectionMode="Multiple"></asp:ListBox></td
    </tr>    
    <tr> 
        <td> 
            <asp:CheckBox runat="server" ID="chkShowShadowItems" Text="Display working copy values" Checked="true" AutoPostBack="true" /> 
        </td> 
    </tr> 
</table> 
</div> 
</div> 

When I click a button (when I do a Ajax call), the styles are breaking.

Please advise me!!!

Cheers
Shane

1 Answer, 1 is accepted

Sort by
0
Petja
Telerik team
answered on 09 Oct 2007, 09:14 AM
Hello Shane,

Unfortunately, we could not reproduce problem with the code you have sent to us. Find attached our sample project with some sample css style declaration for your reference. Please, review it and let us know how it differs from yours. If you still have problem, it will be best if you can send us a runnable project so we could reproduce it locally and advice you further.

Kind regards,
Petja
the Telerik team

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