Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
229 views
Hi
I'm using the latest version of the control and have 

EnableLoadOnDemand = true
but the control does not postback to get the items requested until the second character is typed.  How can I enable it to post back on first character as well?

 

thanks

Simon
Telerik team
 answered on 14 Nov 2008
10 answers
171 views
Is it possible to control the number of appointments shown on a day. If you have it set to show 2 appointments in month view there is actually room for 3 as the space is there for the "Show More" link if there are 3 or more.

Is it possible to show 3 using the space the link would take and show the link with 4 or more?

Thanks,
Dave
Peter
Telerik team
 answered on 14 Nov 2008
2 answers
225 views
When I click a menu item on Context Menu in IFrame, it will change IFrame url instead of the main page url. Is there a way to change main page url?
 <asp:UpdatePanel ID="UpdatePanel2" runat="server">  
            <ContentTemplate> 
                <asp:Panel ID="cpbMainContextMenu" runat="server">   
                    <telerik:RadContextMenu ID="MainContextMenu" runat="server" Width="100%" ExpandDelay="0" 
                        OnClientShowing="OnContextMenuClientShowing" OnClientItemClicked="MenuClicked" 
                        CausesValidation="False" OnPreRender="MainContextMenu_PreRender">  
                        <Targets> 
                            <telerik:ContextMenuDocumentTarget /> 
                            <telerik:ContextMenuControlTarget ControlID="ContentPlaceHolder1" /> 
                        </Targets> 
                        <Items> 
                            <telerik:RadMenuItem Value="miPatient_NameMCM" runat="server">  
                            </telerik:RadMenuItem> 
                            <telerik:RadMenuItem Value="miPatient_DemoMCM" Text="Demographics/Visits" 
                                runat="server">  
                            </telerik:RadMenuItem> 
                            <telerik:RadMenuItem Value="miPatient_AllergiesMCM" Text="Allergies" 
                                runat="server">  
                            </telerik:RadMenuItem> 
                            <telerik:RadMenuItem Value="miPatient_MedicationsMCM" Text="Home/Current Medications" runat="server">  
                            </telerik:RadMenuItem> 
                            <telerik:RadMenuItem Value="miPatient_ConditionsMCM" Text="Med Hx/Phys Exam" 
                                runat="server">  
                            </telerik:RadMenuItem> 
                            <telerik:RadMenuItem Value="miPatient_PastSurgicalHxMCM" Text="Surgical History" runat="server">  
                            </telerik:RadMenuItem> 
                            <telerik:RadMenuItem Value="miPatient_DiagnosisCodesMCM" Text="Diagnosis Codes" 
                                runat="server">  
                            </telerik:RadMenuItem> 
                            <telerik:RadMenuItem Value="mi_ProcedureNameMCM" Text="[PROCEDURENAME]" Enabled="False" runat="server">  
                            </telerik:RadMenuItem> 
                            <telerik:RadMenuItem Value="miProcedure_EditProcedureMCM" Text="Primary" runat="server">  
                            </telerik:RadMenuItem> 
                            <telerik:RadMenuItem Value="miProcedure_AddSurgicalProcsMCM" Text="Additional Procedures" runat="server">  
                            </telerik:RadMenuItem> 
                            <telerik:RadMenuItem Value="miProcedure_DrugsMCM" Text="Prescribed Drugs" 
                                runat="server">  
                            </telerik:RadMenuItem> 
                            <telerik:RadMenuItem Value="miProcedure_AddStaffMCM" Text="Staff" 
                                runat="server">  
                            </telerik:RadMenuItem> 
                            <telerik:RadMenuItem Value="miProcedure_PreOpMCM" Text="Pre-Op" 
                                runat="server">  
                                <Items> 
                                    <telerik:RadMenuItem Value="miProcedure_PreOp_PatientInfoMCM" Text="Patient Info" runat="server">  
                                        <Items> 
                                            <telerik:RadMenuItem Value="miProcedure_PreOp_PatientInfo_DemographicsMCM" Text="Demographics" runat="server">  
                                            </telerik:RadMenuItem> 
                                            <telerik:RadMenuItem Value="miProcedure_PreOp_PatientInfo_VisitMCM" Text="Visit" runat="server">  
                                            </telerik:RadMenuItem> 
                                            <telerik:RadMenuItem Value="miProcedure_PreOp_PatientInfo_ReadinessMCM" Text="Readiness" runat="server">  
                                            </telerik:RadMenuItem> 
                                        </Items> 
                                    </telerik:RadMenuItem> 
                                    <telerik:RadMenuItem Value="miProcedure_PreOp_ProcedureInfoMCM" Text="Diagnosis and Procedure" runat="server">  
                                        <Items> 
                                            <telerik:RadMenuItem Value="miProcedure_PreOp_ProcedureInfo_PrimaryProceduresMCM" 
                                                Text="Primary" runat="server">  
                                            </telerik:RadMenuItem> 
                                            <telerik:RadMenuItem Value="miProcedure_PreOp_ProcedureInfo_AdditionalProceduresMCM" 
                                                Text="Additional Procedures" runat="server">  
                                            </telerik:RadMenuItem> 
                                            <telerik:RadMenuItem Value="miProcedure_PreOp_ProcedureInfo_DrugsMCM" Text="Prescribed Drugs" runat="server">  
                                            </telerik:RadMenuItem> 
                                            <telerik:RadMenuItem Value="miProcedure_PreOp_ProcedureInfo_StaffMCM" Text="Staff" runat="server">  
                                            </telerik:RadMenuItem> 
                                            <telerik:RadMenuItem Value="miProcedure_PreOp_ProcedureInfo_LocationHxMCM" Text="Location Hx" runat="server">  
                                            </telerik:RadMenuItem> 
                                        </Items> 
                                    </telerik:RadMenuItem> 
                                    <telerik:RadMenuItem Value="miProcedure_PreOp_VitalsHxMCM" Text="Vitals &amp; NPO Status" runat="server">  
                                    </telerik:RadMenuItem> 
                                    <telerik:RadMenuItem Value="miProcedure_PreOp_LabsMCM" Text="DocuLabâ„¢" 
                                        runat="server">  
                                        <Items> 
                                            <telerik:RadMenuItem Value="miProcedure_PreOp_Labs_CurrentLabsMCM" Text="Current Labs" runat="server">  
                                            </telerik:RadMenuItem> 
                                            <telerik:RadMenuItem Value="miProcedure_PreOp_Labs_LabHxMCM" Text="Lab Hx" 
                                                runat="server">  
                                            </telerik:RadMenuItem> 
                                        </Items> 
                                    </telerik:RadMenuItem> 
                                    <telerik:RadMenuItem Value="miProcedure_PreOp_AllergiesMCM" Text="Allergies" 
                                        runat="server">  
                                    </telerik:RadMenuItem> 
                                    <telerik:RadMenuItem Value="miProcedure_PreOp_HomeMedsMCM" Text="Home/Current Medications" runat="server">  
                                    </telerik:RadMenuItem> 
                                    <telerik:RadMenuItem Value="miProcedure_PreOp_AnesthesiaHxMCM" Text="Family Anesthesia Hx" runat="server">  
                                    </telerik:RadMenuItem> 
                                    <telerik:RadMenuItem Value="miProcedure_PreOp_SurgicalHxMCM" Text="Surgical Hx" 
                                        runat="server">  
                                    </telerik:RadMenuItem> 
                                    <telerik:RadMenuItem Value="miProcedure_PreOp_ConditionsMCM" Text="Med Hx/Phys Exam" runat="server">  
                                    </telerik:RadMenuItem> 
                                    <telerik:RadMenuItem Value="miProcedure_PreOp_AnesthesiaPlanMCM" Text="Anesthesia Plan" runat="server">  
                                    </telerik:RadMenuItem> 
                                    <telerik:RadMenuItem Value="miProcedure_PreOp_RiskMCM" Text="Risk/Comments" 
                                        runat="server">  
                                    </telerik:RadMenuItem> 
                                </Items> 
                            </telerik:RadMenuItem> 
                            <telerik:RadMenuItem Value="miLogout_LogoutMCM" Text="Logout" 
                                runat="server">  
                            </telerik:RadMenuItem> 
                            <telerik:RadMenuItem runat="server" Value="miLogout_CloseBrowserMCM" Text="Close Browser">  
                            </telerik:RadMenuItem> 
                        </Items> 
                        <CollapseAnimation Duration="200" Type="OutQuint" /> 
                    </telerik:RadContextMenu> 
               </asp:Panel> 
            </ContentTemplate> 
        </asp:UpdatePanel> 

