Telerik Forums
UI for ASP.NET AJAX Forum
12 answers
157 views
I am trying to use the Exchange connection to display a calendar within a web-based application and the Exchange Service provider works great if I am defining a user with their username and password but how do I make it work if I have access to another users account using my credentials?
Peter
Telerik team
 answered on 03 Apr 2012
0 answers
45 views
Hi

        In my aspx page I have a usercontrol. In this UserControl I have a PanelBar with four  panel items. Each panel items contains different usercontrol ( ASCX ).  In the panel item click I have loaded the usercontrol dynamically in the corresponding panel item. In my page load I have expanded the first panel item as default.  When  i click the second panel item the usercontrol for this panel item  will be loaded but the script inside this usercontrol is not working. Please give any solution for this problem.
Velkumar
Top achievements
Rank 2
 asked on 03 Apr 2012
1 answer
78 views
I'm not sure if this should go in the Treeview or the Scheduler section but..  I have something set up similar to:  http://demos.telerik.com/aspnet-ajax/scheduler/examples/outlook2007/defaultcs.aspx

However, in the bottom left I have a TreeView to do my filtering.  I have several custom resources defined that are in the tree (buildings and rooms).

My issue is that when I do any filtering with the RadTree view it is posting the entire viewstate, which includes all of the schedular data.  This amount of data is ~500KB and causing performance issues. 

What options do I have?  Is there a way to have all of the filtering done client side?
Kevin
Top achievements
Rank 2
 answered on 03 Apr 2012
7 answers
204 views
I'm having trouble getting a nested radpanel bar to fill the availabler window space 100%. 

The panelbar is in a raddock that resides in the center pane of my radsplitter.

Here is the code...
<telerik:RadSplitter ID="RadSplitter1" runat="server" Orientation="Horizontal" Width="100%" Height="100%" BorderStyle="None"
     BorderSize="0" EnableEmbeddedSkins="false" Skin="LehighCounty" ResizeWithBrowserWindow="true">
      
        <telerik:RadPane ID="RadPane1" runat="server" Height="90">
        <div>
            <qsf:Header ID="Header1" runat="server" />
        </div>
        </telerik:RadPane>
         
        <telerik:RadPane ID="RadPane2Mike" runat="server" Height="100%" width="100%">
         
            <telerik:RadDockLayout ID="RadDockLayout1" runat="server" EnableEmbeddedSkins="false" Skin="LehighCounty">
                   
                <telerik:RadSplitter ID="RadSplitter2" runat="server" Orientation="Vertical" ResizeMode="Proportional"
                 EnableEmbeddedSkins="false" Skin="LehighCounty" >
                  
                    <telerik:RadPane ID="RadPane4" runat="server">
                        <telerik:RadSlidingZone ID="RadSlidingZone1" runat="server" DockedPaneId="RadSlidingPane1">
                            <telerik:RadSlidingPane ID="RadSlidingPane1" runat="server" Title="Left" EnableDock="true" Width="200">
                                <telerik:RadDockZone ID="RadDockZone1" runat="server">
                                    <telerik:RadDock ID="RadDock5" runat="server" EnableAnimation="true" Title="ALERTS"
                                    EnableRoundedCorners="true">
                                      <ContentTemplate>
                                        <div>Column 1</div>
                                    </ContentTemplate>  
                                    </telerik:RadDock>                                  
                                                                   
                                </telerik:RadDockZone>                            
                            </telerik:RadSlidingPane>                        
                        </telerik:RadSlidingZone>                    
                    </telerik:RadPane>
                      
                    <telerik:RadSplitBar ID="RadSplitBar1" runat="server" />
                      
                    <telerik:RadPane ID="RadPane5" runat="server" Height="100%">
                        <telerik:RadDockZone ID="RadDockZone2" runat="server">
                            <telerik:RadDock ID="RadDock2" runat="server" EnableAnimation="true" Title="IhSIS WORKSPACE"
                                    EnableRoundedCorners="true">
                             <ContentTemplate>
                              <div>
