User-734925760 posted
Hi,
According to your code, you set AutoPostBack property to false, so if you only operate RadCombobox control, it will not do postback, so you need to add a postback in OnClientSelectedIndexChanged event. Please refer to change you code as below:
function Testing(){
alert('hi')
_dopostback('RadComboBox1'
,
'')
;
}
There is a similar thread, please refer to the link below:
http://www.telerik.com/forums/selectedindexchanged-not-firing-on-first-time
Hope it's useful for you.
Best Regards,
Michelle Ge