Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
308 views
I have couple of Pie Charts on my page. The ChartSeries DefaultLabelValue is a percent value. My Chart Size is small and my percentage are kind of overlapping each other.
Originally I had the following line

ChartSeries s0 = RadChart1.Series.GetSeries(0);

 

 

 

             s0.Type = ChartSeriesType.Pie; 
              s0.Appearance.ShowLabels = true;
              s0.DefaultLabelValue = "#%";

I took it out by using the following code

ChartSeries s0 = RadChart1.Series.GetSeries(0);

 

 

s0.DefaultLabelValue =

"";

So it took the percentage out but I want to show it in my legend control
Currently it is showing the ItemLabels.
s0.Appearance.LegendDisplayMode = ChartSeriesLegendDisplayMode.ItemLabels;

Is there a way to show the  DefaultLabelValue "#%" in the legend by the ItemLabels.

Please advise.
Thanks
Himadri

 

 

 

Himadri Banerjee
Top achievements
Rank 1
 answered on 17 Nov 2008
1 answer
144 views
Hi All,

We were using the RAD editor for MOSS trial version for our project, recently we purchased the Licenced full version of RAD editor. How will activate the licence.

Regards
Babu
Rumen
Telerik team
 answered on 17 Nov 2008
1 answer
104 views
Does anybody have any experience with any set of XML input and validation controls for assuring compliance of the input with XML datatypes and XML schemas? Are there any pre-configured by Telerik? Or is it a matter of custom coding?

Has anybody experimented with use of the Altova Authentic Browser form control simultaneously with any of the Telerik controls? Do they work well together? Any gotchas?
Yavor
Telerik team
 answered on 17 Nov 2008
1 answer
245 views
I am trying to disable certain tabs server side. I am looping through all tabs and setting enabled to false. It does not affect the tabs. I can disable the entire tabstrip, which works fine. I am running this in page load

 
            RadTabStrip tabs = (RadTabStrip)Master.FindControl("tabstrip"); 
            foreach (RadTab tab in tabs.GetAllTabs()) 
            { 
                if (tab.Index > 0) 
                    tab.Enabled = false
            } 

Any help is greatly appreciated.
Princy
Top achievements
Rank 2
 answered on 17 Nov 2008
1 answer
99 views
Hi,

I have a question when I try to paste from word some text in content of Radeditor.  
The paste from word works properly, there is no problem with the font-size neither with the font-type of letter, but when I select the letter that has pasted the value of font-size doesn´t appear in the dropdown for font-size.

Thanks for the help.
Rumen
Telerik team
 answered on 17 Nov 2008
1 answer
121 views

i have a usercontrol (Third Party Control (Flexcel)- Excel) for exporting the data in RadGrid to an Excel Sheet.
i have a RadPanelBar consisting of RadChart(Chart for the data in RadGrid)  and RadGrid,

i have applied Ajax setting for UserControl to RadPanelBar(consisting of RadChart and RadGrid).
on clicking the Export UserControl sometimes very rarely RadGrid font changes, this happens very rarely in application deployed in US Servers and very rarely in our local server in India...

Please let me know the solution.
 
Thanks and Regards
Uday.M

Dimo
Telerik team
 answered on 17 Nov 2008
13 answers
203 views
hi,

Though I've set EnableEmbeddedSkins="false" on the RadGrid which should theoretically stop all styles coming from WebResource.axd but in my case I still see the Filter Menu referencing the embedded styles. I tried the following but they dont work either. Please tell me what am I missing here. Thanks

<FilterMenu EnableEmbeddedSkins="false" />

and 

<FilterItemStyle CssClass="BLA" />
Zubair
Top achievements
Rank 1
 answered on 17 Nov 2008
4 answers
228 views
I have a website using .NET 2.0 and I've been using RadControls for ASP.NET very successfully.  I'm wanting to try out the new AJAX release of the controls but I'm having difficulty installing them onto the site. I'm using VWDe 2008 and I've tryed the following on 2 different machines.

Download and install RadControls for ASP.NET AJAX
Open Website using VWDe 2008
Open Toolbox -> Choose items -> browse
Select -> Program Files/telerik/Rad Controls for ASPNET Ajax Q2 2008/bin/telerik.web.ui.dll

and I get the following ERROR message
"
There was an error loading types from assembly 'C:\program Files\Telerik\RadControls for ASPNET AJAX Q2 2008\Bin\Telerik.Web.UI.dll'
'Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
PublickKeyToken=31bf3856ad364e35' or one of it's dependencies. The system
cannot find the file specified.'
"

I'd prefer to keep my website on .NET 2.0 and try using the new controls.  Please help.
Reuss
Top achievements
Rank 1
 answered on 17 Nov 2008
6 answers
306 views
I bound the treeview with the help of an IHierarchicalEnumerable

            RadTreeView treeView = new RadTreeView();
            treeView.DataFieldID = "Id";
            treeView.DataTextField = "Titel";
            treeView.DataValueField = "Id";
            treeView.DataFieldParentID = "ParentId";
            treeView.DataNavigateUrlField = "URL";
           
            treeView.DataSource = source;

            treeView.DataBind();


I loved the fact that all of a sudden the whole Hierarchy was populated in the tree based on my object-model.

However, the top-nodes cannot be expanded when clicking on the +-sign.
I checked the html-source and it does contain an <ul>-block with my children with the style "display:none". So all children are being rendered onto the client-side (but are hidden). It seems as if the javascript-event for clicking the plus-sign is not fired.

Do you have an idea what the cause is? If not, can you guide me how I can check if a javascript-event is fired (I have firefox-firebug and could set a breakpoint if you like).

cheers
Stefan
Yana
Telerik team
 answered on 17 Nov 2008
2 answers
107 views
I have set up some Tabs with one of them being the default tab when the page is first loaded.
The problem is that I have to click another tab first and then click the first one again to see its contents.
Obviously I am missing a setting somewhere.
Any ideas?
Thank you very much.
Paul
Telerik team
 answered on 17 Nov 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?