Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
197 views
Hi, I'm using Telerik.Web.UI v. 2014.1.403.45
I have a chart in my page to display wind polar data.
The chart is binded to SqlServer data, and the query result data are displayed correctly (i.e. the chart is binded to the data source).
What is not working is the x-axis label data binding: i set the DataLabelsField field to have a textual value displayed, instead of the numeric one, but nothing happens, and the numeric data is not replaced.

                 <telerik:RadHtmlChart ID="radHtmlChart" runat="server" Width="1024px" Height="768px" Transitions="true">
                        <PlotArea>
                            <XAxis StartAngle="90" Reversed="true" Type="Category" Visible="true" DataLabelsField="TXT">
                            </XAxis>
                            <Series>
                                <telerik:PolarAreaSeries Name="WindData" DataAngleField="DEGR" DataRadiusField="NUM">
                                </telerik:PolarAreaSeries>
                            </Series>
                        </PlotArea>
                    </telerik:RadHtmlChart>



Danail Vasilev
Telerik team
 answered on 17 Apr 2014
5 answers
103 views
I have a master page that has a table in it and one row with 2 cells in the table.  The left cell is Navigation on the master page.  The right cell is the main content.  Is there a way I can put a loading panel ONLY on the navigation cell when the user clicks a web page to go to?  I've tried this already with the ajaxsetting - using the radpanelbar id and then I put the cell within a panel and use it to show the loading panel. That seems to not work. So is this even possible?  The loading panels work perfect on my content pages when I want to show the loading panel on the grid or the table where I have my search criteria entered. 
Kostadin
Telerik team
 answered on 17 Apr 2014
1 answer
87 views
Is there a way to remove the ability to rename and delete of the folders?  I only want to give the users the ability to rename a delete files but the folders to be set and not allowed to modify.
Vessy
Telerik team
 answered on 17 Apr 2014
13 answers
1.4K+ views
I have a combox box that I need to be required field.
I have 2 BUTTONS on page.
The first button "test" able to validate but second button doesnt!!Any help! Thanks,

<td valign="top">
<telerik:RadComboBox ID="cbSite" runat="server" EmptyMessage="Select" Height="200"
Width="200">
</telerik:RadComboBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" ControlToValidate="cbSite" 
runat="server" ErrorMessage="RequiredFieldValidator"></asp:RequiredFieldValidator>
<asp:Button ID="test" runat="server" Text="test" />
</td>
<td style="text-align: left">
</td>
<td valign="bottom">
<asp:Button ID="btnSubmit" runat="server" Text="Submit"  /><-- THIS DOESNT VALIDATE
</td>
Aneliya Petkova
Telerik team
 answered on 17 Apr 2014
1 answer
62 views
Hello Telerik Team,

We have Event Management kind of asp.net web application and we have used the Telerik toolkit in our application. The current Telerik version currently we

are using is 2012.2.912.35. We have used RadComboBox in our application extensively and most of the places we have set MarkFirstMatch property of RadComboBox to TRUE.

Previously when we access our application in IE9 browser then RadcomboxBox filtering feature was working very smoothly but later on we started using IE 10 and IE11 browsers then we noticed that the text at the top of RadComboBox diappears. In our Application we have used IE=EmulateIE7 Metatags from long time in all of the pages and in previous IE browsers i.e.  IE9, IE8 the DDL works perfectly but in IE 10 and IE11 browsers we facing the DDL filtering text issue. We tried to find out why IE=EmulateIE7 tag breaks the DDL filtering feature only in IE 10 and IE 11 browsers but we ddidnt get the reason and also so far we didnot got the fix for this issue. Please not we cannot remove the IE=EmulateIE7 tag from all pages because it will mess up the design of our pages.

In following screenshot you can see the country RadComboBox. I am using IE 10 or IE11 browser and suppose I search for “Boise”.Now when I started typing the alphabets in RadComboBox, the text at the top of DDL disappear and an X appears toward the center of the DDL. Please refer following screenshot:

[Refer ss1.png]

NOTE: The same problem is appearing for all of the RadComboboxes which are present in all of the pages of our application.

In above screenshot, we can see that RadComboBox filters the results correctly but the text at top of DDL disappears and X appears at center which doesn’t looks well.

This is the code of our web page where the country RadComboBox is located.  

<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
</head>
<body>
    <form id="form1" runat="server">
        <telerik:RadScriptManager runat="server" ID="RadScriptManager1" EnableScriptCombine="false">
            <Scripts>
            </Scripts>
        </telerik:RadScriptManager>
        <br />
        <br />
        <telerik:RadComboBox ID="cbCities" runat="server" Width="200px" MarkFirstMatch="true" ExpandDirection="Down">
            <Items>
                <telerik:RadComboBoxItem Text="Atlanta" Value="1" />
                <telerik:RadComboBoxItem Text="Austin" Value="2" />
                <telerik:RadComboBoxItem Text="Baltimore" Value="3" />
                <telerik:RadComboBoxItem Text="Boise" Value="4" />
                <telerik:RadComboBoxItem Text="Boston" Value="5" />
            </Items>
        </telerik:RadComboBox>
    </form>   
</body>
</html>

We also tried by changing the compatibility view setting but still issue persist.

I have also tried adding the script given in below link but this didn’t resolved the issue at our end.
http://www.telerik.com/forums/patch-ms-update-kb2586448-breaks-radcombobox-markfirstmatch-in-versions-older-than-2009-3-1314-inclusive

Please suggest any generic workaround so that the filtering feature of all RadComboBox present in our application works as desired in IE11 and IE 10 browsers.

Thanks,
Ashish
Aneliya Petkova
Telerik team
 answered on 17 Apr 2014
