Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
110 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
197 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
102 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
280 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
151 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
123 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
194 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
171 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
1 answer
99 views
I created a skin using visual style builder (only actual change was background color to alternating rows and footer wrapper element) and then created an assembly using your online tool. The built in paging control is showing up as if it is not styled at all (see attachment). This is the only problem that I see, but it is an ugly one.  What could be causing this?  I am using the latest version of the asp.net ajax controls and .net 4.5
Galin
Telerik team
 answered on 04 Dec 2014
1 answer
81 views
Hi,

Is it possible to do custom data calculations if PivotGrid datasource is from OLAP?
Maria Ilieva
Telerik team
 answered on 04 Dec 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?