This is a migrated thread and some comments may be shown as answers.

How to set Down arrow button on Datepicker calendar header

1 Answer 256 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Saimadhukar
Top achievements
Rank 1
Saimadhukar asked on 20 Jan 2012, 11:55 AM
Hello,

recently i have been working on calebdar functionality ,in datepicker calenadar on header where monthname is displayed if we click on that header a  table is opened which contains Today ok cancel buttons along with year names, now i want to put a down arrow button on datepicker calendar header adjcent to monthname, so that we click on that the popup having today ,ok,cancel will be opened how to add that button on header how to acheive this ,i am sending calendar image where i wanted to add taht button marked in it in ellipse ,please respond .

Regards,
madhukar.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 14 Sep 2012, 10:30 AM
Hi Madhukar,

Try the following JQuery to achieve your scenario.

JS:
<script type="text/javascript">
 $(document).ready(function () {
        $("#RadDatePicker1_calendar_Title").append("<img id='theImg' src='../Images/image.jpg'/>");
    });
</script>

Hope this helps.

Regards,
Princy.
Tags
Calendar
Asked by
Saimadhukar
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or