Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
70 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
236 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
117 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
89 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
151 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
140 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
66 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
53 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
1 answer
111 views
We are using radeditor(Telerik RadControls for ASP.NET Ajax) with version 2013.2.717.35. In IE11 on font change or font size change, the cursor always moves to first line. It also add lots of "&lt:&gt;" when we try to save data. The only solution I found on internet is to use meta tag as follows:
  <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10" />

But since we are using Iframes in our website, this tag does not get applied. It only gets applied when set on whole web site level which is not an appropirate fix.
Can you please suggest us any other solution for this?
Ianko
Telerik team
 answered on 04 Dec 2014
4 answers
164 views
Hi,

Just discovered that the TreeView actually has LightWeight mode enabled...
But, the Expand/Collapse image is always the old Windows XP look (+/-) instead of the more modern triangle symbol.
For example when using the Metro skin, in Classic mode the Expand/Collapse has the modern symbol but in LightWeight mode it displays the old +- symbol.

Regards
Andreas
Andreas
Top achievements
Rank 1
 answered on 04 Dec 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?