Thanks,

Anthony Wang
Anthony
Top achievements
Rank 1
 answered on 14 Nov 2008
3 answers
265 views
Hi,


i have placed a RadComboBox with in the RadToolTip. The Radcombox uses custom skin (i.e. EnableEmbeddedskins="false" and Skin="Custom" ).


The problem is that the custom styles are not applied to the RadComboBox.

Thanks
James
Svetlina Anati
Telerik team
 answered on 14 Nov 2008
2 answers
114 views
Hi,

I've had an intermittant problem with RadEditor for a while now. My app features a RadEditor inside a modal RadWindow.

When I open the RadWindow, 75% of the time, the toolbars of RadEditor don't render. Has anyone else had this problem?

Thanks
John
Top achievements
Rank 1
 answered on 14 Nov 2008
5 answers
235 views
hi,
i am using template manage and track changes tools in the radEditor. i am doing all this in a popupWindow
when i click on these buttons then it shows me dialogs and these dialogs height is too much that i cannot close these dialogs because i it hides the close button.
how can i change the height of these dialogs.

another issue is that i am using radSpell also in this editor when i click on redSpell tool button then it works fine on my local machine but it give me 500 error on Live server.

i have putted the dictionary in this path App_Data\RadSpell\en-US.tdf
and also enter this in httpHandlers in web.config
<add verb="*" validate="false" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI"/>

