I have used RadDatePicker in my page. I want the Calender of RadDatePicker should always be open irrespective of clicking on Calendar icon.
Can any one help me in this?
You can disable the pop-up image (for opening calendar popup) if the calendar is visible on page.Disable the popup image in OnPopupOpening and enable it in OnPopupClosing client event.
It is not working as expected. When i used these events, only the image of calendar is displayed where as no datepicker is getting popup. For my requirement I don't want these images of calender. On load of datepicker, user should only be able to see textbox and calender control. And when he selects any date in datepicker it should get populated in the datepicker text box.