Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
151 views
When attempting to add a word to the dictionary by clicking "Add Custom", I receive this error:

Spell Check Handler Server error: 500
Access to the path 'c:\Inetpub\Web Applications...' is denied

How can I correct this error?

Thanks,
Dean
Rumen
Telerik team
 answered on 04 Mar 2010
2 answers
84 views
I don't consider myself a newbie but I am at a loss for this one.

The following does NOT display the captcha image...I've looked it over several times and can't see what I'm missing.
Any help would be greatly appreciated.

Thank You

<

 

telerik:RadCaptcha ID="InfoCaptcha" runat="server" ErrorMessage="The code you entered is not valid." ProtectionMode="Captcha" CaptchaImage-BackgroundColor="WhiteSmoke" CaptchaImage-LineNoise="Medium" CaptchaImage-BackgroundNoise="Medium" CaptchaImage-FontWarp="Medium" CaptchaImage-TextLength="5" CaptchaImage-TextColor="Gray" CaptchaImage-UseRandomFont="true" CaptchaImage-TextChars="LettersAndNumbers" EnableRefreshImage="true" ></telerik:RadCaptcha>

 

Ramjet
Top achievements
Rank 1
 answered on 04 Mar 2010
1 answer
98 views
I am trying to implement floating toolbar in the editor. When it loads for the first time it is showing a blank bar at the top for the entire width of the toolbar after it toggles. Further consequent load is working fine but for the first time it is not. Here is my code:

<

 

telerik:RadEditor ID="htmlRadEditor" Runat="server"

 

 

OnClientLoad="OnClientLoad" ToolbarMode="Floating" Height="350px" Width="100%" >

 

 

 

 

</telerik:RadEditor>

Please help.

 

Rumen
Telerik team
 answered on 04 Mar 2010
2 answers
79 views
Hi,

when opening the advanced insert/edit form I always get a JavaScript Error (in IE 7 as well as in FF 3.5 using FireBug). It says "this._getRecurrentCheckBox() is null" and is thrown in line 4447 ("this._getRecurrentCheckBox().checked=n;") of
Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl00_MainContent_MainContent_RadScriptManager1_TSM&amp;compress=1&amp;_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3ade-DE%3a0d787d5c-3903-4814-ad72-296cea810318%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2009.3.1314.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3ade-DE%3a175e0215-2799-4921-9e1d-6f61a160e4db%3a16e4e7cd%3af7645509%3a24ee1bba%3a874f8ea2%3a650fdad%3a41a6cee9%3ad40f7d5c%3a1a9ac27f%3a7d98db04%3afe65db44%3a63767fed%3a44e9d927%3a26c790aa%3a3cdff5d5%3ae91ff703%3a7666c7ed%3aef9d9f4a%3aa960fda2%3a5aafb8ec%3aa51ee93e%3a59462f1%3ab7778d6c%3a8674cba1%3ac08e9f8a%3aef347303%3a1e771326%3aaa288e2d%3ae330518b%3ac8618e41%3ae4f8f289

I don't think I have done anything wrong, the error appeared ever since I set EnableRecurrenceSupport="false". So I think it might be a bug.

The Scheduler is running without problems, so I guess it does not do any harm, but it looks ugly having a new error after each insert or edit..

I am integrating the RadScheduler in an ASP.NET MVC 2 project using Web Service Binding (if this has anything to do with it).

Thanks,
Fabian
T. Tsonev
Telerik team
 answered on 04 Mar 2010
3 answers
111 views
Trying to upgrade from 2008 02 to 2009 03 and my VS project keeps reverting back to 2008 02.

Thanks
Thomas
Daniel
Telerik team
 answered on 04 Mar 2010
2 answers
147 views
Hello, is there anyway to view any other file attributes other than just the "Filename" and "Size" within the FileExplorer?  I am not talking about custom columns.  I am talking about the default columns like Authors, Type, Comments.  I need my explorer window to show these file attributes as well as the name and size.  All the samples ive seen only have "Filename and Size".

