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

DropDownList - AutoPostBack - OnSelectedIndexChanged

2 Answers 94 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Andrew
Top achievements
Rank 1
Veteran
Iron
Andrew asked on 20 Oct 2010, 04:31 PM
I have a DropDownList that when a Item is selected the OnSelectedIndexChanged event will fire and enable a button and update some text in a label

the three control are tied together with a RadAjaxManager. and all these items are displayed on a page in a radwindow

when I invoke the SelectByText method on the HtmlSelect object the value is selected in the dropDownList
but it does not look like the OnSelectedIndexChanged event is firing as the button and the label are not updating


any ideas?



2 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 25 Oct 2010, 09:58 AM
Hi Andrew,

Could you please test the application by disable the Ajax on the page and let me know if this makes any difference. Also please try using regular asp UpdatePanel instead of RadAjax and verify what the result is.


All the best,
Maria Ilieva
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
0
Andrew
Top achievements
Rank 1
Veteran
Iron
answered on 25 Oct 2010, 01:17 PM
I got it to work by calling the invokeevent (not sure of the exact syntax) method on the object and that solved my problem

thanks anyway
Tags
General Discussions
Asked by
Andrew
Top achievements
Rank 1
Veteran
Iron
Answers by
Maria Ilieva
Telerik team
Andrew
Top achievements
Rank 1
Veteran
Iron
Share this question
or