This is a migrated thread and some comments may be shown as answers.

RAD Combobox looses border for skin=Office 2007 and enabled=false

1 Answer 33 Views
Grid
This is a migrated thread and some comments may be shown as answers.
parimal
Top achievements
Rank 1
parimal asked on 25 Nov 2008, 10:12 PM
Hi,

I have a RAD Combobox which is made enabled=false on click of a button. This controls are inside Ajax Panel. On Page load the rad combo appears fine with skin. When it is disabled on button click it gets disabled but looses its bottom border and looks like half cut.
Telerik version:2008.2.826.35
My issue is similiar to mentioned in the below forum:
http://www.telerik.com/community/forums/aspnet-ajax/grid/radcombobox-disabled-ajax.aspx

Code:
<telerik:radajaxpanel id="RadAjaxPanel1" runat="server" > 
                       <asp:Button ID="dd" OnClick="Submit" runat="server" Text="Click" /> 
                    <telerik:RadComboBox ID="list" runat="server" Skin="Office2007">  
                    <Items> 
                    <telerik:RadComboBoxItem Text="One" Value="1" /> 
                    <telerik:RadComboBoxItem Text="Two" Value="2" /> 
                    </Items> 
                    </telerik:RadComboBox> 
                </p> 
                 </telerik:radajaxpanel> 
 
------------------  
Code Behind  
protected void Submit(object sender, EventArgs e)  
        {  
            list.Enabled = false;  
        } 

 

regards,

Parimal

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 27 Nov 2008, 11:03 AM
Hello Parimal,

I am not able to replicate this issue, RadComboBox behaves as expected, please check my test project based on your code.

Best regards,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
parimal
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or