Thanks for the help,
Bryan
Fiko
Telerik team
 answered on 04 Mar 2010
1 answer
287 views

I have been trying to two days now to get the file upload portion of the RadFileExporer to work to no avial.

Here is my senerio:
I have a VD pointing to a share on another server that I am accessing when first loading.  I have an "Uploads" directory that I am trying to allow users to upload to. Access to the share at this point have been given full access.  I can view the files on the share within RadFileExplorer no problem but I cannot upload to them.  When I try and swtich to the "Uploads" directory within the site and then select "Upload" its grayed out.

Any help would be so greatly appreciated!!
Thomas

 

Dim

 

explorerControls As Telerik.Web.UI.FileExplorer.FileExplorerControls = 0

 

Dim paths As String() = New String() {"~/Intern"}

 


Dim
uploadPaths As String() = New String() {"~/Intern/Uploads"}

 

 

'This code sets RadFileExplorer's paths

 

 

 

 

RadFileExplorer1.Configuration.ViewPaths = paths

RadFileExplorer1.InitialPath = Page.ResolveUrl(

"~/Intern/")

 

RadFileExplorer1.Configuration.UploadPaths = uploadPaths

explorerControls = explorerControls

Or Telerik.Web.UI.FileExplorer.FileExplorerControls.Toolbar

 

RadFileExplorer1.EnableCreateNewFolder =

"true"

 

 

 

RadFileExplorer1.Configuration.SearchPatterns = New String() {"*.*"}

 

RadFileExplorer1.Configuration.ContentProviderTypeName = GetType(Telerik.Web.UI.Widgets.FileSystemContentProvider).AssemblyQualifiedName

 

RadFileExplorer1.DataBind()

Fiko
Telerik team
 answered on 04 Mar 2010
1 answer
86 views
What are the minimum requirements to create a custom skin for the RadEditor?  All of the project examples I have found posted here included the complete Skin directory.  Is that really required for a custom skin?
Rumen
Telerik team
 answered on 04 Mar 2010
11 answers
218 views
...which obviously results in movie not playing.
However older version (6.6.3.0) of the radeditor that we currently use in our live site correctly inserts quicktime object via <embed> tag.
Rumen
Telerik team
 answered on 04 Mar 2010
1 answer
192 views

So, here is what I have - I have a master page and then a content page with a RadGrid on it, then in the NestedViewTemplate I have a standard asp:Panel and then in the panel I have a standard asp:DetailsView and then as part of the details view I have a template field which contains the RadPanelBar. First let me tell you what I have working; using the code below I'm able to add the new RadPanelItem and it plugs in the data from the DataRowView, but the way it gets displayed in the RadPanelBar is as a selectable item and you can't select the text. What I want is just plain old text that can be selected like any standard text on a web page. I get what I want if done at design time but of course I want this to happen at run time with the data source for the DetailsView.

    Protected Sub RadPanelbarHistory_OnPanelItemDataBound(ByVal sender As ObjectByVal e As Telerik.Web.UI.RadPanelBarEventArgs)  
 
        Dim row As DataRowView = CType(e.Item.DataItem, DataRowView)  
        Dim pnl As RadPanelBar = CType(sender, RadPanelBar)  
 
        pnl.Items(0).Text = "History" 
        pnl.Items(0).Items.Add(New RadPanelItem(row("TicketHistory")))  
 
    End Sub 
 