<telerik:RadPanelBar ID="RadPanelBar1" runat="server" ExpandMode="FullExpandedItem" 
              Skin="Windows7" Height="100%" Width="100%">
                    <Items>
                        <telerik:RadPanelItem Text="Search" AccessKey="1" Expanded="true">
                            <Items>
                                <telerik:RadPanelItem>
                                    <ItemTemplate>
                                        <div>ad asasdas ds sdg sdfh f</div>
                                    </ItemTemplate>
                                </telerik:RadPanelItem>
                            </Items>
                        </telerik:RadPanelItem>
                        <telerik:RadPanelItem Text="Demographics" AccessKey="2">
                            <Items>
                                <telerik:RadPanelItem>
                                    <ItemTemplate>
                                        <div>
                                           <div>ad asasdas ds sdg sdfh f</div>
                                        </div>
                                    </ItemTemplate>
                                </telerik:RadPanelItem>
                            </Items>
                        </telerik:RadPanelItem>
                        <telerik:RadPanelItem Text="Clerical Note" AccessKey="3">
                            <Items>
                                <telerik:RadPanelItem>
                                    <ItemTemplate>
                                      <div>ad asasdas ds sdg sdfh f</div>
                                    </ItemTemplate>
                                </telerik:RadPanelItem>
                            </Items>
                        </telerik:RadPanelItem>                      
                    <CollapseAnimation Duration="100" Type="InOutBounce" />
           <ExpandAnimation Duration="100" Type="InOutBounce" />
  
                </telerik:RadPanelBar>
  
                  </div>                             
                             </ContentTemplate>
                            </telerik:RadDock>
                        </telerik:RadDockZone>                    
                    </telerik:RadPane>
                      
                    <telerik:RadSplitBar ID="RadSplitBar2" runat="server" />
                      
                    <telerik:RadPane ID="RadPane6" runat="server">
                    <div style="overflow:hidden !important">
                        <telerik:RadSlidingZone ID="RadSlidingZone2" runat="server" SlideDirection="Left" DockedPaneId="RadSlidingPane2" >
                          
                            <telerik:RadSlidingPane ID="RadSlidingPane2" runat="server" Title="Right" EnableDock="true" Width="250">
                                <telerik:RadDockZone ID="RadDockZone3" runat="server">
                                    <telerik:RadDock ID="RadDock4" runat="server" EnableAnimation="true" Title="TODAY's OUTLOOK"
                                    EnableRoundedCorners="true" DockMode="Docked">
                                    <ContentTemplate>
                                        <div>Column 3</div>
                                    </ContentTemplate>
                                    </telerik:RadDock>                                    
                                </telerik:RadDockZone>
                            </telerik:RadSlidingPane>  
                                                   
                        </telerik:RadSlidingZone>
                        </div
                    </telerik:RadPane>
                  
                  
                </telerik:RadSplitter>       
            </telerik:RadDockLayout>
       
          
        </telerik:RadPane>
          
          
        <telerik:RadPane ID="RadPane3" runat="server" Height="45">
         <div
            <qsf:Footer ID="Footer1" runat="server" />
         </div>
        </telerik:RadPane>
      
      
      
    </telerik:RadSplitter>
Kate
Telerik team
 answered on 03 Apr 2012
1 answer
186 views
Hi,

Been looking for RadSpell implementations with tinyMCE HTML editor but not very clear from found threads
http://www.telerik.com/community/forums/aspnet/spell/radspell-with-tinymce-textbox.aspx 

I tried the simple way by converting a asp.net text area to tinyMCE editor and then runt he RadSpell control on it.

If it is HTML or ASP.NEt text area spell check works well, but when it is tinyMCE control it can not get the text inside the text area, if I post back the page and then try, text is available for Radspell to check, but HTML tags are also underlined to check.
After the spell check is completed the editor window does not get the modified contents.

