In my application I am using 2 RadDatePickers for selecting a range of Date. They are present inside a Div container.


Any help would be appreciated.
Thanks,
Neha
These date pickers are using a shared RadCalendar and RadAjaxManager.
I have radio buttons that control the visibilty of the DatePickers.
A button which performs some action and causes a complete postback.
Everything shows fine when i load the page for the first time.
Then i hide the Div containing the DatePickers on click of one of the radio buttons using:
DivFromDate.Visibility = false;
DivToDate.Visibility = false;
Then i click on the button which causes a complete postback.
My problem is when i show the Div again containing the DatePickers, on click of the last radio button using:
DivFromDate.Visibility = true;
DivToDate.Visibility = true;
the UI of the RadDatePicker gets distorted.
Any help would be appreciated.
Thanks,
Neha
