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

RadDateTimePicker Calendar Popup does not display after ajax postback

3 Answers 113 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Troy
Top achievements
Rank 1
Troy asked on 17 Apr 2012, 12:49 PM
I'm using version: 2010.1.519.35 of the Telerik controls
We have a control that inherits from RadDateTimePicker that when used in a scenario that does partial postbacks with RadAjaxManager does not display the calendar popup after an ajax postback.  I have tried setting EnableAjaxSkinRendering = True with no luck.

3 Answers, 1 is accepted

Sort by
0
Troy
Top achievements
Rank 1
answered on 17 Apr 2012, 12:57 PM
This control is on a page that uses a master page. We are using a SharedCalendar from the master page. It appears that when I take a regular RadDateTimePicker and set it's shared calendar to the same as the others, it no longer works after ajax postback.  Do I have to do something special when using a shared calendar from a master page?
0
Troy
Top achievements
Rank 1
answered on 17 Apr 2012, 01:14 PM
I've resolved the issue by adding the shared calendar to the ajax settings.
0
Tim
Top achievements
Rank 1
answered on 24 Jul 2014, 04:09 PM
Thanks for the last post Troy.  I've been searching for a few hours about how to resolve an issue I was having with the Shared calendar control.

I initially had an issue with the calendar popup not being displayed when the calendar popup was clicked.  I opened a ticket with Telerik and they resolved that issue for my by having me place the code that assigns the shared calendar to each grid calendar during the Item Created event rather than the Item Databound event.

All was well and good until another developer added Ajax to the equation.  Adding Ajax caused the shared calendar popup to not be displayed after doing anything with the grid...sorting, paging, saving updates, etc.

Adding the shared calendar to the Updated Controls section worked like a charm.

Thanks again...and again!

Tim
Tags
Calendar
Asked by
Troy
Top achievements
Rank 1
Answers by
Troy
Top achievements
Rank 1
Tim
Top achievements
Rank 1
Share this question
or