Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
26 views
When user select a tab in the default browser of the Android mobile phone, the page will scroll to the top.
Dimitar
Telerik team
 answered on 11 Dec 2013
1 answer
91 views
Hi,
   I have try to add the Drop Down under the RibbonBar, but got the error below.
Please help..

Thanks a lot..
Shinu
Top achievements
Rank 2
 answered on 11 Dec 2013
6 answers
460 views

Hello,

I have a problem with the TargetPhysicalFolder property on the AsyncUpload.
I use 2 websites, one for a commercial site and one for the administration.
When I use the administration site I would send in the folder of commercial site a Picture file in a folder but the AsyncUpload don't send a file in the folder. While  if I use a RadUpload then the file uploads correctly.
I want to know how to use AsynUpload with TargetPhysicalFolder.
 
I use VS 2008, Framework 3.5  and Telerik Version 2010.1.415.35

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test.aspx.cs" Inherits="BackOffice.test" %> 
<%@ register tagprefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" %> 
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml">  
<head id="Head1" runat="server">  
</head> 
<body> 
    <form runat="server" id="mainForm" method="post">  
     <telerik:RadScriptManager ID="ScriptManager1" runat="server" /> 
        <telerik:RadProgressManager ID="Radprogressmanager1" runat="server" /> 
        <div> 
            <table> 
                <tr> 
                    <td id="Td1">  
                        <telerik:RadUpload ID="RadUpload2" runat="server" runat="server" MaxFileInputsCount="1" 
                            TargetPhysicalFolder="C:\\Projet En cours\\SiteCommercialPubert\\SiteCommercialPubert\\Images\\Machine\\" > 
                        </telerik:RadUpload> 
                    </td> 
                    <td id="controlContainer">  
                        <telerik:RadAsyncUpload ID="RadUpload1" runat="server" MaxFileInputsCount="1" 
                            TargetPhysicalFolder="C:\\Projet En cours\\SiteCommercialPubert\\SiteCommercialPubert\\Images\\Machine\\" > 
                        </telerik:RadAsyncUpload > 
                        <asp:Button id="buttonSubmit" runat="server" 
                            OnClick="buttonSubmit_Click" text="Submit"/>  
                    </td> 
                </tr> 
        </table> 
        </div> 
    </form> 
</body> 
</html> 



Thanks,
Xavier THIERRY
Hristo Valyavicharski
Telerik team
 answered on 11 Dec 2013
1 answer
354 views
I am using a rad window to display a web url, setting what I want specifically through the css as far as the size of it. This however is not working.

MarkUp
<telerik:RadWindow ID="ViewOurCatalogsRadWindow" runat="server" Behaviors="Close"
    BorderStyle="None" KeepInScreenBounds="true" IconUrl="/Images/JJIcon16x16.jpg"
    CssClass="view-our-jewelry-catalog-window" VisibleStatusbar="false" Animation="Slide"
    Style="z-index: 9000;">
</telerik:RadWindow>

Css
.view-our-jewelry-catalog-window
{
    width:600px !important;
    height:600px !important;
}

If I set the width/height through the markup, I am able to get the desired effect. As I am building this with responsive design, this will not work for me. I thought it could possibly be the the Url links I was pointing to, but have tried it with many other outside sources and it is not working with them as well.

Firebug shows that my css is rending, however, it looks to still be applying the default css (not class name or style page show either for this, just a straight element). Here is what it is showing.

element.style {
    height: 300px;
    left: 491px;
    position: absolute;
    top: 85px;
    visibility: visible;
    width: 300px;
    z-index: 9000;
}

Any insight would be appreciated.


Marin Bratanov
Telerik team
 answered on 11 Dec 2013
3 answers
138 views
Hi,

I'm simply trying to add spacing/margins between the data-bound tiles.  Is there a way to do this? 
Marin Bratanov
Telerik team
 answered on 11 Dec 2013
11 answers
1.2K+ views
I am trying to open a Rad Window via client-side script upon taking some server-side action.

I have a function:

function

ShowUpdateForm()

{

window.radopen("REPUpdate.aspx","RW1");

return false;

}

I call this function from an update on the server side by using the "InjectScriptLabel" solution.

InjectScriptLabel.Text =

"<script>ShowUpdateForm();</script>"

When the page goes to run my function I get this script error:

Error:  "object expected."

My window manager and window are defined as follows:

<

telerik:RadWindowManager ID="rwm1" runat="server" Skin="Office2007" Behavior="Default"

InitialBehavior="None" Left="" Top="">

<Windows>

<telerik:RadWindow ID="RW1" runat="server" Behavior="Default" InitialBehavior="None"

Left="" NavigateUrl="" Style="display: none;" Top="" Title="REP Code Changes"

Height="200px" Width="450px" Modal="True" ReloadOnShow="true" >

</telerik:RadWindow>

</Windows>

</telerik:RadWindowManager>

It seems to me the window.radopen command is not being recgonized.

Any thoughts?

Marin Bratanov
Telerik team
 answered on 11 Dec 2013
1 answer
72 views
hi,,

can i show the notification from several buttons without close previous notification, from server side 
like this example 

http://demos.telerik.com/aspnet-ajax/notification/examples/overview/defaultcs.aspx

i used one notification control and call it from server side.

thanx
Marin Bratanov
Telerik team
 answered on 11 Dec 2013
13 answers
540 views
Hai..

           Iam using radhtml chart when i select rad combo box value, page is postbacking when page is postback HTML Chart is diaappearing(that means Empty space is showing) even i set Enable viewstate= true, still i have the problem. iam using radajax loading panel in the masterpage.


thanks
siva sankar
Marin Bratanov
Telerik team
 answered on 11 Dec 2013
5 answers
279 views
Hi All,

i have a requirement here. Need to Export the RadHTMLChart to jpg. Is there any option to do that?

please Let me know.

regards

Suresh
Marin Bratanov
Telerik team
 answered on 11 Dec 2013
2 answers
71 views
Hi,

Having this piece of code:

var selectedNode = embeddedTree.get_selectedNode();

Is there any way to know if the selectedNode is expanded or collapsed?


Regards
César
Top achievements
Rank 1
 answered on 11 Dec 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?