Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
110 views
Back when our company first upgraded to the 2.0 framework of .Net, we implemented a version of the RadEditor using the Monochrome skin. This skin is no longer available in the new version of RadControls.

Is it possible to get a copy of that old skin so that I could use it as a custom skin for the RadEditor?
Rumen
Telerik team
 answered on 30 Jul 2008
3 answers
64 views
I have RadControls for ASP.NET AJAX (v Q2 2008 Version 2008.2.723) and am using it with SharePoint MOSS 2007.  I want to know where to copy the Skins folder onto the MOSS server so it can be accessed by all the SharePoint sites.  I do not (unless I have to) put multiple copies of the Skins folder on the server (i.e., like one in each site).

I do not see a lot of information on your site for integrating the RadControls for ASP.NET AJAX with MOSS 2007.  There is some stuff about replacing menus and tab strips, etc. but not a lot for the other controls.  And the information I see seems to pertain to an earlier version of RadControls with different folder structures for the Skins files.

Can you provide more thorough information about integrating RadControls for ASP.NET AJAX with SharePoint MOSS 2007?

Thanks,

Randall Price
Paul
Telerik team
 answered on 30 Jul 2008
1 answer
77 views
My name field is "John" -- when i filter using contains - by typing "joh" -- it doesn't work.  Is there a cap sensitive option?
Shinu
Top achievements
Rank 2
 answered on 30 Jul 2008
1 answer
218 views
I am creating an xml file for the default settings and have got everything except the Module Manager. No doubt this is a custom tool. How could I build this as it is usefull to have modules that can be turned on/off from split button.

