开发者

Telerik - Rad Combob Box - Jquery - OnSelectedIndexChange

开发者 https://www.devze.com 2022-12-19 09:58 出处:网络
how can i fire telerik rad combo box selectedindexchange event With Jquery... My Pages Base on Master And Content Pages And In Content Pages I have multiviews And inside Multiviews I have RadComboBoxe

how can i fire telerik rad combo box selectedindexchange event With Jquery... My Pages Base on Master And Content Pages And In Content Pages I have multiviews And inside Multiviews I have RadComboBoxes

i had some problem about getting controls in content p开发者_开发百科ages (inside multiviews)... best regards


If you have the ClientID of the control - use it as a jquery selector.
Instead of using it in Telerik style selector:

var telerikCombo = $find("<%= RadComboBox1.ClientID %>");

Use it as a jQuery selector:

var jqueryCombo = $("#<%= RadComboBox1.ClientID %>");
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号