Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
138 views
I have the task of converting a pre-existing menu to use the RadMenu control. The current CSS is defined as:

/* Menu */ 
 
#menu {  
    width770px;  
    height65px;  
    margin: 0 auto;  
    border-right1px solid #EDEBD5;  
}  
 
#menu ul {  
    margin: 0;  
    padding: 0;  
    list-stylenone;  
}  
 
#menu li {  
    displayinline;  
}  
 
#menu a {  
    displayblock;  
    floatleft;  
    width109px;  
    height45px;  
    padding20px 0 0 0;  
    border-left1px solid #EDEBD5;  
    text-transformlowercase;  
    text-decorationnone;  
    text-aligncenter;  
    font-size: 144%;  
    color#BABABA;  
}  
 
#menu a:hover {  
    background#F7F7F4;  
}  
 
#menu .active a {  
    background#ba3a01;  
    color#FFFFFF;  

and a html example of this is:

<div id="menu">  
    <ul> 
        <li class="active"><href="#">Home</a></li>  
        <li><a href="#">Link 2</a></li>  
        <li><a href="#">Link 3</a></li>  
        <li><a href="#">Link 4</a></li>  
        <li><a href="#">Link 5</a></li>  
        <li><a href="#">Link 6</a></li>  
        <li><a href="#">Link 7</a></li>  
    </ul> 
</div> 

Where active is the currently selected menu item.
I am just wondering if anyone can show me how I can replace the static menu with a radmenu but preserve the current style of the menu.

Regards
L M
Top achievements
Rank 1
 answered on 04 Aug 2009
1 answer
99 views
Hello, we have been using the latest Q2 2009 Ajax controls, and during testing we  noticed a curious problem. If we run our website in NON-compatibility view mode in IE8, we get the following error on one of our pages (it's an invalid argument related to setting the height of a control). If we run the same page in compatibility mode, it works fine??

I cannot post direct code yet due to NDA restrictions - hoping someone has come across something like this in IE8 and already found a workaround?

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
Timestamp: Mon, 3 Aug 2009 21:22:29 UTC

Message: Invalid argument.
Line: 353
Char: 7
Code: 0
URI: http://localhost/WebExpress3b/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl00_script2_HiddenField&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a78a52a09-e2dc-429f-bbb1-9c1f99f74da0%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2009.2.701.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a7e598a31-3beb-49a1-914c-5f530240f0ea%3a16e4e7cd%3af7645509%3a24ee1bba%3ae330518b%3a1e771326%3a8e6f0d33%3a11a04f7e%3a4cacbc31%3aed16cbdc


Sean McConnell
Top achievements
Rank 1
 answered on 04 Aug 2009
0 answers
77 views
Hi there,

We are facing a very strange UI issue while using RadSkinManager, we are using asp:button all over the applcation and using the RadSkinManager apply the css to it which realy looks nice. the problem is when we hover on the button the width of the button expands like 4px, the width should remain the same.

I have a screenshot but i am not able to attach it with the thread.

Thanks
Nitesh Monga
nitesh monga
Top achievements
Rank 1
 asked on 03 Aug 2009
1 answer
129 views

The editor used was IE7.

I created a table with the Table Wizard.  I clicked on the "Columns: +" button twice to expand the table to 4 columns and then clicked on the "Rows: +" button twice to expand the table to 4 rows.  I then selected the cell at position 1,1 and clicked on the "Column Span: +" column twice to cause the cell to span columns 1,2 and 3 in the table.  I then clicked the "Row Span: +" button once and instead of having this cell span rows 1 and 2, two columns were inserted to the left of the cell and the cell at position 4,4 was changed to span two rows and 3 columns.  The original cell still only spanned a single row. 

I've reproduced this exact behavior multiple times, but found no mention of anything like this in the forums.  Does anyone know what might be happening here?

 

Thanks,

Mark

Mark
Top achievements
Rank 1
 answered on 03 Aug 2009
1 answer
129 views
Does the Rad Input Manager protect the Client side from malcious hacking?  Like the the ASP.NET textbox has Client and Server side checking, does Rad Input support that as well?  So no "copy and paste" techniques to avoid validation occurs?

Very important to know.

Sebastian
Telerik team
 answered on 03 Aug 2009
2 answers
108 views
I installed Rad Editor Lite in our MOSS test farm (via the command line using stsadm).  Initially, the status was deployed and all looked well.  However, after trying to test the editor, we noticed it wasn't working and the status has now changed to error.  It's also saying the solution was deployed to no servers.  I tried uninstalling it (with stsadm -o deletesolution) but this did not work producing error message "The solution cannot be removed when a job is scheduled or running."  I ran IISRESET on all our MOSS servers but this did nothing.  Any suggestions on either getting this to work or removing it? 

Our MOSS farm runs on Windows 2003 R2 x64.  Could this be an incompatibility issue with the 64 bit platform?
tiiiimmmyyyy
Top achievements
Rank 1
 answered on 03 Aug 2009
1 answer
141 views
Hello,

File Explorer control displaying wrong Delete confirmation dialog box title, It should be "Delete" instead of "Update"

Please provide me patch for same issue.

Thanks,
Amol



Fiko
Telerik team
 answered on 03 Aug 2009
2 answers
142 views
Sorry if this has been answered - I couldn't find anything via Search...

I am using the Q2 2008 version of the grid and I have and edit column and a delete column.  Following the examples, the edit column is a <telerik:GridEditCommandColumn> and the delete column is a <telerik:GridButtonColumn> wuth Command="Delete".

The problem that i'm seeing is that when I put a row in edit mode the delete image disappears (as it should) but the that column has no border on the top or the bottom (I'm using the "Hay" skin).  I was pretty sure that this was because there was nothing rendered in that column when in edit mode and a quick look at the source confirms that it is just an empty table cell (<td></td>).

