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

Specifying the rendering element with RadAjaxPanel

1 Answer 72 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
ColinBowern
Top achievements
Rank 1
ColinBowern asked on 08 Apr 2010, 11:47 PM
Is there any opportunity in the future to have RadAjaxPanel's container element be customizable?  If I could use a TBODY instead of a DIV it would be fantastic to support in-table update panels easily.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 09 Apr 2010, 08:17 AM
Hi Colin,

I am afraid we don't have plans to support such functionality in the future. RadAjaxPanel internally uses asp:UpdatePanels, which render either <div> or <span>.

Theoretically, if RadAjaxPanel renders a <tbody>, it will not be of much use, because you can have only one <tbody>, so you will be updating the whole table again. And the AjaxPanel cannot be rendered as a <tr> because you will have duplicate <tr>s - one from the AjaxPanel and one from the asp:Table. In short, I don't think update panels will ever be able to "inject" themselves and be part of some other element (control) HTML output.

Regards,
Dimo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Ajax
Asked by
ColinBowern
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or