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

RadAjaxManager update textboxes inside a table

4 Answers 95 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Philip Saltskog
Top achievements
Rank 2
Philip Saltskog asked on 20 Aug 2008, 11:54 AM
Hi there!

I'm using RadAjaxmanager in 2008 and I've some textboxes inside a table.
In a repeater I've a list with a imagebuttons and these will adding dynamical to the AjaxManager when the repeater have been bind.
        For Each item As LinkButton In myAjaxManager_Konf_Edit  
            'RadAjaxManager1.AjaxSettings.AddAjaxSetting(item, tblKonf, RadAjaxLoadingPanel1)  
            RadAjaxManager1.AjaxSettings.AddAjaxSetting(item, boxKonf_Namn, RadAjaxLoadingPanel1)  
            RadAjaxManager1.AjaxSettings.AddAjaxSetting(item, boxkonf_AntalÖar, RadAjaxLoadingPanel1)  
            RadAjaxManager1.AjaxSettings.AddAjaxSetting(item, boxKonf_Biosittning, RadAjaxLoadingPanel1)  
            RadAjaxManager1.AjaxSettings.AddAjaxSetting(item, boxKonf_Skolsittning, RadAjaxLoadingPanel1)  
            RadAjaxManager1.AjaxSettings.AddAjaxSetting(item, boxKonf_Ubord, RadAjaxLoadingPanel1)  
        Next 
What I'm doing here is to add each button and wich box will be updated with it. The result is to add a row for each box.

Can't I add the table instead and the ajaxmanager update all boxes inside it?

/Thanx

4 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 20 Aug 2008, 12:19 PM
Hi Philip Saltskog,

You could wrap the table with regular asp Panel and add the whole Panel into the RadAjaxManager settings instead of adding all controls.

Best wishes,
Maria Ilieva
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Philip Saltskog
Top achievements
Rank 2
answered on 20 Aug 2008, 12:38 PM
okey, I've tried to put the table as a runat server and add it to ajaxmanager before. When I add a asp:panel around the table it's updating the boxes. Good!

Only one thing...The loading text and Ajaxloadingpanel is still running there?? Any ideas?

/Thanx
0
Maria Ilieva
Telerik team
answered on 21 Aug 2008, 08:18 AM
Hello Philip Saltskog,

What is the exact functionality you need to acheive with the RadAjaxLoadingPanel? If you need to remove it from the page just do not add it to the RadAjaxManager settings. Are you trying to place it on a specific part on the page?


Greetings,
Maria Ilieva
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Philip Saltskog
Top achievements
Rank 2
answered on 21 Aug 2008, 10:08 AM
I removed it so no problem with that any more :)

/Thanx
Tags
Ajax
Asked by
Philip Saltskog
Top achievements
Rank 2
Answers by
Maria Ilieva
Telerik team
Philip Saltskog
Top achievements
Rank 2
Share this question
or