Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
306 views
Please somebody help me how to break the lines and how to give space between words in PDF while exporting from Radgrid.
Kostadin
Telerik team
 answered on 17 Dec 2012
4 answers
489 views
Hello,

I am using a radsplitter/radpane in my application (inside a Master page if that changes things) with width/height set to 100% (filling the browser).

When loading the page in chrome, everything loads pretty quickly and visually the page looks fine.

when loading the page in IE, however, there is a brief lag period in the initial loading of the page where the radsplitter is initially quite small (on the order of 500px or so) while the content is loading.

i am assuming that IE renders its content differently somehow in such a way that it cannot calculate the full height of the browser until after the full page load... (that, or the javascript function to recalculate the height of the control is just fired much later in IE?)

what i am asking is:  is there a way to set an "initial width" to the radsplitter so that when it loads it looks more reasonable (say 1000px or something) and then adjusts itself to 100% when it is ready?

Thanks.
Vessy
Telerik team
 answered on 17 Dec 2012
1 answer
174 views
How can i loop through all items in a radpanelbar? 
Princy
Top achievements
Rank 2
 answered on 17 Dec 2012
3 answers
122 views
Sorry for the header... it's Windows 8 and IE 10, as well as Chrome and Firefox.

My client has a new laptop with Windows 8 and IE 10 and says everything with the website I've developed is a mess and doesn't work right pertaining to the RadControls. I don't have Windows 8 and IE10 so there's no way for me to test it.

What are the known issues with Windows 8? Have you done thorough testing with Telerik and Windows 8?

Has anyone else installed Windows 8 and IE10/Chrome/Firefox and found problems?

thanks.
Maria Ilieva
Telerik team
 answered on 17 Dec 2012
1 answer
53 views
How can i show message for no data exist in radchart? 
Princy
Top achievements
Rank 2
 answered on 17 Dec 2012
1 answer
89 views
I want to change the selected tabs in radtabstrip in every 5s. How can i achieve that? 
Princy
Top achievements
Rank 2
 answered on 17 Dec 2012
1 answer
77 views
Hi,
I have issues with Scheduling Recurrences.

1. while Creating  a monthly recurring appointment for the First Day of every 3 months and  when I save, i am getting  a server error and it breaks scheduling.

2. when I save any Recurrence it saves -1 day.
    for Example I am giving Daily Recurrence for Every 1 day and End By 12/31/2012.
    when i save it and see its getting saved -1day , till 30th of Dec only i can Appointments. and when I edit and save again its saves with
    -1day till 12/29/2012 only.

3. Have issues with all Recurencers not getting saved and getting errors.

Can you please let me know the fixes for above issies ASAP.

Thanks for your support in Advance.
Chandu.D

Boyan Dimitrov
Telerik team
 answered on 17 Dec 2012
3 answers
346 views
Hi,
i'm trying radasyncupload but when start the code, seems to proceed with the transfer but then I see the remote folder and there is no file.
My code is:

but I have to configure something else?
<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:RadNotification ID="RadNotification1" runat="server"
        Skin="Office2010Silver">
    </telerik:RadNotification>
    <div>
        <telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">
                <script type="text/javascript">
                    function startManualUpload() {
                        var upload = $find('<%=RadAsyncUpload1.ClientID%>');
                        upload.startUpload();
                    }
    </script>
        </telerik:RadCodeBlock>
        <telerik:RadAsyncUpload ID="RadAsyncUpload1" runat="server" Culture="it-IT"
            Skin="Sunset" ManualUpload="true" TargetFolder="public/image_profile">
        </telerik:RadAsyncUpload>
       <input type="button" onclick="startManualUpload()" value="start upload" />
    </div>
    </form>
</body>
Plamen
Telerik team
 answered on 17 Dec 2012
3 answers
138 views
hi.

i have taken a master page and a webform. and given radtreeview in masterpage. when select a node of radtreeview, i need to open the redirected page in right side panel. that i am succeeded with..
when i click on node, the redirected page is opened in the right panel .but the radtreeview is collapsed again.
what my problem is..
i need to keep the expanded tree as it is after the redirected page is opened in the right panel.

my code is as follows:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Telerik.Web.UI;


public partial class MASTERS_EPM0001 : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {
        string p_node_value;
        p_node_value = Session["p_node_value"].ToString();
        RadTreeView1.Nodes.FindNodeByValue(p_node_value);
        RadTreeView1.SelectedNodes.v = p_node_value;
        EPM0001LBL1.Text = p_node_value;
    }
    
}


or can you give me an example please??

i am using .net framework 4.0.30319 and visual studio 2010




Iam
Top achievements
Rank 1
 answered on 17 Dec 2012
4 answers
80 views
I'd like to put the pagesize dropdown into the header (top right) of my radgrid but leave the rest of the paging controls in the footer... is this possible?
Eyup
Telerik team
 answered on 17 Dec 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?