Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Chart > Controls Properties mssing

Not answered Controls Properties mssing

Feed from this thread
  • Yashdeep avatar

    Posted on Jan 19, 2012 (permalink)

    I am new to telerik,
    Trying to use RadCharts control but properties and smart tag menu is missing...
    Do i need to follow any steps before start working with RadChart...
    For any other control there is no issue...

    Reply

  • jumpstart Master avatar

    Posted on Jan 20, 2012 (permalink)

    Yashdeep:

    From your screenshot, it appears that you're attempting to integrate a RadChart as part of a VisualWebPartUserControl in SharePoint, correct?

    Can you provide more information on which version of Telerik's RadControls you installed? Provide the full installer name and also the version of SharePoint you're working with. This will help to identify why the smart tag and properties are not available.

    Regards,

    Reply

  • Yashdeep avatar

    Posted on Jan 22, 2012 (permalink)

    Thanks for reply,

    Yes i am trying to integrate RadChart as part of VisualWebPart.
    Visual studio : 2010
    Sharepoint : 2010
    Telerik Build : 2011.3.1115.35 (ASP.NET AJAX Q3 2011)

    Show smart tag menu is also disabled in mouse right click menu.

    Reply

  • jumpstart Master avatar

    Posted on Jan 23, 2012 (permalink)

    Yashdeep:

    I would recommend that you should open a support ticket with Telerik for this one. It sounds like it could be an issue with the control. They will be able to quickly evaluate your problem and let you know what should be done.

    And, to expedite the investigation, I would suggest that you be sure to post your visual web part code where you're integrating RadChart.

    Cheers!

    Reply

  • Yashdeep avatar

    Posted on Jan 23, 2012 (permalink)

    Thanks jumpstart,
    There is no code for that VisualWebPart

    Support Center link is down right now...

    Thanks again...

    Reply

  • Posted on Jan 25, 2012 (permalink)

    You might want to check if you usercontrol (VisualWebpart1UserControl.ascx) has the following register tag

    <%@ Register TagPrefix="telerik" Namespace="Telerik.Charting" Assembly="Telerik.Web.UI, Version=2011.3.1115.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" %>

    Though maybe simple things first; have you tried a restart of Visual Studio? :)

    Reply

  • Yashdeep avatar

    Posted on Jan 26, 2012 (permalink)

    Tag is there...

    <%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %>
    <%@ Assembly Name="Microsoft.Web.CommandUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
    <%@ Import Namespace="Microsoft.SharePoint" %>
    <%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
    <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="VisualWebPart2UserControl.ascx.cs" Inherits="UsingCharts.VisualWebPart2.VisualWebPart2UserControl" %>
    <%@ Register assembly="Telerik.Web.UI, Version=2011.3.1115.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" namespace="Telerik.Web.UI" tagprefix="telerik" %>
    <%@ Register assembly="Telerik.Web.UI, Version=2011.3.1115.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" namespace="Telerik.Charting" tagprefix="telerik" %>
     
    <telerik:RadChart ID="RadChart1" runat="server">
    </telerik:RadChart>

    Reply

  • Tim avatar

    Posted on Apr 10, 2012 (permalink)

    I am having the same problem, but a different version of RadChart.  Have you found a solution?

    RadChart as part of VisualWebPart.
    Visual studio : 2010
    Sharepoint : 2010
    Telerik.Web.Design : 2012.1.215.35 (ASP.NET AJAX Q1 2012)

    <%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %>
    <%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Charting" tagprefix="telerik" %>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Chart > Controls Properties mssing
Related resources for "Controls Properties mssing"

ASP.NET Chart Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]