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

SelectedIndexChanged event not raising after programmatically setting SelectedValue

2 Answers 86 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Emanuele
Top achievements
Rank 1
Veteran
Emanuele asked on 15 Jun 2020, 10:20 AM

Hi, i've a matter with some RadDropDownList,

i need to setting them programmatically based on some querystring parameters.

However the event SelectedIndexChanged is not raised when I launch the command

rddlCalcolo.SelectedValue = Request["idc"];
 
// or for test
 
rddlCalcolo.SelectedIndex = 0;

2 Answers, 1 is accepted

Sort by
0
Emanuele
Top achievements
Rank 1
Veteran
answered on 15 Jun 2020, 10:21 AM

And in this document:

https://docs.telerik.com/devtools/winforms/controls/dropdown-listcontrol-and-checkeddropdownlist/dropdownlist/features/selection

i read:

Setting these properties will result in raising the selection events.

 

0
Attila Antal
Telerik team
answered on 18 Jun 2020, 07:47 AM

Hi Emanuele,

I'd like to double-check which Telerik Suite are you referring to? This Forum is for WebForms AJAX and the link you shared is for WinForms (desktop) applications.

Kind regards,
Attila Antal
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
DropDownList
Asked by
Emanuele
Top achievements
Rank 1
Veteran
Answers by
Emanuele
Top achievements
Rank 1
Veteran
Attila Antal
Telerik team
Share this question
or