So, in the .aspx file I have the following defined. I think what I want to do is write to the label that I have in the ItemTemplate, but I can't get a reference to it.
<telerik:RadPanelBar ID="RadPanelBarHistory" runat="server" ExpandMode="SingleExpandedItem" 
                Skin="Web20" AllowCollapseAllItems="True" Width="100%" DataSourceID="ObjectDataSource2" 
                CausesValidation="False"     OnItemDataBound="RadPanelbarHistory_OnPanelItemDataBound">  
                <Items> 
                    <telerik:RadPanelItem runat="server" Text="History" Value="Temp">  
                        <Items> 
                            <telerik:RadPanelItem runat="server" Text="templateHolder" Value="templateHolder">  
                                <ItemTemplate> 
                                    <asp:Label ID="body" runat="server"></asp:Label> 
                                </ItemTemplate> 
                            </telerik:RadPanelItem> 
                        </Items> 
                    </telerik:RadPanelItem> 
                </Items> 
            </telerik:RadPanelBar> 

I have tried almost every example I could find on this board with no luck. Correct me if I'm wrong, but the overall technique is to get reference to the RadPanelBar and then use the FindItemByValue or FindItemByText to get a reference to the RadPanleItem and then do a FindControl to get to the label. So I have tried this technique from multiple RadPanleBar events (OnItemDataBound, OnItemCreated, OnDataBound) as well as from the events from the DetailsView (OnDataBound, OnItemCreated) and I can almost always get to the RadPanelBar, but I can never get a reference to the RadPanelItem using any of the techniques described such as RadPanelBarHistory.FindItemByValue("templateHolder") or RadPanelBarHistory.Items.FindItemByValue("templateHolder") or RadPanelBarHistory.Items(0).Items.FindItemByValue("templateHolder"). It always return nothing. Below is the full listing for the .aspx file.

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" 
    MasterPageFile="~/MasterPage.master" %> 
 
<%@ Import Namespace="Telerik.Web.UI" %> 
<%@ MasterType VirtualPath="~/MasterPage.master" %> 
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">  
</asp:Content> 
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">  
    <asp:Label ID="lblLoc" runat="server" Text="Label"></asp:Label> 
