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

[Solved] Event chaining using RadControls

1 Answer 99 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 16 Jun 2008, 05:22 PM
Hi,

I'm playing around with various scenarios using the RadControls and was wondering how the following would be achieved:

There are three controls on a page: a button, a drop-down list, and a textbox.

Selecting a value from the drop-down list simply copies the selected value into the textbox - this works.

Next I programmatically select a value from the dropdown list via the button's click event. I was expecting this action to automatically cause the textbox to be populated with whatever value was selected in the drop-down list. However this does not work. The dropdown item changes but the textbox is not populated.

This is probably more of an ASP.NET thing, but I was wondering how this type of event chaining could be achieved using the RadAjaxManager.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 17 Jun 2008, 05:57 AM
Hello Michael,

The RadAjax framework simply converts all the postback into an AJAX requests silently updating only a portion of the page. Therefore it cannot trigger updates of controls, which are not updated through standard postbacks.

Sincerely yours,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Michael
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
Share this question
or