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

I'm not sure what is going on

2 Answers 30 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Andy Green
Top achievements
Rank 2
Andy Green asked on 10 Jan 2012, 09:59 AM
In our app we use a Radtreeview inside a Radcombobox with other controls (combo boxes, Check boxes, slider)

In the AJAX each control is set up as a Ajax control with its Update controls, This section is very large.

To reduce the code I have enclosed all these in a panel control, and have the panel update itself. This nearly works.

The only thing that doesn't work is the Treeview in the Radcombo box, when a selection is made, the correct ID is passed back to the code behind, but the display (the text that appears in the combo box, is NOT updated. I think this is done on the client.

I do have the PageLoad java script to persists the display value across postbacks.

Does anyone have any ideas.

Andy

2 Answers, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 11 Jan 2012, 05:03 PM
Hi Andy,

You could try add specific settings for the RadComboBox as an updated control and for the RadTreeView as an initiator control in the RadAjaxManager settings and check whether you are getting the expected behavior.

Additionally, what panel control you have added - ASP:Panel or ASP:UpdatePanel control?

Greetings,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Andy Green
Top achievements
Rank 2
answered on 11 Jan 2012, 05:13 PM
OK I'll give that a try, I'm using an <asp:Panel control

Andy
Tags
Ajax
Asked by
Andy Green
Top achievements
Rank 2
Answers by
Andrey
Telerik team
Andy Green
Top achievements
Rank 2
Share this question
or