Telerik Forums
UI for ASP.NET AJAX Forum
106 answers
2.1K+ 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
264 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
108 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
190 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
98 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
274 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
149 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
119 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
190 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
2 answers
167 views
Our server/website is going down at random times. I now believe this to be related to the RadUploadProgressHandler. A detailed description of the problem as well as server specks can be found here. As I said in the post I have set up a W3C Extended Log File Format log for this site. During downtime there seems be an excessive amount of GET requests for a Telerik.RadUploadProgressHandler.ashx, in fact these are pretty much the only requests which are being logged with a different request, say for a webpage, every couple minutes or so. The machine with which the website resides has one single core CPU, meaning that it can in reality only process one task at any given time. So my questions are, if the server is continuously processing these GET requests for a Telerik.RadUploadProgressHandler.ashx, then will it not process any other requests causing the server/website to appear as if it is down? If so, is this a known issue with this control and are there any ways to fix this issue? The version of telerik controls we are using is 2011.3.1115.40.
Derek
Top achievements
Rank 1
 answered on 04 Dec 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?