Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
268 views
RadDateTimepicker compare validation is not working properly even though it works fine for "RadDatePicker".can any one give me a solution for this? 
Thank you .
Princy
Top achievements
Rank 2
 answered on 17 Jan 2013
4 answers
339 views
Dear Telerik Community,

It is quite vague what i have stated in the title, but what i want to do is to have an possibility to expand / collapse rows. So when i click in a row on a + mark it expands a panel underneath it where further detailed information is provided. When i click on the - the panel will be collapsed. It is something like that Panelbar control but then in an radgrid. Is this already possibile in the radgrid?

Thank you in advance.

Yours faithfully,
Michiel Peeters
Benjamin
Top achievements
Rank 1
 answered on 17 Jan 2013
2 answers
59 views
I'm using Telerik Q1 2012 Sp1 for the scheduler and related controls. I've set up custom skins, and the app is deployed in several locations, including some in remote locations. We need this app to be functional when the remote locations lose access to internet or any other resources and rely only on their local network. Found out this week that even though we have a custom skin, the control is still adding references to a cloudfront server for stylesheets and javascript files.

This is unacceptable for performance and security. These remote sites are using expensive satellite time, and we can't afford bandwidth for this type of use.

Can anyone tell me if this has been fixed in later versions? If not, how do I go about getting it fixed, or is there a way to turn off the automatic adding of these references in the rendered browser code.
File references are for scheduler.css, calendar.css, core.js, jQuery.js, jQueryInclude.js, Ajax.js, jQueryPlugins.js, DateTime.js, PopupScripts.js, TouchScrollExtender.js, RadSchedulerScripts.js, Model.js, RadCalendarScript.js, and RadCalendarCommonScript.js.

I found every one of these files in the installation on my machine. If I manually add them to the project, will the rendering engine use those copies instead?

No where have I seen a warning that this product will not work if there is no internet connection. If this is indeed the case, please let us know asap so we can find a replacement.

Brenda

Brenda Rueb
Top achievements
Rank 1
 answered on 16 Jan 2013
2 answers
94 views
We have migrated from 2007 MOSS up to 2010 SharePoint.  The RADEditor toolbar is floating all over the screen, rather than afixing itself to the edit control.

I have studied the link below and tried to performs edits on the ConfigFile.xml file.  However, it does not allow me to SAVE changes.  I am administrator on the server and AM able to copy the file.  Just am unable to SAVE edits to the contents of file.

Are you able to offer recommendation(s)?

http://www.telerik.com/community/forums/sharepoint-2007/full-featured-editor/radeditor-full-html-column-type-floating-toolbar-off-screen.aspx#624219

Don
Don
Top achievements
Rank 1
 answered on 16 Jan 2013