</asp:Content> 
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder2" runat="Server">  
    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Web20" 
        MinDisplayTime="500" InitialDelayTime="200">  
        <img alt="Loading..." src="../Images/ajax-loader.gif" style="border: 0px; margin: 100px 0px 0px 0px;" /> 
    </telerik:RadAjaxLoadingPanel> 
    <telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server">  
        <AjaxSettings> 
            <telerik:AjaxSetting AjaxControlID="RadGridQueue">  
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="RadGridQueue" LoadingPanelID="RadAjaxLoadingPanel1" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
        </AjaxSettings> 
    </telerik:RadAjaxManagerProxy> 
    <telerik:RadGrid ID="RadGridQueue" runat="server" Skin="Web20" GridLines="Vertical" 
        AutoGenerateColumns="False" AllowSorting="True" DataSourceID="ObjectDataSource1" 
        AllowPaging="True" PageSize="100">  
        <PagerStyle AlwaysVisible="True" /> 
        <MasterTableView AutoGenerateColumns="False" DataKeyNames="TicketID" ExpandCollapseColumn-ButtonType="PushButton" 
            DataSourceID="ObjectDataSource1" HierarchyLoadMode="ServerOnDemand">  
            <NestedViewTemplate> 
                <asp:Panel ID="pnlInnerContainer" runat="server" Visible="true" Style="margin: 5px;">  
                    <asp:Label ID="lblID" runat="server" Text='<%#Eval("TicketID")%>' Visible="false"></asp:Label> 
                    <asp:DetailsView ID="DetailsView1" runat="server" Height="50px" Width="100%" AutoGenerateRows="False" 
                        CellPadding="4" GridLines="Horizontal" ForeColor="#333333" BorderColor="Navy" 
                        BorderStyle="Solid" BorderWidth="1px" DataSourceID="ObjectDataSource2" OnDataBound="DetailsView1_DataBound" 
                        RowStyle-BorderStyle="NotSet" AlternatingRowStyle-BorderStyle="NotSet">  
                        <FooterStyle BackColor="#507CD1" ForeColor="White" Font-Bold="True" /> 
                        <CommandRowStyle BackColor="#D1DDF1" Font-Bold="True" /> 
                        <RowStyle BackColor="#EFF3FB" HorizontalAlign="Left" VerticalAlign="Top" /> 
                        <FieldHeaderStyle Width="140px" BackColor="#DEE8F5" Font-Bold="True" HorizontalAlign="Left" 
                            VerticalAlign="Top" /> 
                        <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Left" VerticalAlign="Top" /> 
                        <Fields> 
                            <asp:BoundField DataField="TicketType" HeaderText="Type" /> 
                            <asp:BoundField DataField="TicketID" HeaderText="Ticket ID" /> 
                            <asp:BoundField DataField="TicketHeadline" HeaderText="Headline" /> 
                            <asp:BoundField DataField="TicketSystem" HeaderText="System" /> 
                            <asp:BoundField DataField="TicketPrimary" HeaderText="Primary" /> 
                            <asp:BoundField DataField="TicketSub" HeaderText="Sub" /> 
                            <asp:BoundField DataField="TicketSeverity" HeaderText="Severity" /> 
                            <asp:BoundField DataField="TicketPriority" HeaderText="Priority" /> 
                            <asp:BoundField DataField="TicketCQState" HeaderText="CQ State" /> 
                            <asp:BoundField DataField="TicketExternalState" HeaderText="External State" /> 
                            <asp:BoundField DataField="TicketKeywords" HeaderText="Keywords" /> 
                            <asp:BoundField DataField="TicketVersion" HeaderText="Version" /> 
                            <asp:BoundField DataField="TicketSubmitDate" HeaderText="Date Submitted" /> 
                            <asp:BoundField DataField="TicketCloseDate" HeaderText="Date Closed" /> 
                            <asp:BoundField DataField="TicketLOE" HeaderText="LOE" /> 
                            <asp:BoundField DataField="TicketRemedyTicketNumber" HeaderText="Remedy Ticket" /> 
                            <asp:BoundField DataField="TicketAssignTo" HeaderText="Assigned To" /> 
                            <asp:BoundField DataField="TicketSubmitter" HeaderText="Submitted By" /> 
                            <asp:BoundField DataField="TicketDescription" HeaderText="Description" /> 
                            <asp:TemplateField HeaderText="History">  
                                <ItemTemplate> 
                                    <telerik:RadPanelBar ID="RadPanelBarHistory" runat="server" ExpandMode="SingleExpandedItem" 
                                        Skin="Web20" AllowCollapseAllItems="True" Width="100%" DataSourceID="ObjectDataSource2" 
                                        CausesValidation="False" OnItemDataBound="RadPanelbarHistory_OnPanelItemDataBound">  
                                        <Items> 
                                            <telerik:RadPanelItem runat="server" Text="History" Value="Temp">  
                                                <Items> 
                                                    <telerik:RadPanelItem runat="server" Text="templateHolder" Value="templateHolder">  
                                                        <ItemTemplate> 
                                                            <asp:Label ID="body" runat="server"></asp:Label> 
                                                        </ItemTemplate> 
                                                    </telerik:RadPanelItem> 
                                                </Items> 
                                            </telerik:RadPanelItem> 
                                        </Items> 
                                    </telerik:RadPanelBar> 
                                </ItemTemplate> 
                            </asp:TemplateField> 
                            <asp:TemplateField HeaderText="Attachments">  
                                <ItemTemplate> 
                                    <asp:Label ID="lblAttachments" runat="server" Text="Label"></asp:Label> 
                                </ItemTemplate> 
                            </asp:TemplateField> 
                        </Fields> 
                        <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" VerticalAlign="Top" 
                            HorizontalAlign="Left" /> 
                        <EditRowStyle BackColor="#2461BF" /> 
                        <AlternatingRowStyle BackColor="White" /> 
                    </asp:DetailsView> 
                    <asp:ObjectDataSource ID="ObjectDataSource2" runat="server" OldValuesParameterFormatString="original_{0}" 
                        SelectMethod="GetTicketDetails" TypeName="xlsData">  
                        <SelectParameters> 
                            <asp:ControlParameter ControlID="lblID" Name="ID" PropertyName="Text" Type="String" /> 
                        </SelectParameters> 
                    </asp:ObjectDataSource> 
                </asp:Panel> 
            </NestedViewTemplate> 
            <ExpandCollapseColumn ButtonType="PushButton" Visible="True">  
            </ExpandCollapseColumn> 
            <Columns> 
                <telerik:GridTemplateColumn HeaderText="ID" UniqueName="TicketID" SortExpression="TicketID">  
                    <ItemTemplate> 
                        <asp:Label ID="Label6" runat="server"><%#Eval("TicketID")%></asp:Label> 
                    </ItemTemplate> 
                </telerik:GridTemplateColumn> 
                <telerik:GridTemplateColumn HeaderText="Type" UniqueName="Type" SortExpression="TicketType">  
                    <ItemTemplate> 
                        <asp:Label ID="Label5" runat="server"><%#Eval("TicketType")%></asp:Label> 
                    </ItemTemplate> 
                </telerik:GridTemplateColumn> 
                <telerik:GridTemplateColumn HeaderText="Headline" UniqueName="Headline" SortExpression="TicketHeadline">  
                    <ItemTemplate> 
                        <asp:Label ID="Label1" runat="server"><%#Eval("TicketHeadline")%></asp:Label> 
                    </ItemTemplate> 
                </telerik:GridTemplateColumn> 
                <telerik:GridTemplateColumn HeaderText="Date Submitted" UniqueName="DateSubmitted" 
                    SortExpression="TicketSubmitDate">  
                    <ItemTemplate> 
                        <asp:Label ID="Label3" runat="server"><%#Eval("TicketSubmitDate")%></asp:Label> 
                    </ItemTemplate> 
                </telerik:GridTemplateColumn> 
                <telerik:GridTemplateColumn HeaderText="State" UniqueName="State" SortExpression="TicketExternalState">  
                    <ItemTemplate> 
                        <asp:Label ID="Label2" runat="server"><%#Eval("TicketExternalState")%></asp:Label> 
                    </ItemTemplate> 
                </telerik:GridTemplateColumn> 
                <telerik:GridTemplateColumn HeaderText="Version" UniqueName="Version" SortExpression="TicketVersion">  
                    <ItemTemplate> 
                        <asp:Label ID="Label4" runat="server"><%#Eval("TicketVersion")%></asp:Label> 
                    </ItemTemplate> 
                </telerik:GridTemplateColumn> 
            </Columns> 
            <NestedViewSettings> 
                <ParentTableRelation> 
                    <telerik:GridRelationFields DetailKeyField="TicketID" MasterKeyField="TicketID" /> 
                </ParentTableRelation> 
            </NestedViewSettings> 
            <FooterStyle HorizontalAlign="Center"></FooterStyle> 
        </MasterTableView> 
    </telerik:RadGrid> 
    <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod="GetAllTickets" 
        TypeName="xlsData" SortParameterName="SortColumns" EnablePaging="True" StartRowIndexParameterName="StartIndex" 
        MaximumRowsParameterName="RowCount" OldValuesParameterFormatString="original_{0}">  
        <SelectParameters> 
            <asp:SessionParameter Name="sys" SessionField="systemName" Type="String" /> 
            <asp:Parameter Name="SortColumns" Type="String" /> 
            <asp:Parameter Name="StartIndex" Type="Int32" /> 
            <asp:Parameter Name="RowCount" Type="Int32" /> 
        </SelectParameters> 
    </asp:ObjectDataSource> 
</asp:Content> 
 

Any insight would be greatly appreciated!

Thanx!
Yana
Telerik team
 answered on 04 Mar 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?