Below is the xml I have so far. If I can only do it in code that is fine.
<root> 
    <modules> 
        <module name="RadEditorStatistics" dockingZone="Bottom" enabled="true" visible="true" dockable="true" /> 
    </modules> 
 
    <tools name="MainToolbar" dockable="true" enabled="true">  
        <tool name="Print" /> 
        <tool name="AjaxSpellCheck"/>  
        <tool name="FindAndReplace" /> 
        <tool name="Cut" /> 
        <tool name="Copy" /> 
        <tool name="Paste" shortcut="CTRL+!"/>  
        <EditorToolStrip Name="Paste Options" popupheight="145px">  
            <EditorTool Name="Paste" /> 
            <EditorTool Name="PasteFromWord" /> 
            <EditorTool Name="PasteFromWordNoFontsNoSizes" /> 
            <EditorTool Name="PastePlainText" /> 
            <EditorTool Name="PasteAsHtml" /> 
        </EditorToolStrip> 
        <tool separator="true"/>  
        <tool name="Undo" /> 
        <tool name="Redo" /> 
    </tools> 
      
      
    <tools name="InsertToolbar" dockable="true" enabled="true" > 
        <tool name="ImageManager" shortcut="CTRL+M"/>  
        <tool name="ImageMapDialog"/>  
        <tool separator="true"/>  
        <tool name="FlashManager" /> 
        <tool name="MediaManager" /> 
        <tool name="DocumentManager" /> 
        <tool name="TemplateManager" /> 
        <tool separator="true"/>  
        <tool name="LinkManager" /> 
        <tool name="Unlink" /> 
    </tools> 
 
    <tools> 
        <tool name="Superscript" /> 
        <tool name="Subscript" /> 
        <tool name="InsertParagraph" /> 
        <tool name="InsertGroupbox" /> 
        <tool name="InsertHorizontalRule" /> 
        <tool name="InsertDate" /> 
        <tool name="InsertTime" /> 
    </tools> 
 
    <tools name="DropdownToolbar" dockable="true" > 
        <tool name="FormatBlock"/>  
        <tool name="FontName"/>  
        <tool name="RealFontSize"/>  
    </tools> 
 
 
    <tools> 
        <tool name="SelectAll" /> 
        <tool separator="true"/>  
        <tool name="Bold" /> 
        <tool name="Italic" /> 
        <tool name="Underline" /> 
        <tool name="StrikeThrough" /> 
        <tool separator="true"/>  
        <tool name="JustifyLeft" /> 
        <tool name="JustifyCenter" /> 
        <tool name="JustifyRight" /> 
        <tool name="JustifyFull" /> 
        <tool name="JustifyNone" /> 
        <tool separator="true"/>  
        <tool name="Indent" /> 
        <tool name="Outdent" /> 
        <tool name="InsertOrderedList" /> 
        <tool name="InsertUnorderedList"/>  
        <tool separator="true"/>  
        <tool name="ToggleTableBorder" /> 
    </tools> 
    <tools> 
        <tool name="ForeColor" /> 
        <tool name="BackColor"/>  
        <tool name="ApplyClass"/>  
        <tool name="FormatStripper" /> 
 
    </tools> 
    <tools> 
 
        <tool name="InsertSymbol" /> 
        <tool name="InsertTable" /> 
        <tool name="InsertFormElement" /> 
        <tool name="InsertSnippet" /> 
        <tool name="ImageMapDialog"/>  
        <tool name="InsertCustomLink"/>  
        <tool separator="true"/>  
        <tool name="ConvertToLower" /> 
        <tool name="ConvertToUpper" /> 
        <tool separator="true"/>  
        <tool name="AboutDialog" /> 
        <tool name="Zoom" /> 
        <!--<EditorToolStrip Name="ModuleManager" popupheight="145px">  
            <tool name="Statistics" /> 
            <tool name="Tag Inspector" /> 
            <tool name="Properties Inspector" /> 
            <tool name="Real-Time HRML View" /> 
        </EditorToolStrip>--> 
        <tool name="ToggleScreenMode" /> 
 
    </tools> 
 
    <links> 
        <!--<link name="telerik" href="http://www.telerik.com">  
            <link name="Products" href="http://www.telerik.com/products">  
                <link name="RadEditor" href="http://www.telerik.com/radeditor" /> 
            </link> 
            <link name="Purchase" href="http://www.telerik.com/purchase" /> 
            <link name="Support" href="http://www.telerik.com/support" /> 
            <link name="Client.Net" href="http://www.telerik.com/clientnet" /> 
        </link> 
        <link name="Microsoft">  
            <link name="Main Site" href="http://www.microsoft.com" /> 
            <link name="MSDN Online" href="http://msdn.microsoft.com" /> 
            <link name="Windows Update" href="http://windowsupdate.microsoft.com" /> 
        </link> 
        <link name="Search Engines">  
            <link name="Google" href="http://www.google.com" /> 
            <link name="Yahoo" href="http://www.yahoo.com" /> 
            <link name="AltaVista" href="http://www.altavista.com" /> 
        </link>--> 
    </links> 
    <snippets> 
        <!--<snippet name="Order Confirmation">  
            <![CDATA[
                    <div style="width:300px;border:2px outset #D8D2BD;padding:34px;font-family:Arial, Verdana; font-size:11px;background-color:#F1EFE6;">
                    Dear ____________________,<br />
                    Thank you for inquiring about ____________. Your request will be processed in 48 hours and shipped at the address you have provided. 
                    <br /><br />
                        <b>Please, contact us if you have any problems.</b>
                    </div>
                ]]> 
        </snippet> 
        <snippet name="Email Signature">  
            <![CDATA[
                    <div style="margin-top:30px;width:80%;border-top:1px dotted gray;padding-top:4px;font-family:Arial, Verdana; font-size:11px;">
                    <b>John Wigham</b><br />
                    Senior Web Developer<br />
                        <a href="#">john@mysite.com</a> originalAttribute="href" originalAttribute="href" originalPath="#">john@mysite.com</a> originalAttribute="href" originalPath=""#">john@mysite.com</a>"
                        <br />
                            <br />
                                <i>Disclaimer: The contents of this e-mail are privileged and confidential and intended for the addressees at the specified e-mail addresses only.</i>
                    </div>
                ]]> 
        </snippet> 
        <snippet name="Problem Report Feedback">  
            <![CDATA[
                    <div style="width:300px;border:2px outset #D8D2BD;padding:34px;font-family:Arial, Verdana; font-size:11px;background-color:#F1EFE6;">
                    Hi ____________________,<br />
                    Thank you for reporting this issue. We have verified the problem and it is logged in our system. We will notify you once we have a solution. 
                    <br /><br />
                        <b>Please, contact us if you have any problems.</b>
                    </div>
                ]]> 
        </snippet>--> 
    </snippets> 
 
    <symbols> 
 
    </symbols> 
    <fontNames> 
    </fontNames> 
    <fontSizes> 
    </fontSizes> 
 
    <colors> 
    </colors> 
    <classes> 
    </classes> 
 
    <paragraphs> 
    </paragraphs> 
 
    <dialogParameters> 
    </dialogParameters> 
    <languages> 
    </languages> 
