Hi
I have an ajaxified page by RadAjaxManager , and jquery is enabled too.
on the onLoad event of jquery I want to find a reference to a RadButton :
$(document).ready(function () {
var btn = $find("<%= btnAdminRibbonBar_SH.ClientID %>"); /* find button*/
alert(btn.get_primaryIconElement());
});
but I get a null reference
it seems that in this event RadButton is not loaded yet
is there any same event belong to telerik ajax framework to use (RadAjaxManager just have 2 client side event )?
Thank you very much , for your feedback
I have an ajaxified page by RadAjaxManager , and jquery is enabled too.
on the onLoad event of jquery I want to find a reference to a RadButton :
$(document).ready(function () {
var btn = $find("<%= btnAdminRibbonBar_SH.ClientID %>"); /* find button*/
alert(btn.get_primaryIconElement());
});
but I get a null reference
it seems that in this event RadButton is not loaded yet
is there any same event belong to telerik ajax framework to use (RadAjaxManager just have 2 client side event )?
Thank you very much , for your feedback