Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
239 views
Hi,

Because RadOrgChart doesn't support multiple parents I came up with workaround that inserting RadDiagram in RadOrgChart ItemTemplate could do the trick for me but I'm having some trouble with that.
Is it even possible what I'm trying to achieve, if yes, could you prepare project with a sample ?
Bartłomiej
Top achievements
Rank 1
 answered on 05 Dec 2014
106 answers
2.0K+ views
I seem to have my toolbox showing multiple copies of each tool. How do I revert it back to it's original state? Note: If I hover over the replicated items, all display the same version information in the ToolTip. Attached is an image showing the issue.
Joel
Top achievements
Rank 1
Iron
 answered on 05 Dec 2014
2 answers
244 views
How to change the default Hover border color for specific tile?

In this example, let's say we wanted the red tile to have a red border.


Is there a simple way to do this with the control?

Setting the BorderColor property on the tile shows the border always with no hover effect.

Thanks,
Todd.

Todd A
Top achievements
Rank 1
 answered on 04 Dec 2014
2 answers
94 views
This seems to be a very specific scenario but here are the details I've uncovered so far:

On the page I have a standard button, a RadAjaxManagerProxy (with a RadAjaxManager on the Master Page), and a RadNumericTextBox. The RNTB has min and max values set. If I put an invalid value in the RNTB, a warning is produced and the value is corrected. However, if I then click the button to submit the page, client-side onclick events are fired but no postback is made. Clicking the button a second time causes both the client-side events and the postback to occur.

I've tested this with a couple of other Telerik controls and they don't appear to have the same problem but none of them have the "auto-correct" feature that RadNumericTextBox has either. Please let me know what you find.

Thanks,

Josh
Joshua
Top achievements
Rank 1
 answered on 04 Dec 2014
1 answer
172 views
Hello, I am using a RadHtmlChart but the DataFieldY and DataFieldX values are not aligning. I am creating the chart programmatically and binding to a datatable and I am setting the data fields to two columns in the datatable, chartSeries.DataFieldY = "Amount", chartSeries.DataFieldX = "Date". However I get this (attached image). Notice that the line markers are not aligning with the dates on the x axis. Is there a way that I can put the date labels on the minor ticks or can I put the line markers on the major ticks so that the x and y data can intersect?
Jakub
Top achievements
Rank 1
 answered on 04 Dec 2014
1 answer
88 views
Hi,
I have linkbutton in my radgrid. i want to export the data in Excel file with the linkbutton data also.
for this i set the ExportOnlyData = "false", but my exported excel file is showing all the data in one column. i attached few images for reference. 

can please someone guide me on this. Thanks.
Pavlina
Telerik team
 answered on 04 Dec 2014
1 answer
257 views
is there a way after the user clicks the final button that all the information
in the wizard is set back to the default of nothing answered.


thanks troy
Boyan Dimitrov
Telerik team
 answered on 04 Dec 2014
2 answers
136 views
Hi I have a radMap similar to this sample: http://demos.telerik.com/aspnet-ajax/map/examples/functionality/shapes-layer/defaultcs.aspx

I cannot change the circle radius, with e.shape.geometry.radius, the circles does not change its size.

There is no javascript errors, this is the function:

        function shapeCreated(e) {            
            if (isBubbleLayer(e.shape)) {
                e.shape.options.set("stroke.color", "#999999");
                e.shape.options.set("fill.color", "#666666");
                var currentZoom = e.sender.zoom();                
                var mag = e.shape.dataItem.properties.mag;
                e.shape.geometry.radius = 100;                
            }            
        }


Any idea is welcome!

Thanks in advance


Mario
Top achievements
Rank 1
 answered on 04 Dec 2014
1 answer
107 views
Hi

I want to create html file with table, data and images , I want to create this as a custom control and place it in the radeditor toolbar as a button icon and provide the user to drag and drop that button to any position on the editor page.

May i know how this can be acheived?

Thanks
Ramesh
Ianko
Telerik team
 answered on 04 Dec 2014
2 answers
176 views
I've apparently missing something, regardless of what I do, all I get with the RadMap Control is the navigator and zoom.  Nothing else, just a blank page.

<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="TestMap.aspx.vb" Inherits="TestWebRoot.TestMap" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
 
<!DOCTYPE html>
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">  
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
            <Scripts>
                <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js">
                </asp:ScriptReference>
                <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js">
                </asp:ScriptReference>
                <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js">
                </asp:ScriptReference>
            </Scripts>
        </telerik:RadScriptManager>
        <telerik:RadMap runat="server" ID="RadMap1">
        </telerik:RadMap>  
    </form>
</body>
</html>

RBarnes
Top achievements
Rank 1
 answered on 04 Dec 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?