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

Ajaxifying a button break UI

3 Answers 52 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
CSurieux
Top achievements
Rank 2
CSurieux asked on 02 Jun 2008, 01:37 PM
Hello,

I am using a standard presentation for some buttons: they are inserted in a placeholder with non breaking space between each.
The placeholder is itselft in a TableCell (TD)  with a style of align:right and nowrap.
With these settings when I have 3 buttons, they are aligned on the same line like this:
buton1-button2-button3
Then when I ajaxify with RadAjaxManager the second button, a div is created around this button and my UI i broken, I get the 3 buttons in a vertical align like this
button1
button2
spc-button3

Is there a way to avoid this, could be a good feature to be able to add style directives to the updatePanel (div) inserted around a button with some API in AddAjaxSettings. (may be it exists ?)

Thanks for help
CS

3 Answers, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 02 Jun 2008, 01:44 PM
Hi Christian Surieux,

Please, look into the help article here, which explains the issue and its resolution. Note that you can also access each UpdatePanel through the AjaxSettingCreating/Created events and change its behavior there.

Kind regards,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
CSurieux
Top achievements
Rank 2
answered on 02 Jun 2008, 01:48 PM
Hello Konstantin,

Your response time is terrific ! Thanks.
I give a look to this solution.

Regards
CS
0
CSurieux
Top achievements
Rank 2
answered on 02 Jun 2008, 01:59 PM
Good perfect at that stage.
CS
Tags
Ajax
Asked by
CSurieux
Top achievements
Rank 2
Answers by
Konstantin Petkov
Telerik team
CSurieux
Top achievements
Rank 2
Share this question
or