Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
116 views
Hi all,

I followed this link to change the appointment's height and accommodate all appointments in the radscheduler.

http://www.telerik.com/support/kb/aspnet-ajax/scheduler/auto-expand-the-height-of-the-appointment.aspx

Since my goal is to change the week view, i changed the css to this:

.RadScheduler .rsWeekView .rsWrap,
.RadScheduler .rsWeekView .rsApt,
.RadScheduler .rsWeekView .rsAptOut,
.RadScheduler .rsWeekView .rsAptIn,
.RadScheduler .rsWeekView .rsAptMid,
.RadScheduler .rsWeekView .rsAptContent
{
        position: static !important;
        height: auto !important;
        width: 120px;
}
.RadScheduler .rsWeekView .rsWrap
{
        overflow: hidden;
        font-size: 0;
        line-height: 0;
}
.RadScheduler .rsWeekView .rsLastWrap
{
        height: 16px !important;
}
.RadScheduler .rsWeekView .rsAptContent
{
        position: relative !important;
        border-top: 0;
        border-bottom: 0;
        left: 0;
        top: 0;
}
* html .RadScheduler .rsWeekView .rsAptIn
{
        border-width: 0 1px;
        top: 0;
    margin-left: -1px;
    margin-right: -1px;
}
* html .RadScheduler .rsWeekView .rsAptMid
{
        top: 0;
        left: 1px;
        margin: 0 1px;
        border-width: 1px 0;
}

It works fine, but the hours columns height did not sync with appointment height (image attached).

Any ideas to solve this?

Thanks in advance.
Plamen
Telerik team
 answered on 17 Jan 2013
9 answers
115 views
Hi,
     I have bind radscheduler using web service and i had set Weekview- EnableExactTimeRendering is true and scheduler is in Weekview. When i click on Show 24 Hours link its shows error like below



When i remove the Weekview- EnableExactTimeRendering property its works fine but appointments are not rendering well.
Thanks
Prasanna.

Plamen
Telerik team
 answered on 17 Jan 2013
2 answers
73 views
Hi,

I am implementing RadFileExplorer in my webpage. However, I am encountering some sizing issues with regards to the "New Folder" and "Rename" pop up windows. Whenever I click "New Folder" or "Rename" it appears cut off at the bottom. However, it is fine for the "Upload" pop up window. Why would it appear cut off and how should I resize it if possible? Thanks.
   
Zhi Jun
Top achievements
Rank 1
 answered on 17 Jan 2013
2 answers
560 views
Hi,
How to have telerik radconfirm  with no title bar and the confirm template looking like in attached screenshot.

Princy
Top achievements
Rank 2
 answered on 17 Jan 2013
5 answers
299 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
363 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
72 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
118 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
162 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
129 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?