Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
154 views

Hi All,
             I am using Rad Chart and displaying data in StackedBar format. I want to text align center in stackedBar. Currently it displaying in upper side and i want to display in center of the Bar.

One more problem is that i want to display data colomn filed (filed name is "DOB") in X axis. I am not enable to do this.

Thanks

Jaydev
Top achievements
Rank 1
 asked on 14 Aug 2008
1 answer
109 views
Hi All,

I am having multiple radwindows for a dashboard functionality. We wanted to drag and dock the radwindows outside the browser as we are using dual monitors. Anyway to do this?

Any help on this would be really appreciated.

Arun.K.S
Georgi Tunev
Telerik team
 answered on 14 Aug 2008
1 answer
136 views
Hello,
 
  I have a pie chart bound to a sql data source:

select CarMake, count(*) as CarTotal from Cars group by CarMake

  I'm having trouble getting the legend to show each CarMake with its pie piece color. All I get is CarTotal in the legend. How can I change the legend (either in the wizard or the vb code) to show each CarMake? I've tried several different settings in the wizard and haven't found the right solution yet.

  Also, how do I get the percentage of total each count is to display on the pie chart? Sorry if this is obvious. I've searched on the forums for a while and haven't been able to find anything that makes mine work.

Thanks,
Ben
Ves
Telerik team
 answered on 14 Aug 2008
5 answers
370 views
Hi All,
I'm working on a project where it is neccessary to deploy the Asp.Net Ajax Rad Editor onto SharePoint.  I've got the control running fine on an aspx page within my SharePoint app, but I am having a problem getting the dialogs (which are a really cool feature) to work properly.  The error is saying that I haven't registered the HttpHandler in the web.config, but I have followed every step in the documentation.  Here is the HttpHandler code in my web.config file.  Any suggestions to get this running would be very appreciated.

John P.

<

httpHandlers>

<

remove path="*.asmx" verb="*"/>

<

remove verb="GET,HEAD,POST" path="*"/>

<

add verb="GET,HEAD,POST" path="*" type="Microsoft.SharePoint.ApplicationRuntime.SPHttpHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"/>

<
add verb="OPTIONS,PROPFIND,PUT,LOCK,UNLOCK,MOVE,COPY,GETLIB,PROPPATCH,MKCOL,DELETE,(GETSOURCE),(HEADSOURCE),(POSTSOURCE)" path="*" type="Microsoft.SharePoint.ApplicationRuntime.SPHttpHandler, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"/>

<

add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>

<

add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory,

System.Web.Extensions, Version=3.5.0.0, Culture=neutral,

PublicKeyToken=31bf3856ad364e35

"/>

<

add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory,

System.Web.Extensions, Version=3.5.0.0, Culture=neutral,

PublicKeyToken=31bf3856ad364e35

"/>

<

add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler,

System.Web.Extensions, Version=3.5.0.0, Culture=neutral,

PublicKeyToken=31bf3856ad364e35

" validate="false"/>

<

add verb="*" validate="false" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI"/>

<!--

Add event handler for RadEditor-->

<

add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Version=2008.1.515.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false"/>

<

add path="Telerik.Web.UI.SpellCheckHandler.axd" verb="*" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI, Version=2008.1.515.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false"/>

</

httpHandlers>


George
Telerik team
 answered on 14 Aug 2008
1 answer
271 views
I'm running into this error each time I load a page with a Chart on it. A stack trace error pops up and when you click OK to look at it, the following is displayed:

Module IIS Web Core
Notification MapRequestHandler
Handler StaticFile
Error Code 0x80070002
Requested URL https://localhost/secure/list/ChartImage.axd?UseSession=true&ChartID=e0ced6f2-afe0-4cb3-bed3-f1c84b572b69_chart_ctl00$ContentPlaceHolder1$rcGraph&imageFormat=Png&random=0.551426175772877
Physical Path H:\Resources\Web Projects\IMSEngine.com\secure\list\ChartImage.axd
Logon Method Anonymous
Logon User Anonymous

I have the following entries in the Web.config file:

    <compilation debug="true">
      <assemblies>
        <add assembly="Telerik.Charting, Version=2.0.3.0, Culture=neutral, PublicKeyToken=D14F3DCC8E3E8763"/>
      </assemblies>
    </compilation>
    <httpHandlers>
      <add path="ChartImage.axd" verb="*" type="Telerik.Web.UI.ChartHttpHandler, Telerik.Web.UI, Version=2008.2.723.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />
    </httpHandlers>

I've tried setting UseSession="false", which results in me needing to add a "/temp" directory, but a similar error shows up again.

Anyone have any thoughts?
Ves
Telerik team
 answered on 14 Aug 2008
1 answer
64 views
When I drop the radMenu on my form it adds an assemblies entry in my web.config that points to Telerik.Charting, but it doesn't add a reference in my project.  This of course breaks when I deploy to the webserver.  Any good reason for this entry, or is it a bug?
Ves
Telerik team
 answered on 14 Aug 2008
1 answer
156 views
Hello,

Could you please advise me on the best way to use databinding with RadChart when I have a dynamic number of series to plot?  I have a custom object 'ChartSeriesCollection' which contains a number of 'ChartSeries' objects representing the series for the chart.  Each ChartSeries contains a collection of custom 'ChartItem' objects.  Each ChartItem has an X and Y value property.

How can I databind a structure such as this to dynamically create the series and their individual points?

Thanks in advance.
Ves
Telerik team
 answered on 14 Aug 2008
1 answer
83 views
  

            hallo,
            
            I'm have a RadGrid that contains a lot of GridTemplateColumn about 
            50 columns and therefore the "View Source" is in size: 1MB and this is 
            causing to the next error :
            A script on this page is causing Internet Explorer to run slowly
            
            what can I do?   
Vlad
Telerik team
 answered on 14 Aug 2008
3 answers
323 views
Hello,

This is just a quick question. Can the RadDateInput control in the new RadControls for Ajax suite be set to a 24 hour clock. Right now I see that it will convert it to the correct time if you put in a 24 hour time.
Missing User
 answered on 14 Aug 2008
1 answer
106 views
Hi,

I use multiple combobox inside my prefered cms: Sitefinity but the working combobox not refresh when is added as usercontrol in my page.
Steps2 and others. Only the first load datas in rad1 work, after selecting second load only one time and no more.

The Sample works perfect outside the cms but no when added in the masterpage of cms.I use the telerik sample with no changes.
The LoadContinent() is inside the Page_Load but I have supprimed in the !IsPostBack. Only the first RadCombobox link the datas. I tried to link the Sql outside the loadContinent, directly in DataSource of RadCombobox1 as suggest Sf team but same problem : not able to load datas. Could you help me plz.

see topic :http://www.sitefinity.com/support/forums/support-forum-thread/b1043S-bkkmdh.aspx

Regards



 
Ivan
Telerik team
 answered on 14 Aug 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?