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

On Deployment getting WebCall hit

15 Answers 57 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Neha
Top achievements
Rank 1
Neha asked on 14 May 2012, 09:49 PM
Hi,
  I have Firewall on my system and when we are trying to deploy the code on our internal deployment server i am getting some Web call Hit issue.
For example  in one of our page we have implemented RadComboBox as the page gets rendered  after deployment it is hitting some internet site may be some web call is hitting.Or may be the control is caliing some web call because of that it is causing hi to other internet site. Can you please suggest how we can disable that web call.


Thanks,
Neha

15 Answers, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 17 May 2012, 02:04 PM
Hi Neha,

Could elaborate a bit more on what exactly is the experienced issue when the site is deployed? Could you clarify what do you mean by "web call hit"? Do you mean that there are requests to an external domain when the page is loaded?

All the best,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Neha
Top achievements
Rank 1
answered on 17 May 2012, 03:26 PM
Hi,
   Yes the requests are  going  to an external domain when the page is loaded?
Following is the url:
http://aspnet-scripts.telerikstatic.com/ajaxz/2011.3.1305/Common/Core.js



Thanks and Regards,
Neha


0
Dimitar Terziev
Telerik team
answered on 21 May 2012, 10:10 AM
Hi Neha,

Such requests are made when the Telerik CDN service is being used. In such case the scripts and styles used by our controls are loaded from the Amazon CloudFront service. In order to disable the CDN please add the following settings in your web config file:
<appSettings>
    <add key="Telerik.ScriptManager.TelerikCdn" value="Disabled"/>
    <add key="Telerik.StyleSheetManager.TelerikCdn" value="Disabled"/>
  </appSettings>

You could refer to the following help articles here and here for more information about our CDN support.

Regards,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Neha
Top achievements
Rank 1
answered on 22 May 2012, 10:02 PM
Hi Dimitar,
     Thanks for the Solution.My issue is resolved.
I have another Question I have Combobox with MultiSelect item if i have not selected any item from the dropdown it the Page is Getting Post Back.

Following is my Code:

<

 

 

telerik:RadComboBox ID="ddStage" runat="server" CheckBoxes="true" OnSelectedIndexChanged="ddStage_SelectedIndexChanged"

 

 

 

AutoPostBack="true"

 

 

 

EnableCheckAllItemsCheckBox="true" Localization-CheckAllString="All"

 

 

 

Localization-AllItemsCheckedString="All" DropDownWidth="200px"

 

 

 

Width="200px" Skin="Web20Ext" Font-Names="Helvetica" Font-Italic="false" EnableEmbeddedSkins="false" BackColor="White"

 

 

 

ForeColor="Black">

 

 

 

<Items>

 

 

 

<telerik:RadComboBoxItem Text="Awaiting" Selected="True" Value="1" Font-Names="Helvetica" />

 

 

 

<telerik:RadComboBoxItem Text="In progress" Value="2" Font-Names="Helvetica"/>

 

 

 

<telerik:RadComboBoxItem Text="Rejected" Value="3" Font-Names="Helvetica"/>

 

 

 

<telerik:RadComboBoxItem Text="Approved" Value="4" Font-Names="Helvetica"/>

 

 

 

</Items>

 

 

 

</telerik:RadComboBox>

I cannot make AutoPostBack=False as i am Refreshing my Grid and displaying data on SelectedIndexChange Event.

Please help

Thanks and Regards,
Neha Anand

 

0
Dimitar Terziev
Telerik team
answered on 23 May 2012, 12:36 PM
Hello Neha,

I've performed a couple of tests using the provided implementation of the RadComboBox trying to reproduce the experienced problem, but to no avail. Could you verify the version of the controls that you are using?

All the best,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Neha
Top achievements
Rank 1
answered on 23 May 2012, 01:20 PM
Hi Dimitar,
   I am using 2011.3.1305.35  version.
Also, i am again mentioning the steps for reproducing the issue.
I hope you have Performed the following steps.
1.Use the following code:

