Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
153 views
Hello,

I have a grid 100% width and with 20 lines per page that obviously don't fit in a tablet screen (iPAD and Samsung Galaxy). The problem is that I'm not capable of scrolling the page vertically. In the iPAD I'm able to do it with two fingers, but in the Samsung Galaxy I didn't find a way to do it.

Any idea?

Thank you
Roberto

Marin
Telerik team
 answered on 27 Jun 2012
3 answers
108 views
Any one can help me to apply vertical style on Chart Series in RedChart. As i want to show x axis item vertically in positive direction
My Sample Code :

      ChartSeries pSeries = new ChartSeries();
            
          //radBarGraph.SeriesOrientation = Telerik.Charting.ChartSeriesOrientation.Vertical;
            int iCount = 5;
            radChart.PlotArea.XAxis.AutoScale = false;
            radChart.PlotArea.XAxis.Items.Clear();
            for (int i = 0; i < iCount; i++)
            {
            
                // Add a new item  
                pSeries.AddItem((double)i * 12, "Jan");
                radChart.PlotArea.XAxis.Items.Add(new ChartAxisItem("R"+Convert.ToString(iCount - i)));
                //pSeries.AddItem((double)i * 2, Convert.ToString(i * 2));
                //radChart.PlotArea.XAxis.Items.Add(new ChartAxisItem(Convert.ToString(iCount - i)));
            }

            radChart.Series.Add(pSeries);


Here "Jan" value show horizontally but i want to show it Vertically



Please Suggest..
Peshito
Telerik team
 answered on 27 Jun 2012
3 answers
135 views
Hi All,

How can i avoid panel menu refresh while selecting a page.


Regards,

Prassin
Kate
Telerik team
 answered on 27 Jun 2012
1 answer
190 views
Hi there

I have an AJAX Q10 Radmenu that I have to run in an Iframe on an ASPX page.  I know this it totally not ideal, but to cut a long story short, this is the only way that we can integrate it into the code and we would really like to use the Radmenu in this scenario.

I databind the Radmenu to the database with a lot of parent-child-child-child menus.  It runs perfectly in the Iframe, but sometimes, if you move the mouse fast over the iframe, the child will expand and not collapse after the mouse left the iframe.  So then you have an expanded radmenu sitting inside the iframe, and the only way to make it collapse, is to move the mouse over it again.

I tried changing the expand delay to a higher value, or make it "click to open", but I still experience the behaviour where sometimes, it doesn't collapse due to the fact that it's running in the iframe and the mouse is no longer hovering over the iframe.  I get this behaviour in all browsers, IE 7, 8, 9, FF, Chrome, Safari.

I hope this makes sense and I was hoping that there's a timeout script or something that I can place on the page with the radmenu running inside the iframe that will collapse all child menu's say after a second or two, if the mouse is no longer over it?

Any advice would be appreciated!
Kate
Telerik team
 answered on 27 Jun 2012
5 answers
136 views
what am I doing wrong with the InsertParameters? personId give me null in database, other values work
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
        ConnectionString="<%$ ConnectionStrings:SchoolConnectionString %>"
        DeleteCommand="DELETE FROM [Schedule] WHERE [Id] = @Id"
        InsertCommand="INSERT INTO [Schedule] ([start], [end], [personId], [descripton], [subject]) VALUES (@start, @end, @personId, @descripton, @subject)"
        SelectCommand="SELECT [start], [end], [personId], [descripton], [subject], [Id] FROM [Schedule]"
        UpdateCommand="UPDATE [Schedule] SET [start] = @start, [end] = @end, [personId] = @personId, [descripton] = @descripton, [subject] = @subject WHERE [Id] = @Id">
        <DeleteParameters>
            <asp:Parameter Name="Id" Type="Int32" />
        </DeleteParameters>
        <UpdateParameters>
            <asp:Parameter Name="start" Type="DateTime" />
            <asp:Parameter Name="end" Type="DateTime" />
            <asp:Parameter Name="personId" Type="Int32" />
             
            <asp:Parameter Name="descripton" Type="String" />
            <asp:Parameter Name="subject" Type="String" />
            <asp:Parameter Name="Id" Type="Int32" />
        </UpdateParameters>
        <InsertParameters>
            <asp:Parameter Name="start" Type="DateTime" />
            <asp:Parameter Name="end" Type="DateTime" />
            <asp:QueryStringParameter Name="personId" Type="Int32" />
             
            <asp:Parameter Name="descripton" Type="String" />
            <asp:Parameter Name="subject" Type="String" />
        </InsertParameters>
    </asp:SqlDataSource>
    </form>
Peter
Telerik team
 answered on 27 Jun 2012
1 answer
95 views
Hello. Telerik.

RadAysncUpload control has a problem at Chrome Browser.
RadAysncUpload control can't upload 2 more files at the same time.

we are using Telerik 2012.1.515.40 version. and I tested with previous telerik version .403   it works fine.

please see a attaching file and source code.
<%@ Page Language="VB" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="RadControlsWebApp11._Default" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head runat="server">
    <title></title>
    <telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server" />
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        <Scripts>
            <%--Needed for JavaScript IntelliSense in VS2010--%>
            <%--For VS2008 replace RadScriptManager with ScriptManager--%>
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
        </Scripts>
    </telerik:RadScriptManager>
    <script type="text/javascript">
        //Put your JavaScript code here.
    </script>
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    </telerik:RadAjaxManager>
    <div>
        <telerik:RadAsyncUpload ID="RadAsyncUploadAttachments" runat="server"
            TabIndex="105" MultipleFileSelection="Disabled" AutoAddFileInputs="true">
        </telerik:RadAsyncUpload>
    </div>
 
    <asp:Button runat="server" ID="button1"  Text="save"/>
    </form>
</body>
</html>




Peter Filipov
Telerik team
 answered on 27 Jun 2012
1 answer
62 views
Hi,

How can i have a radnumeric textbox which accepts only digits from 0 to 5. ie.e should accept 52 but not 38.

Thanks
Shinu
Top achievements
Rank 2
 answered on 27 Jun 2012
3 answers
172 views
Hi!

I would like to change the images of the  listbox's buttons. Where can i do this?
Can i set these changes like : onmousedown, onmouseoves etc.?

Thank you
Kate
Telerik team
 answered on 27 Jun 2012
1 answer
232 views
Hi,
I want to bind the file explorer only with the sql server table. i have searched for this issue, and found some links like http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/server-sideapi/dbfilebrowsercontentprovider/defaultcs.aspx but still in the page load event, some paths are being assigned to the control, i didnt get the need of assigning paths to the file explorer when we are tryying to get file structure from database. i dont want to keep any link with the file server, purely database file explorer.
can any one please advice.

thanks
Dobromir
Telerik team
 answered on 27 Jun 2012
3 answers
184 views
Hello Telerik. Team.

Is there a way to cancel file upload process while uploading?

I clicked the cancel button, but  file uploading was still working.

please let me know how to clear uploading process?
Peter Filipov
Telerik team
 answered on 27 Jun 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?