and radEditor i have placed is

<telerik:RadEditor ID="editorMainDescription" runat="server" EditModes="Design, Html"
                                                Height="180px" Skin="Office2007" ToolbarMode="ShowOnFocus" ToolsFile="EditorsTools.xml"
                                                Width="570px">
                                            <Content>
</Content>
<Languages>
       <telerik:SpellCheckerLanguage Code="en-US" Title="US English" />
   </Languages>

</telerik:RadEditor>
every thing is the same on local and live server.


please guide me that what thing i am missing.


Thanks a lot.




Rumen
Telerik team
 answered on 14 Nov 2008
4 answers
293 views
Hi, I've using the latest build and I've the following problem. I have a pane with slidingzone and some slidingpane. The splitter has the FullScreenMode = true, and when I resize the IE window, the scroolbar are not showed, also if the content is outside the windows. So I've enable the Scrolling="Y" on the RadPane with sliding pane to showed them. But there is a strange effect:the scroolbar is corretly showed, but when sliding pane is expansed, no dock and close button are showed, becouse the scroolbar is over the icon. Can you suggest a way to avoid it? The best think for me would be showed scrollbar for the form document, but with FullScreenMode=true, also if content is outside the area, the scroolbar are not showed...This is the page with is possible to reproduce the problem:

%

@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

 

<%

@ 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">

 

<

html xmlns="http://www.w3.org/1999/xhtml">

 

<

head runat="server">

 

 

<title>Untitled Page</title>

 

</

head>

 

<

body>

 

 

<form id="form1" runat="server" style="overflow:auto">

 

 

 

<asp:ScriptManager ID="ScriptManager1" runat="server">

 

 

</asp:ScriptManager>

 

 

<telerik:RadSplitter ID="RadSplitter1" runat="server" FullScreenMode="true" Width="100%" Height="100%" HeightOffset="1">

 

 

<telerik:RadPane ID="RadPane1" runat="server" Scrolling="Y" Width="22" MinWidth="25">

 

 

<telerik:RadSlidingZone ID="RadSlidingZone1" runat="server">

 

 

<telerik:RadSlidingPane ID="RadSlidingPane1" runat="server" Title="Slide1">

 

 

</telerik:RadSlidingPane>

 

 

<telerik:RadSlidingPane ID="RadSlidingPane2" runat="server" Title="Slide2">

 

 

</telerik:RadSlidingPane>

 

 

<telerik:RadSlidingPane ID="RadSlidingPane3" runat="server" Title="Slide3">

 

 

</telerik:RadSlidingPane>

 

 

<telerik:RadSlidingPane ID="RadSlidingPane4" runat="server" Title="Slide4">

 

 

</telerik:RadSlidingPane>

 

 

<telerik:RadSlidingPane ID="RadSlidingPane5" runat="server" Title="Slide5">

 

 

</telerik:RadSlidingPane>

 

 

<telerik:RadSlidingPane ID="RadSlidingPane6" runat="server" Title="Slide6">

 

 

</telerik:RadSlidingPane>

 

 

<telerik:RadSlidingPane ID="RadSlidingPane7" runat="server" Title="Slide7">

 

 

