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

RadDatePicker sometimes shows a link

5 Answers 102 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sanjay
Top achievements
Rank 1
Sanjay asked on 09 Dec 2010, 03:04 PM
I am incurring two problems:
1) I often get the getClientRects() when clicking a RadTreeNode or even any button which is supposed to change the values of controls in a RadAjax panel


2) RadDatePicker seems to have some problems. I tried it in two different computers. Sometimes instead of showing the date selector icon it shows links as attached in the file


Please help

5 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 14 Dec 2010, 04:02 PM
Hello Sanjay,

1. I'm not completely sure what exactly you mean by "often get the getClientRects() when clicking a RadTreeNode " . What is this method exactly? And where is it used.

2. Could you please provide a bit more information on your scenario.  Are you using the date picker control with embedded skin or you set the EnableEmbeddedSkins property to false and use the custom one? Also it will be helpful if you could post the RadDatePicker control declaration.


Regards,
Maria Ilieva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Sanjay
Top achievements
Rank 1
answered on 14 Dec 2010, 11:11 PM
Hi Maria,
Here is the asp tag:

<

 

 

telerik:RadDatePicker ID="rdpStartDate" runat="server">
</telerik:RadDatePicker>

 


I am also attaching you a error which I have captured in a picture. Please refer to the generated javascripts within Telerik.Web.UI......
Many many times I get this error in different files which have the RadAjax in them

Also wanted to let you know since I use the Master pages but I need to manage the Ajax features from the Content page, I use the telerik:RadAjaxManagerProxy as below example:

<

 

 

telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server">
<telerik:AjaxSetting AjaxControlID="btnAdd" EventName="Click">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="rtvGeneral" LoadingPanelID="pnlLoading" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>

I have the latest version installed. Is there a javascript library I have to download and include?

Please help
Thanks,
Sanjay

 

0
Maria Ilieva
Telerik team
answered on 20 Dec 2010, 11:45 AM
Hi Sanjay,

Please note that the getClientRects() is not inbuilt method for RadDatePicker but it is for RadComboBox or RadChart control. So please isolate which of those controls you are using on the page and which is generating the problem as it could not be the RadDatePicker control. Open a new forum post pointing to the correct problematic control.


Greetings,
Maria Ilieva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Sanjay
Top achievements
Rank 1
answered on 20 Dec 2010, 09:40 PM
Hi Maria,

I never said that the get getClientRects() is related to DatePicker. Please refer to my first post it has two questions!

Also in my last post I asked a Question. You have not replied to the question and instead suggesting something different procedure.

It already is 11th day after my first post

Thanks,
Sanjay
0
Maria Ilieva
Telerik team
answered on 22 Dec 2010, 10:03 PM
Hello Sanjay,

Regarding the linked DatePicker icons, as the provided information is not enough to isolate the problem, I would suggest you to open a regular support ticket and send us sample runnable application which replicates the issue. Thus we will be able to test it locally and isolate the root cause of the problem you are facing.
Regarding the second question you have, note that the Telerik Web.UI dll file contains all the needed script libraries to have the RadComboBox or RadChart controls (the controls which may cause the error) works properly.

Kind regards,
Maria Ilieva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
General Discussions
Asked by
Sanjay
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Sanjay
Top achievements
Rank 1
Share this question
or