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

RadAjaxManager for HtmlTable, HtmlTableRow

3 Answers 235 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Roger Brown
Top achievements
Rank 1
Roger Brown asked on 20 Nov 2008, 07:00 AM
I was working to Ajaxfy one of the
<table runat="server" id="tbl1">
<tr runat="server" id="tr1" visible="false">
<td>Something</td>
</tr>
<table>

Now if I try to ajaxify <tr> with RadAjaxManager I get this error
'HtmlTable' cannot have children of type 'PreControlToAjaxify'.

Are you adding control to parent of whatever control is ajaxified?

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 20 Nov 2008, 07:41 AM
Hello Bryan,

Indeed you are right. Ajaxifing parts of table elements is not supported.

Sincerely yours,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Raventhorn
Top achievements
Rank 2
answered on 27 Mar 2009, 10:58 PM
So how can you have the same effect of displaying a table and yet have hidden rows show up based on an option box or some other control submitting a PostBack?
0
Sebastian
Telerik team
answered on 30 Mar 2009, 12:41 PM
Hi Armysniper,

You can try to ajaxify an entire asp Table either by using RadAjaxManager or RadAjaxPanel alongside with the other controls which will change the visibility of some of the table rows. Thus on postback request from an external control (button for example) you can switch the visibility for some of the items.

Best regards,
Sebastian
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
Roger Brown
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Raventhorn
Top achievements
Rank 2
Sebastian
Telerik team
Share this question
or