Posted 15 Feb 2012 Link to this post
Posted 16 Feb 2012 Link to this post
<script type=
"text/javascript"
>
function
Popup_Side(e)
{
var
datePicker = $find(
"<%=RadDatePicker1.ClientID %>"
);
datePicker.showPopup(150,5);
}
</script>
RadDatePicker1.DatePopupButton.Attributes.Add(
"onclick"
,
"Popup_Side(event);return false;"
//to attatch the event