</telerik:RadSlidingPane>

 

 

<telerik:RadSlidingPane ID="RadSlidingPane8" runat="server" Title="Slide8">

 

 

</telerik:RadSlidingPane>

 

 

<telerik:RadSlidingPane ID="RadSlidingPane9" runat="server" Title="Slide9">

 

 

</telerik:RadSlidingPane>

 

 

<telerik:RadSlidingPane ID="RadSlidingPane10" runat="server" Title="Slide10">

 

 

</telerik:RadSlidingPane>

 

 

<telerik:RadSlidingPane ID="RadSlidingPane11" runat="server" Title="Slide11">

 

 

</telerik:RadSlidingPane>

 

 

</telerik:RadSlidingZone>

 

 

</telerik:RadPane>

 

 

<telerik:RadSplitBar ID="RadSplitBar1" runat="server" CollapseMode="Backward"/>

 

 

<telerik:RadPane ID="RadPane2" runat="server" Width="170" MinWidth="100" Scrolling="None" >NavigationPane</telerik:RadPane>

 

 

<telerik:RadSplitBar ID="RadSplitBar2" runat="server" CollapseMode="Backward"/>

 

 

<telerik:RadPane ID="RadPane3" runat="server" Scrolling="None" MinWidth="200">

 

 

</telerik:RadPane>

 

 

</telerik:RadSplitter>

 

 

 

</form>

 

</

body>

 

</

html>

 


version is ASP.NET_AJAX_2008_3_1105
Regards
Nadia Giusti
Svetlina Anati
Telerik team
 answered on 14 Nov 2008
1 answer
144 views
Hi,

Great controls, I have two quick questions I would be most greatful if someone could answer please.

(i) Using the RadHtmlField I'm setting the ToolsFIle and ConfigFile properties to use my own xml files, however when I use the control it's always looking for my xml files in folder C:\WINDOWS\system32\inetsrv, if I try using ~ or a URL this still does not seem to make any difference as the locations are still always prefixed with the intersrv path. Is there a property I need to set to specify my own folder location?

(ii) Where can I get the en-GB.tdf file? I've searched the site but I cannot find where I can download it from.


Regards,
James
Rumen
Telerik team
 answered on 14 Nov 2008
3 answers
212 views
Hello all,

I have a simple grid with 4 columns, with EnablePostBackOnRowClick "on". I can retrieve which row has been selected but I want to be able to go deeper in the selection. The grid contains Project data and the columns are;

Column 1: Project Id + Project Description
Column 2: Director Id + Firstname Lastname
Column 3: Manager Id + Firstname Lastname
Column 4: Teamlead Id + Firstname Lastname

This is pretty simple and I think easy to visualize. What I need to achieve is to determine which cell has been clicked.

From the ItemCommand event of the grid, I can get all the values from the selected row with;

If e.CommandName = "RowClick" Then

However the purpose of that grid is to redirect the user to the appropriate page with the selected Id.  Right now I can concatenate all 4 values in the querystring but I need to know what cell has been clicked.

i.e. If the user click on a Director name, I have to load Director.aspx against the selected Id.
i.e. If the user click on a Team Lead name, I have to load Teamlead.aspx against the selected Id.
etc etc..

I need this done all on Server Side, is this possible?

I am using Q2 2008

Thanks in advance.

P.S. From the Search I found several thread about similar problem, none was providing what I need.
P.S.S. A solution has been suggested by a contributor to use the PreRender event and get the item.Selected; this always return the last column value.
Mario Turcotte
Top achievements
Rank 1
 answered on 14 Nov 2008
3 answers
80 views

I am building a custom pager (and custom templates) -- and I would like to re-use the images that Telerik includes.

I would like for the images that I use to "obey" the skin that has been set (i.e. the images in the pager should follow the skin that has been set for the RadGrid).

I think I have a way to do that -- but it is really  cumbersome.  Basically in the CustomPager I use the GridTableView that is passed in to get the OwnerGrid -- and from that the skin.

 

Then I use

URL = gridTableView.Page.ClientScript.GetWebResourceUrl(typeof(RadGrid),
                "Telerik.Web.UI.Skins." + skinName + ".Grid.SortAsc.gif");

to get the URL to the icon.

That seems like a lot of work -- is there a better way?

Brock.

P.S.  I am doing all this in code b/c working in SharePoint.

Dimo
Telerik team
 answered on 14 Nov 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?