Kindly suggest a fix to all these problem.
Rumen
Telerik team
 answered on 03 Apr 2012
5 answers
64 views
I added a GroupSettings-Repeatcolumns="3" to a menu item, and I get an error in a ScriptResource in one of the telerik functions

j(A).chidlren(".rmGroup").append(j(B).children(".rmGroup").children(".rmItem").eq(0));


You can see in bold the typo line! Is there a way I can edit this as a workaround?
Regards,

AG
Kate
Telerik team
 answered on 03 Apr 2012
7 answers
127 views
HI,

I am using a Telerik AJAX Manager to have a button control update a MultiPage control.  

My Multipage contains several pageviews that each contain a reportviewer control.  On the first load, everything works great.  However when I do a postback, I get my updated pageviews and everything appears correct, but there are JS errors everytime I move the mouse over the pageview or click on the reportviewer control.  I also get the errors when changing tabs.  They are preventing me from being able to use reportviewer features such as printing and paging.  

Most errors are:  "Microsoft JScript runtime error: Object expected"

When I remove do a full postback by setting the postback URL of the button, everything works and I get no JScript errors.  I think this has to do with the viewstate, but I'm not sure.

Any help is much appreciated.

Thanks!
Billy
Krishna
Top achievements
Rank 1
 answered on 03 Apr 2012
1 answer
127 views
We recently upgraded from 2011.1.519.40 to 2012.1.215.40.
After the upgrade, it seems the 'onkeydown' event no longer works.
Is there a problem with it?

Code:

<telerik:RadEditor CssClass="editor" ToolbarMode="ShowOnFocus" NewLineMode="Br" EditModes="All"

                                    ToolsFile="~/Setup/RadEditorSimpleTools.xml" ID="CaptionLabel"

                                    runat="server" Height="220" AutoResizeHeight="false" Width="400" onkeydown="alert('key down');"

                                    <CssFiles>

                                        <telerik:EditorCssFile  Value="EditorStyles.css" />

                                    </CssFiles>

                                    <Tools>

                                    <telerik:EditorToolGroup>

                                        <telerik:EditorSeparator />

                                        <telerik:EditorTool Name ="LinkManager" />

                                        <telerik:EditorTool Name ="Unlink" />

                                        </telerik:EditorToolGroup>

                                    </Tools>

                                </telerik:RadEditor>


In the above example the alert never shows our simple message.

We did a workaround by adding the  "OnClientLoad" function attached to the same event -  onkeydown. For example:

 

        function OnClientLoad(editor, args) {

            editor.attachEventHandler("onkeydown", function (e) { alert('key down attached from client load');

            });

        }


Rumen
Telerik team
 answered on 03 Apr 2012
5 answers
169 views
1. Please how do I get a RadEditor I added at runtime to retain its content after postback

2. And please how do I remove status bar from an editor added at runtime

I will be greatfull if given an answer

Thanks a lot
Rumen
Telerik team
 answered on 03 Apr 2012
1 answer
101 views

We have been using mojoPortal for three years now, with common controls of ASP.NET. We have a new development team, which has never worked before with mojoPortal. They are developing a new project that has technical, visual and usability requirements much more complex. To meet those requirements, we set two goals for which we are not being able to achieve with mojoPortal+RadControls:


1 - Use Telerik ASP.NET AJAX components
Apparently communication between Telerik controls is not occurring as it should. Examples: drag & drop, RadWindow, RadFilter, they simply don’t work together. Up to now, we can’t identify why it’s happening.


2 - AJAX for dynamic loading content

When we tried to load content dynamically, something strange occurs: we can access the viewstate for the dynamic controls, but we can’t modify its values.

Can anyone help us with these matters? Thanks in advance!

Maria Ilieva
Telerik team
 answered on 03 Apr 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?