Posted 15 May 2013 Link to this post
<script type=
"text/javascript"
>
function
pageLoad()
{
var
schedulerPopupCalendar = $find(
'<%= RadScheduler1.ClientID + "_SelectedDateCalendar" %>'
);
alert(schedulerPopupCalendar.get_id());
}
</script>