3 answers
143 views
Hi,
I put a RadSplitter onto a Page that has two vertical pane. On the left side there is a navigation menu. If you click on an item of the menu, it will open the .aspx pages on the right side next to the navigation menu. Now I want to redirect web application from pages that open in right side pane(I want to redirect to a complete new website , for example Default.aspx).
I want to use it for users policy and if session expired redirect web application to default.aspx for login
How can I fix it?

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="AppMain.aspx.cs" Inherits="MapnaWarrantySystem.AppMain" %>
 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head runat="server">
    <title>Mapna Warranty System</title>
    <link rel="icon" href="Images/mapna.ico" type="image/x-icon" />
    <telerik:RadCodeBlock ID="RadCodeBlockMain" runat="server">
        <script language="javascript" type="text/javascript">
            function getItemValue(sender, eventArgs) {
                if (eventArgs.get_item().get_value() != null) {
                    var obj = window.radopen(eventArgs.get_item().get_value(), eventArgs.get_item().get_text());
                }
            }
        </script>
    </telerik:RadCodeBlock>
    <link href="~/Styles/Site.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="formMain" runat="server">
    <telerik:RadScriptManager ID="RadScriptManagerMain" runat="server">
    </telerik:RadScriptManager>
    <telerik:RadAjaxManager ID="RadAjaxManagerMain" runat="server">
    </telerik:RadAjaxManager>
    <telerik:RadWindowManager ID="RadWindowManagerMain" runat="server" Animation="Fade"
        AutoSize="True" AutoSizeBehaviors="Width, Height, Default" ReloadOnShow="True"
        ShowContentDuringLoad="False" Skin="WebBlue" MinHeight="300px" MinWidth="400px"
        EnableShadow="True" IconUrl="../Images/mapna.ico" VisibleStatusbar="False">
    </telerik:RadWindowManager>
    <div style="width: 100%;" align="center">
        <div style="float: left; width: 100%; margin: 0px; padding: 0px; background: #4b6c9e;"
            align="left">
            <table cellpadding="0" cellspacing="0" width="100%">
                <tr>
                    <td width="110">
                        <img alt="" src="Images/mapna.png" width="103" />
                    </td>
                    <td align="left" width="300">
                        <span style="font-family: Tahoma; font-size: 30px; font-weight: bold; text-transform: none;
                            color: #CBCEFA">MWS </span><span style="font-family: Tahoma; font-size: small; font-weight: bold;
                                text-transform: none; color: #B1B7F8">(MLC Warranty Software)</span>
                    </td>
                    <td align="right">
                        <asp:Label ID="lblUserName" runat="server" Font-Names="Tahoma"
                            Font-Size="Medium" ForeColor="#8FCBCA"></asp:Label>
                    </td>
                    <td width="80">
 
                        <asp:LinkButton ID="lbLogout" runat="server" Font-Names="Tahoma"
                            Font-Size="Medium" ForeColor="#FFFF66" onclick="lbLogout_Click">Log Out</asp:LinkButton>
 
                    </td>
                </tr>
            </table>
        </div>
        <div style="clear: both; font-size: 1px;">
        </div>
        <div style="width: 1200px; height: 700px;" align="center">
            <div style="width: 100%; height: 100%; float: left;">
                <telerik:RadAjaxPanel ID="RadAjaxPanelMain" runat="server" Height="100%" Width="100%">
                    <telerik:RadSplitter ID="RadSplitterMain" runat="server" Width="100%" Height="100%"
                        Skin="WebBlue">
                        <telerik:RadPane ID="RadPane1" runat="server" MinWidth="100" Width="250px" MaxWidth="300"
                            BackColor="#DFDFFF" ShowContentDuringLoad="False">
                            <telerik:RadPanelBar runat="server" ID="RadPanelBarTools" Height="100%" Skin="WebBlue"
                                OnClientItemClicked="getItemValue" BackColor="#DFDFFF">
                                <Items>
                                    <telerik:RadPanelItem runat="server" Text="Claims">
                                        <Items>
                                            <telerik:RadPanelItem runat="server" Text="New" Value="frm_Claims_Add.aspx">
                                            </telerik:RadPanelItem>
                                            <telerik:RadPanelItem runat="server" Text="Sent" Value="frm_Claims_Edit.aspx">
                                            </telerik:RadPanelItem>
                                        </Items>
                                    </telerik:RadPanelItem>
                                    <telerik:RadPanelItem Text="Cartable" Owner="RadPanelBarTools">
                                        <Items>
                                            <telerik:RadPanelItem runat="server" Text="">
                                                <ItemTemplate>
                                                    <telerik:RadTreeView ID="RadTreeView1" runat="server" OnNodeClick="RadTreeView1_NodeClick">
                                                        <Nodes>
                                                            <telerik:RadTreeNode runat="server" Text="Inbox" Value="Cartable_Inbox.aspx">
                                                            </telerik:RadTreeNode>
                                                            <telerik:RadTreeNode runat="server" Text="Pending" Value="Cartable_Pending.aspx">
                                                            </telerik:RadTreeNode>
                                                            <telerik:RadTreeNode runat="server" Text="Sent" Value="Cartable_Sent.aspx">
                                                            </telerik:RadTreeNode>
                                                        </Nodes>
                                                    </telerik:RadTreeView>
                                                </ItemTemplate>
                                            </telerik:RadPanelItem>
                                        </Items>
                                    </telerik:RadPanelItem>
                                    <telerik:RadPanelItem Text="Control Panel" Owner="RadPanelBarTools">
                                        <Items>
                                            <telerik:RadPanelItem Text="Failure Items" Value="/Admin/frmFailures.aspx">
                                            </telerik:RadPanelItem>
                                            <telerik:RadPanelItem Text="Locomotive Basic Informations" Value="/Admin/frmLocomotiveGroupsCtrl.aspx">
                                            </telerik:RadPanelItem>
                                            <telerik:RadPanelItem Text="Claims (Add)" Value="/Admin/frmClaims.aspx">
                                            </telerik:RadPanelItem>
                                            <telerik:RadPanelItem runat="server" Owner="" Text="Claims (Edit)" Value="/Admin/frmClaimsEdit.aspx">
                                            </telerik:RadPanelItem>
                                            <telerik:RadPanelItem runat="server" Text="Consortium members"
                                                Value="/Admin/frmConsortiumMembers.aspx">
                                            </telerik:RadPanelItem>
                                            <telerik:RadPanelItem runat="server" Text="Locomotive stop reasons"
                                                Value="/Admin/frmLocomotiveStopReasons24.aspx">
                                            </telerik:RadPanelItem>
                                        </Items>
                                    </telerik:RadPanelItem>
                                    <telerik:RadPanelItem Text="Reports" Owner="RadPanelBarTools">
                                        <Items>
                                            <telerik:RadPanelItem Text="Report1">
                                            </telerik:RadPanelItem>
                                        </Items>
                                    </telerik:RadPanelItem>
                                </Items>
                            </telerik:RadPanelBar>
                        </telerik:RadPane>
                        <telerik:RadSplitBar ID="RadSplitBar1" runat="server" CollapseMode="Forward">
                        </telerik:RadSplitBar>
                        <telerik:RadPane ID="RadPane2" runat="server" MinWidth="400" BackColor="#DFDFFF"
                            ShowContentDuringLoad="False" Scrolling="Y">
                             
                        </telerik:RadPane>
                    </telerik:RadSplitter>
                </telerik:RadAjaxPanel>
            </div>
            <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanelMain" runat="server" Skin="Office2010Black">
            </telerik:RadAjaxLoadingPanel>
            <div style="clear: both; font-size: 1px;">
            </div>
        </div>
    </div>
    </form>
