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

problem with RadDateTimePicker "showTimePopup()"

1 Answer 86 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
moti farhadian
Top achievements
Rank 1
moti farhadian asked on 11 Mar 2014, 09:56 AM
HI,
In the telerik 2013 Q3 i have problem with RadDateTimePicker "showTimePopup()" client side function.
In my code it looks like this:
 
<telerik:RadDateTimePicker ID="rdtVisitDate" runat="server" TimePopupButton-Visible="false"
AutoPostBackControl="TimeView" OnSelectedDateChanged="rdtVisitDate_SelectedDateChanged"
TabIndex="1" AutoPostBack="True" Width="170px" Height="22px">
<ClientEvents OnPopupClosing="OnDateSelected" OnPopupOpening="SetPageClientValidate" />...
 
 
function OnDateSelected(sender, args) {
            sender.showTimePopup();
        }
 
 
In chrome the error is: "Uncaught RangeError: Maximum call stack size exceeded"
 
in IE10: "SCRIPT28: Out of stack space - Telerik.Web.UI.WebResource.axd, line 9673 character 7"
 
--
Best Regard

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Mar 2014, 12:39 PM
Hi,

Please have a look into this forum thread which discuss about the same issue.

Thanks,
Shinu.

Tags
Calendar
Asked by
moti farhadian
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or