<telerik:RadComboBox ID="ddStage" runat="server" EmptyMessage="Please Select" CheckBoxes="true" OnSelectedIndexChanged="ddStage_SelectedIndexChanged" 

AutoPostBack="true" EnableCheckAllItemsCheckBox="true" Localization-CheckAllString="All" Localization-AllItemsCheckedString="All" DropDownWidth="200px" 

Width="200px" Skin="Web20Ext" Font-Names="Helvetica" Font-Italic="false" EnableEmbeddedSkins="false" BackColor="White" ForeColor="Black">

 <Items> 

<telerik:RadComboBoxItem Text="Awaiting" Selected="True" Value="1" Font-Names="Helvetica" /> 

<telerik:RadComboBoxItem Text="In progress" Value="2" Font-Names="Helvetica"/> 

<telerik:RadComboBoxItem Text="Rejected" Value="3" Font-Names="Helvetica"/> 

<telerik:RadComboBoxItem Text="Approved" Value="4" Font-Names="Helvetica"/> 

</Items> 

</telerik:RadComboBox>


2.Dont select Any Item inside RadComboBox.
3.Open the ComboBox and Close it .
Issue:Page is Getting PostBack since no Item is Selected.

Thanks
Neha
0
Dimitar Terziev
Telerik team
answered on 24 May 2012, 11:30 AM
Hi Neha,

I've performed my tests using the latest version of the controls and the problem is not reproduced so please try to upgrade if possible.

Greetings,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Neha
Top achievements
Rank 1
answered on 24 May 2012, 01:06 PM
Hi Dimitar,
   Is this 2011.3.1305.35  version is not the latest.
Can you tell me what is the latest version?



Neha
0
Dimitar Terziev
Telerik team
answered on 24 May 2012, 02:59 PM
Hi Nena,

The version that you are using is not the latest one, please refer to the following article here listing the official releases. The latest official version beside the Beta which was release yesterday is 2012.1.411.

Greetings,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Neha
Top achievements
Rank 1
answered on 31 May 2012, 09:00 PM
Hi Dimitar,

    I have installed the latest version as you mentioned but still i am facing the same problem.
    I have attached  a Demo Application which i have created with latest version in which the PostBack Issue is coming.
    If there is any property if i am missing please let me know.

    Let me reiterate the issue:
            1) Click on down arrow to open the dropdown
            2) Do not select any item and click anywhere on the page so that dropdown closes.
            3) The Page is posted back which is the issue.
            4) We want to avoid the postpack if no selection made.

    I want to send you the demo code but not able to attach it the forum, please send me EMAIL Id so that I can send you the demo code.

Kindly consider this very very urgent.

Thanks,
Neha
0
Dimitar Terziev
Telerik team
answered on 01 Jun 2012, 12:32 PM
Hello Neha,

In order to attach your solution you should submit a support ticker. In order to submit a ticket, log into your account and then click the Contact Support Team button. After that find the RadControls for ASP.NET AJAX section and click the Submit Support Ticket button.

Regards,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Neha
Top achievements
Rank 1
answered on 01 Jun 2012, 01:43 PM
Hi Dimitar,
    As per your instruction given i have submitted the Solution in Support Center.
Ticket Id is : 550241

Please have a look .


Thanks and Regards,
Neha



0
Dimitar Terziev
Telerik team
answered on 01 Jun 2012, 03:42 PM
Hello Neha,

I've just responded to your support ticket.

All the best,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Neha
Top achievements
Rank 1
answered on 01 Jun 2012, 04:26 PM
Hi Dimitar,
      Thanks a lot.My issue is resolved.





Regards,
Neha

0
Mahesh
Top achievements
Rank 1
answered on 26 Feb 2015, 11:54 AM
I am not able to implement multiselect dropdown inside the kendo grid... I need a help to fix this issue...
Tags
ComboBox
Asked by
Neha
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Neha
Top achievements
Rank 1
Mahesh
Top achievements
Rank 1
Share this question
or