Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
100 views
Hello, I have a rotator which it implements a ascx, and in the ascx there is a linkbutton that it opens a tooltip who implements other ascx.

It works fine in IE, but in Firefox and Chrome the button doesn't work, it is disabled.

<telerik:RadRotator ID="RadRotator1" runat="server" Width="900px" Height="300" ItemWidth="450px"
ItemHeight="300" ScrollDuration="500" RotatorType="Buttons" OnDataBound="RadRotator1_DataBound"
OnClientItemShown="OnClientItemShown">
    <ItemTemplate>
         <uc1:Component ID="Component0" runat="server"></uc1:Component>
    </ItemTemplate>
  
    <ControlButtons LeftButtonID="leftArrow" RightButtonID="rightArrow" />
</telerik:RadRotator>

Ascx
<telerik:RadToolTipManager ID="RadToolTipManager1" OffsetY="-1" HideEvent="LeaveToolTip"
            Width="800" Height="400" runat="server" EnableShadow="true"
            OnAjaxUpdate="OnAjaxUpdate" RelativeTo="BrowserWindow"
            Position="TopCenter" BackColor="#D6D6D6" ShowEvent="OnClick"
            Modal="True" ManualCloseButtonText="Cerrar" Skin="Default"
        ManualClose="True" AutoCloseDelay="2000000" >
               <TargetControls>
                   <telerik:ToolTipTargetControl IsClientID="False"
                       TargetControlID="btnVer" Value="" />
               </TargetControls>
         </telerik:RadToolTipManager>
 
<asp:LinkButton ID="btnVer" runat="server" >
                        <img id="Img1" alt="" src="~/Imagenes/Botones/btn_ver_anuncio.png" runat="server" border="0" />
                    </asp:LinkButton>
Niko
Telerik team
 answered on 09 Jul 2012
3 answers
155 views
hi,

In the first use, AllowedFileextensions is unavailable. In the second click select button then is available. I want to when i click select only the allowed extension is available or deleting unavailable selection.And there is another question that I want to put limitation for multiple selection. i do it. But unavailable selection is still seeing. how would i delete them.

best wishes,
ömer

Plamen
Telerik team
 answered on 09 Jul 2012
1 answer
114 views
Dear All,

I have RadGrid in my page here when i binding my grid not data displaying in grid.but i can get data and there showing count and data everything but i cant showing that in grid..what i missed .. my code is

Thanks in Advance..!
protected void Page_Load(object sender, EventArgs e)
        {        
            if (!Page.IsPostBack)
            {
                RadGrid1.DataSource = applicationProcess.SelectLocations();
                RadGrid1.DataBind();
            }
}
Princy
Top achievements
Rank 2
 answered on 09 Jul 2012
1 answer
81 views

I got this RadCalendar in my aspx page with three calendars stacked up vertically.  I am binding some scheduling data to these three mini calendars and would like to limit the data to only the date’s show on the mini calendar.   I wonder if there is a property of the RadCalendar that gives me the show date min and show date max.  When user uses the fast navigation button to forward and backward the months, these properties should change accordingly.  Do these properties exist?   Thanks.

Kevin
Top achievements
Rank 2
 answered on 09 Jul 2012
1 answer
107 views
Hi

I'm new to using Telerik controls, so please be gentle.

I am working against Exchange which returns a body attribute in HTML and location in plain text. Could you please explain in simple terms how I can make these attributes available on insert and edit of an appointment?

Many thanks,

Lee
Plamen
Telerik team
 answered on 09 Jul 2012
1 answer
201 views
Hi,

Is there any possible way to show a built-in checkbox control along with raddatepicker to enable/disable the control.Is it possible to add any control like calendar templates.

Help me
Kevin
Top achievements
Rank 2
 answered on 09 Jul 2012
2 answers
207 views
Hi

I am using Radgrid which has about 10 columns and 2 group levels . As per requirement i have to place complete grid in Editmode ( Infact 3 columns will be in editmode). I have edit button in CommandItem template.  When I click  Editbutton it places complete Radgrid in Edimode . basically I am running the server code  RadGrid1.EditIndexes.Add(i) for all the rows.

Performance is very slow and if the rows are more its taking too long to put complete grid in edit mode.

