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

Two issues with RadComboBox

2 Answers 95 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Oded
Top achievements
Rank 1
Oded asked on 25 May 2009, 11:42 AM
Hello,

I'm using the combobox several times on my page.

The first issue is as follows:

I have two comboboxes inside a div. preceding each combobox is a label. All these controls fit inside a single row and. When I add one of the comboboxes to be modified during an ajax callback with an RadAjaxManagerI get another div element that is part of the combobox that changes the positioning of my elements and they no longer stay in the same line. The name of the div is suffixed with Panel.

The second issue:

In the same page as before, I have a GridView. Inside the GridView I have an EditTemplate that contains a RadComboBox control. When I click on the edit button of a certain row in the grid, the combobox is rendered with a gray image (which I think is part of the sprite skin) below it. I couldn't find a way to eliminate its appearance.

This is the template column which contains the combbox
<asp:TemplateField HeaderText="aaaHeader">  
                    <ItemTemplate> 
                        <asp:Label ID="aaaLabel" runat="server" /> 
                    </ItemTemplate> 
                    <EditItemTemplate> 
                        <telerik:RadComboBox ID="aaaBox" Width="50px" runat="server" MarkFirstMatch="true" 
                            AllowCustomText="false">  
                        </telerik:RadComboBox> 
                    </EditItemTemplate> 
                </asp:TemplateField> 


Any Ideas?

Thanks,

Oded Tal

2 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 28 May 2009, 07:49 AM
Hello Oded,

Could you please open a support ticket and send us a simple project illustrating these issues? Thanks

Regards,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Brian Cauley
Top achievements
Rank 1
answered on 28 May 2009, 12:49 PM
Will this thread get continuly updated or should I submit my own support ticket as well.  I am having the same issue.
Tags
ComboBox
Asked by
Oded
Top achievements
Rank 1
Answers by
Yana
Telerik team
Brian Cauley
Top achievements
Rank 1
Share this question
or