</root> 
Axe
Top achievements
Rank 1
 answered on 30 Jul 2008
0 answers
124 views
Does anyone have an example of generating a list of RadMenuItemData from an xml file?  I am using a webservice to load root menu items, and the webservice uses xpath to query an xmlfile to find all subitems.  Right now, I am hardcoding the translation of xmlNode to RadMenuItemData.  It would be great if there's a better way to do this.  The xml file is in the same format that can be used to populate a RadMenu.
Jacky Chau
Top achievements
Rank 1
 asked on 29 Jul 2008
21 answers
418 views
How can I use RADScheduler like the way in outlook exchangeserver.

I want to have different users that not are allow to look in each others scheduler, but administrator should be able to look in all schedulers and insert, update or delete data from user scheduler.

Is it necessary to make a new table in the database to manage that problem or is there an easyer way to do it.

I hope that some can help me.
Hans Jørgen
Top achievements
Rank 1
 answered on 29 Jul 2008
2 answers
95 views
Hi,

I'm having an issue getting the Tooltip tutorial working.  Can you someone look over my code and let me know if I'm missing something?

Tutorial is here:
http://www.telerik.com/help/aspnet-ajax/tooltip_gettingstarted.html

<asp:HyperLink ID="TelerikLink" runat="server" NavigateUrl="http://www.telerik.com" Text="Telerik Web Site">
</asp:HyperLink>   
<telerik:RadToolTip ID="RadToolTip1" runat="server" TargetControlID ="TelerikLink" Position="BottomRight" Title="Telerik Site Link" Text="Click here to navigate to the Telerik web site" SkinID="Telerik"> 
</telerik:RadToolTip>

Any help is appreciated.
Rob


Rob
Top achievements
Rank 1
 answered on 29 Jul 2008
2 answers
96 views
I had my RadUpload control skinned to use the WebBlue skin. It was working fine before I loaded the newest 2008.2 .dll files. Now the Select button does not bring up the file browser. If I add EnableFileInputSkinning=false to my control, it works fine. I thought it might be the FormDecorator control, so I removed that, but it still didn't work.

Was a new bug introduced with the latest version that prevents skinning of the RadUpload control? Thanks.
Christopher Blickley
Top achievements
Rank 2
 answered on 29 Jul 2008
13 answers
243 views
I have a grid that I need to databind on button click based on what is chosen in a dropdown list and what is typed in a textbox.

However the dropdown and textbox are in teh master page, while the grid is on a content page.

How do I accomplish this?  I have my code started as follows, I know my SQL SELECT is wrong because basically I need to say

IF ddllist = rollno then ("USE this SQL SELECT for ROLL_NO")
ELSEIF ddlist = address then ("USE this SQL SELECT for ADDRESS")
ELSEIF ddlist = legal then ("USE this SQL SELECT for LEGAL")
END IF

However I don't know how to bind a grid this way.  You will see I ma using standard asp controls at this point because I am waiting for Q2 Ajax controls so that postbacks can be surpressed.   Any help or samples would be awesome!

Thanks,
Brett


MasterPage.vb
Protected Sub btnSearch_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSearch.Click
Dim gvpd As DataGrid = TryCast(Page.FindControl("gvPropertyDetails"), DataGrid)
gvpd.DataBind(based on my drop and text box?????)
End Sub

MasterPage ASPX:
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True">
<asp:ListItem Selected="True" Value="rollno">Roll No.</asp:ListItem>
<asp:ListItem Value="address">Civic\St. Address</asp:ListItem>
<asp:ListItem Value="legaldesc">Legal Derscription</asp:ListItem>
</asp:DropDownList>
&nbsp;
<asp:TextBox ID="txtSearch" runat="server"></asp:TextBox>
&nbsp;
<asp:Button ID="btnSearch" runat="server" Text="Search" />

Content Page ASPX:

<asp:GridView ID="gvPropertyDetails" runat="server" AutoGenerateColumns="False" DataSourceID="dsProperty" 
        CellPadding="4" Width="100%" DataKeyNames="ROLL_NO" ForeColor="#333333"   
        GridLines="None">  
        <RowStyle BackColor="#E3EAEB" /> 
        <Columns> 
            <asp:BoundField DataField="ROLL_NO" HeaderText="Roll Number" SortExpression="ROLL_NO" /> 
            <asp:BoundField DataField="Address" HeaderText="Address" ReadOnly="True" SortExpression="Address" /> 
            <asp:TemplateField HeaderText="Legal Description">  
                <ItemTemplate> 
                    <asp:Label ID="Label58" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.LEGAL1") %>'>  
                    </asp:Label><br /> 
                    <asp:Label ID="Label1" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.LEGAL2") %>'>  
                    </asp:Label><br /> 
                    <asp:Label ID="Label2" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.LEGAL3") %>'>  
                    </asp:Label><br /> 
                    <asp:Label ID="Label3" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.LEGAL4") %>'>  
                    </asp:Label><br /> 
                    <asp:Label ID="Label4" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.LEGAL5") %>'>  
                    </asp:Label></ItemTemplate>  
            </asp:TemplateField> 
            <asp:BoundField DataField="CLASS" HeaderText="Class" SortExpression="CLASS" /> 
            <asp:BoundField DataField="ASSESSMENT" HeaderText="Assessed Value"   
                SortExpression="ASSESSMENT" DataFormatString="{0:c}" />    
            <asp:HyperLinkField DataNavigateUrlFields="roll_no"   
                DataNavigateUrlFormatString="propdetails.aspx?roll_no={0}"   
                HeaderText="Property Details" Text="More Details"   
                ItemStyle-HorizontalAlign="Center" > 
<ItemStyle HorizontalAlign="Center"></ItemStyle> 
            </asp:HyperLinkField> 
        </Columns> 
        <FooterStyle BackColor="#1C5E55" ForeColor="White" Font-Bold="True" /> 
        <PagerStyle BackColor="#666666" ForeColor="White" HorizontalAlign="Center" /> 
        <SelectedRowStyle BackColor="#C5BBAF" Font-Bold="True" ForeColor="#333333" /> 
        <HeaderStyle BackColor="#1C5E55" Font-Bold="True" ForeColor="White" /> 
        <EditRowStyle BackColor="#7C6F57" /> 
        <AlternatingRowStyle BackColor="White" /> 
    </asp:GridView> 
    <asp:SqlDataSource ID="dsProperty" runat="server" ConnectionString="<%$ ConnectionStrings:csProperty %>" 
        SelectCommand="SELECT TOP 1 TX_ROLL.ROLL_NO, CAST(TX_ROLL.STREET_NO AS varchar) + ' ' + TX_ROLL.STREET_NAME AS Address, TX_ROLL.LEGAL1, TX_ROLL.LEGAL2, TX_ROLL.LEGAL3, TX_ROLL.LEGAL4, TX_ROLL.LEGAL5, TX_ROLL_ASSESS.CLASS, TX_ROLL_ASSESS.ASSESSMENT FROM TX_ROLL LEFT OUTER JOIN TX_ROLL_ASSESS ON TX_ROLL.ROLL_NO = TX_ROLL_ASSESS.ROLL_NO WHERE (TX_ROLL.ROLL_NO LIKE @txtSearch or Address LIKE @txtSearch or TX_ROLL.LEGAL1 LIKE @txtSearch OR TX_ROLL.LEGAL2 LIKE @txtSearch OR TX_ROLL.LEGAL3 LIKE @txtSearch) ORDER BY TX_ROLL_ASSESS.ASS_YEAR DESC">  
    </asp:SqlDataSource> 
    <selectparameters> 
                <asp:Parameter Name="txtSearch" Type="String"/> 

Richard
Top achievements
Rank 1
 answered on 29 Jul 2008
2 answers
120 views
Telerik.Web.UI
File Version: 2008.1.415.35
Product Version: 2008.01.0415.35

Hi,

Although my div has a style "display:none", it still shows up on IE7 in Design view. It doesn't show up in Firefox 3.

You can replicate it by pasting the code below in HTML view at Telerik RadEditor Online Demo (default).

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  
"http://www.w3.org/TR/html4/loose.dtd"> 
<html> 
 
    <style type="text/css">  
      
    .foo{  
        display:none;  
        width:100px;  
        height:100px;  
        background-color:blue;  
    }  
              
    </style> 
          
    <body> 
        div under me should be hidden  
        <div class="foo">blue div</div> 
    </body> 
</html> 

Hope to hear a reply soon. Thanks!

Gavin
Gavin
Top achievements
Rank 1
 answered on 29 Jul 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?