Are there anyways  to improve the performance of this.

Thanks

NVB
Top achievements
Rank 1
 answered on 09 Jul 2012
1 answer
95 views
So I'm creating a custom separator template for a siteMap.

Each Node will have a custom separator template. 

When I create the nodes, with a basic separator template, the separator correctly shows after the Node.
However, when I used a more complex separator template the separator shows BEFORE the node.

Any ideas why??

<telerik:RadSiteMap ID="RadSiteMap1" runat="server" DataNavigateUrlField="NavigateUrl"
                        DataTextField="Text" Skin="Forest" Width="100%" DefaultLevelSettings-Layout="Flow">
                        <Nodes>
                            <telerik:RadSiteMapNode >
                                <NodeTemplate>NONA</NodeTemplate>
                                <SeparatorTemplate>
                                    <telerik:RadMenu ID="RadMenu4" runat="server" EnableEmbeddedBaseStylesheet="False"
                                        Flow="Horizontal" CssClass="SeperatorMenu" ClickToOpen="true">
                                        <CollapseAnimation Type="InCubic" />
                                        <Items>
                                            <telerik:RadMenuItem runat="server" ImageUrl="~/Images/Triangle_Left.png" CssClass="SeperatorMenuImg"
                                                HoveredImageUrl="~/Images/Triangle_LeftH.png">
                                                <GroupSettings OffsetX="-5" OffsetY="-10" ExpandDirection="Left" />
                                                <Items>
                                                    <telerik:RadMenuItem runat="server" Text="ChildRadMenuItem1">
                                                        <ItemTemplate>
                                                            <div>
                                                                content Header NONA</div>
                                                            <div>
                                                                Body Information here...</div>
                                                        </ItemTemplate>
                                                    </telerik:RadMenuItem>
                                                </Items>
                                                <GroupSettings ExpandDirection="Right" Flow="Horizontal" RepeatDirection="Horizontal" />
                                            </telerik:RadMenuItem>
                                        </Items>
                                    </telerik:RadMenu>
                                </SeparatorTemplate>
                            </telerik:RadSiteMapNode>
</Nodes>

</telerik:RadSiteMap>

Kate
Telerik team
 answered on 09 Jul 2012
2 answers
129 views
Hi

I have two pages.
1. One for entering schedule details of doctors
2. Second one for entering patient appointment.

Will detail below

Master page where I am giving schedules to doctors.In this page, suppose am scheduling a doctor from 10.00 am to 12.00 noon and from 2.00pm to 4.00pm from 01 July 2012 to 06 July 2012

In the second page , I am giving appointment to patients.
Here the user must see remaining time slots disabled and time available as empty ,enabled.
In enabled portion the user can enter the patient details and save.Saving patient details is not the problem.
Problem is with , showing the schedules in disabled and enabled manner and empty.

ie,

In the patient appoinment page , if the user is selecting 01 july 2012

then he/she must be able to see as below
01 July 2012 12.00am to 09.59 am - disabled and empty (means no app slot visible.the region should be empty and disabled)
01 July 2012 10.00 am to 12.00 noon  - enabled and empty (here the user can click and enter the patient details)
01 July 2012 12.01 pm to 1.59 pm - disabled and empty (means no app slot visible.the region should be empty and disabled)
01 July 2012 2.00pm to 4.00pm - enabled and empty (here the user can click and enter the patient details)
01 July 2012 4.01 pm to 11.59 pm - disabled and empty (means no app slot visible.the region should be empty and disabled)

and for the remaining days also , this would work in this manner....

I have a user control as insert template where am entering the patient details and save.
That portion is perfectly perfect.
The problem is with the display region.Because according to this display , the end user must know the doctor schedule for the day.


Please help me.I am in deep trouble.
Thanks
Plamen
Telerik team
 answered on 09 Jul 2012
7 answers
193 views
Hi.

I'm creating a custom control to handle complex relations between 3 resources.
I will consist of 2 Combos and a CheckBoxList.
At what point can I populate these controls with their selectable values in a clientside event?
I'm quite sure I know where to handle the loading, selection and saving of the chosen values to the appointment.

/Jesper
Peter
Telerik team
 answered on 09 Jul 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?