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

Controls Properties mssing

7 Answers 99 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
VSPL
Top achievements
Rank 1
VSPL asked on 19 Jan 2012, 07:05 PM
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...

7 Answers, 1 is accepted

Sort by
0
Richard
Top achievements
Rank 1
answered on 20 Jan 2012, 05:20 PM
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,
0
VSPL
Top achievements
Rank 1
answered on 22 Jan 2012, 05:17 PM
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.
0
Richard
Top achievements
Rank 1
answered on 23 Jan 2012, 05:00 PM
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!
0
VSPL
Top achievements
Rank 1
answered on 23 Jan 2012, 06:40 PM
Thanks jumpstart,
There is no code for that VisualWebPart

Support Center link is down right now...

Thanks again...

0
Maarten Bos
Top achievements
Rank 1
answered on 25 Jan 2012, 04:24 PM
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? :)
0
VSPL
Top achievements
Rank 1
answered on 26 Jan 2012, 09:23 AM
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>
0
Tim
Top achievements
Rank 1
answered on 10 Apr 2012, 09:02 PM
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" %>
Tags
Chart (Obsolete)
Asked by
VSPL
Top achievements
Rank 1
Answers by
Richard
Top achievements
Rank 1
VSPL
Top achievements
Rank 1
Maarten Bos
Top achievements
Rank 1
Tim
Top achievements
Rank 1
Share this question
or