I tried adding a Label control to that cell at runtime (with Text["&nbsp;") but that didn't work.

Is this a known issue or am I doing something wrong?

Thanks,  Jay

Code for the "<Columns>" section of the grid:

 

<Columns> 
    <telerik:GridTemplateColumn UniqueName="LeftSpacer" 
        HeaderStyle-Width="6" 
        ItemStyle-Width="6">  
        <HeaderTemplate> 
            &nbsp;  
        </HeaderTemplate> 
    </telerik:GridTemplateColumn> 
    <telerik:GridBoundColumn UniqueName="State" 
        HeaderText="State" 
        HeaderStyle-Width="100" 
        ItemStyle-VerticalAlign="Top" 
        ItemStyle-Width="100" 
        DataField="State" /> 
    <telerik:GridBoundColumn UniqueName="ZIPCode" 
        HeaderText="ZIP Code" 
        HeaderStyle-Width="100" 
        ItemStyle-VerticalAlign="Top" 
        ItemStyle-Width="100" 
        DataField="ZIPCode" /> 
    <telerik:GridEditCommandColumn UniqueName="Edit" 
        ButtonType="ImageButton" 
        EditImageUrl="~/_Images/GIF/16x16/Edit.gif" 
        ItemStyle-Width="50" /> 
    <telerik:GridButtonColumn UniqueName="Delete"   
        ButtonType="ImageButton" 
        CommandName="Delete" 
        Text="Delete" 
        ConfirmText="Delete this state and ZIP code?" 
        ConfirmTitle="Delete State and ZIP Code" 
        ImageUrl="~/_Images/GIF/16x16/Delete.gif" /> 
    <telerik:GridTemplateColumn UniqueName="RightSpacer" 
        HeaderStyle-Width="6" 
        ItemStyle-Width="6">  
        <HeaderTemplate> 
            &nbsp;  
        </HeaderTemplate> 
    </telerik:GridTemplateColumn> 
</Columns> 
 
Jay Legere
Top achievements
Rank 1
 answered on 03 Aug 2009
1 answer
96 views
I am setting up a page that has three static tags and underneath the first one will be X tabs generated dynamically (along with their page views). While everything is functional, the children tabs just look like standard links and don't retain the skin of the parent. I tried using the setup located here where the children tabs retain the same skin but that didn't even work for me. I am using the Default skin and the version is 2009.1.402.0.

An image showing what I'm referring to can be found here.
Kamen Bundev
Telerik team
 answered on 03 Aug 2009
2 answers
103 views
I have a RadComboBox with an ItemTemplate. When the drop down is selected and displays the ItemTemplate, the menu overlays the ItemTemplate.  I set the Z-Index to 100500 on the RadComboBox, and the two tables in the ItemTemplate.  I set the Z-Index to 100000 on the RadMenu, but the behavior persists. 

Any ideas?

Thanks
Jug Stanovcic
Top achievements
Rank 1
 answered on 03 Aug 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?