</body>
</html>

protected void Page_Load(object sender, EventArgs e)
{
    if (Session["UserID"] == null)
        Response.Redirect("Default.aspx");
 
    //Users.Name, Users.Family, UsersGroup.Name
    string[] Name = BL.tbl_Users.Get_Name_Family_GroupName(Session["UserID"].ToString());
    lblUserName.Text = Name[2] + " ";
}
 
protected void RadTreeView1_NodeClick(object sender, RadTreeNodeEventArgs e)
{
    if (e.Node.Value != "")
        RadPane2.ContentUrl = e.Node.Value;
}
 
protected void lbLogout_Click(object sender, EventArgs e)
{
    Session.Clear();
    Session.RemoveAll();
    Response.Redirect("Default.aspx");
}

Vessy
Telerik team
 answered on 16 Jan 2013
1 answer
108 views
How to redirect back to Default page  from content Pane .

I used Ajax Manager Redirect . But it can't achieved my purpose. Called default page is in order to refresh the page. Now when I call the Default page show inside the ContentPane .How can I refresh the whole page ?

if (Session["DirString"] != null)
                {
                    cDealLead = Session["cDealLead"].ToString();
                }
                else
                { radAjaxMgr.Redirect("Home.aspx"); }

I am appreciate your time and helping me .

Thanks and Regards,
Tin
Vessy
Telerik team
 answered on 16 Jan 2013
1 answer
374 views
hello,

I have a radgrid that contains a MasterTable and a DetailTable. The problem is that I can’t set the orders of the columns in the Mastertable and the DetalTable.
Is it possible to set and save the orders myself instead having the default orders?

Regards, 
MasterChiefMasterChef
Top achievements
Rank 2
 answered on 16 Jan 2013
2 answers
108 views
Hi there,

I know there is another thread asking a similar question, however, i am wondering if it is possible to increase the width/heigh of a single linear RadGauge range.  I've attached a picture of the current width/height.

John
John
Top achievements
Rank 1
 answered on 16 Jan 2013
1 answer
79 views
hi, i learned that there is error in export to PDF when the subject or description of the appointment created in the scheduler have the character "&" within it. anyone facing same issue & how can this be resolved?
Boyan Dimitrov
Telerik team
 answered on 16 Jan 2013
3 answers
205 views
Hello.
How can I show loading Panel, when I click the Update button(EditMode) and hide it after DataBind().
Pavlina
Telerik team
 answered on 16 Jan 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?