Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
164 views
Hi guys,

I'm currently getting the following error when attempting to use the RadSpellChecker in my website

Cannot read the configuration/dictionary language parameters!

Stack Trace:

 

[ArgumentException: Cannot read the configuration/dictionary language parameters!]

   Telerik.Web.UI.SpellCheckHandlerNoSession.ProcessRequest(HttpContext context) +628

   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100

   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75


The dictionaries are in the correct place /App_Data/RadSpell, although deleting that folder doesn't seem to make any difference, and I am not setting the dictionary path differently anywhere else, and even if I do set the Dictionary Path explicitly I get the same error. Can you help?

 

Guy
Top achievements
Rank 1
 answered on 03 Apr 2012
4 answers
155 views
I have two websites, both .net 4, both using telerik dll 2012.215.1.40, and they do not render treeview nodes with html tags the same way. See attached files - "goodtree" is the desired behavior. I added a plain unordered list in "badtree" for comparison to see if all of my code was affected (something web.config or app pool related), but it is only the treeview. I am stumped. How can I get "badtree" to render the html instead of printing out the tags?
Becky
Top achievements
Rank 1
 answered on 03 Apr 2012
1 answer
102 views
Hi,

                          I had made a user control with a ComboBox & window and a grid embedded inside the window.The window will popup on the ComboBox click.I put the user control inside a grid and while clicking on the user control in the first row,the window will popup and loads the grid but when clicks on the remaining rows the popup(window) comes with a unbounded grid.

Help me.
Thnx in advance
Marin Bratanov
Telerik team
 answered on 03 Apr 2012
12 answers
183 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
54 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
112 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
216 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
207 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
94 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
148 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
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?