0 answers
81 views
The aim of the Telerik Support Forum is to provide all registered users a way to find answers to their questions before contacting Telerik. You can also use them to:
  • discuss coding techniques with fellow Telerik users
  • share your experience on the Telerik suite of controls
  • contact Telerik with a question
  • ask general questions, not related to Telerik controls
  • contact Telerik's MVPs
  • help other users.

A post in the Support Forums doesn't guarantee you a response from the Telerik support team although 95% of all posts are eventually answered. Additionally, a post is not assigned a response time as with the support ticketing system. In case you need a faster and precise response, please start a new support ticket as it gets higher priority than Forum posts.

Telerik strives to constantly improve its support services but it is essential to have full information so as to supply precise replies. It is important that you follow the guidelines below in order to receive an accurate response:

GUIDELINES TO USING THE SUPPORT FORUM

  1. You should have a valid Telerik account to post in the Forum. You can create one from the Registration page here. Anonymous names will not be allowed and such posts will not be answered or will be deleted.
  2. Use the relevant product forum to post your questions and comments. If your question relates to two or more Telerik products, you can post it in the RadControls section.
  3. File attachments are not supported. You can, however, paste a code snippet. If you think that Telerik needs to review your project and/or files, or that a screenshot is necessary, start a new support ticket.
  4. Describe your question in detail.
  5. State the development software you are using, including:
    • ASP.NET version
    • OS
    • exact browser version
    • exact version of the Telerik product
    • preferred programming language (VB.NET or C#)
  6. Provide step by step instructions on how to reproduce erroneous behavior.
  7. If applicable, send us the error you are receiving.
  8. Telerik reserves the right to use, reproduce and share the material you post within the forums.
  9. Telerik reserves the right to not participate in all posts.
  10. Telerik reserves the right to remove any messages that do not comply with these terms.


ENJOY!!!

Telerik Admin
Top achievements
Rank 1
Iron
 asked on 17 Apr 2014
12 answers
746 views
I have a dynamically created tree view and I would like to add the functionality to Expand/Collapse all nodes via javascript.  All of the demos and posts i have looked at have the following: 
function treeExpandAllNodes() {
    var treeView = $find("<%= rtvMain.ClientID %>");
    var nodes = treeView.get_allNodes();
  
    for (var i = 0; i < nodes.length; i++) {
        if (nodes[i].get_nodes() != null) {
            nodes[i].expand();
        }
    }
}

However in my case i can not use the rtvMain.ClientID in  my functions.  Is there a way to accomplish this passing a variable into the function?  Everything i have tried throws an error saying some to the fact of .get_allNodes is not a member of null.  Please help.

Thank you.
Chris Salas
Top achievements
Rank 1
 answered on 17 Apr 2014
6 answers
719 views
Hello

How can we set a footer which is common for all columns in a  radgrid? The footer should be visible within the grid above pagination as shown in the figure.

Thanks in advance.
Maria Ilieva
Telerik team
 answered on 17 Apr 2014
2 answers
194 views
Hello everbody,

i am unable to configure my WCF WebService and RadTreeView Control to work together 'On Demand', and because i am absolutly new with WebServices, i have no clue what is the problem. Anybody can give me a hint? By the way, i strongly use the following Demo of Telerik: http://www.telerik.com/help/aspnet-ajax/treeview-load-on-demand-wcf.html and http://demos.telerik.com/aspnet-ajax/treeview/examples/programming/performance/defaultcs.aspx

myTopBarNavigation.svc

<%@ ServiceHost Language="C#" Debug="true"
    Service="xxxx.xxxx.layout.ISAPI.xxxx.xxxx.xxxx.myTopBarNavigation,SharePoint.Project.AssemblyFullName$" 
    CodeBehind="myTopBarNavigation.svc.cs"
    Factory="Microsoft.SharePoint.Client.Services.MultipleBaseAddressWebServiceHostFactory,
    Microsoft.SharePoint.Client.ServerRuntime,
    Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>

myTopBarNavigation.svc.cs

namespace kibp.nordlb.layout.ISAPI.kibp.nordlb.layout
{
     class NodeData
    {
        private string text;
        public string Text
        {
            get { return text; }
            set { text = value; }
        }
    }
 
    //[BasicHttpBindingServiceMetadataExchangeEndpoint]
    [ServiceContract]
    [AspNetCompatibilityRequirements(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
    class kibpTopBarNavigation
    {
         [OperationContract] 
        public IEnumerable GetNodes(RadTreeNodeData node, IDictionary context)
        {
            int numberOfNodes = 100;
            List<NodeData> nodes = new List<NodeData>();
            for (int i = 0; i < numberOfNodes; i++)
            {
                NodeData nodeData = new NodeData();
                nodeData.Text = "Node " + i;
                nodes.Add(nodeData);
            }
             return nodes;
        }
    }
}

Error Message @Fiddler:

HTTP/1.1 500 System.ServiceModel.ServiceActivationException

P.s.: The Request looks like this:


and tries to send the following Data:

{"node":{"Text":"Root Node","Value":null,"Key":null,"ExpandMode":3,"NavigateUrl":null,"PostBack":true,"DisabledCssClass":null,"SelectedCssClass":null,"HoveredCssClass":null,"ImageUrl":null,"HoveredImageUrl":null,"DisabledImageUrl":null,"ExpandedImageUrl":null,"ContextMenuID":"","Checked":false},"context":[]}




Hristo Valyavicharski
Telerik team
 answered on 17 Apr 2014
3 answers
49 views
Hi

    x axis values are overlapping in my chart,My values will be come simultaneously Once max value will be 50 another time it will be 5000
    Its difficult to set range in chart Is there any solution for this


Thanks,
Santhosh
Shinu
Top achievements
Rank 2
 answered on 17 Apr 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?