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

RadComboBox disappears, when Lable Property is not set

3 Answers 87 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Manoj
Top achievements
Rank 1
Manoj asked on 30 Oct 2012, 08:58 AM
Here is my Code.

<telerik:RadComboBox ID="ddlFabLocation2" EmptyMessage="--Select--" runat="server" CheckBoxes="true" EnableCheckAllItemsCheckBox="false"  Skin="Windows7" CheckedItemsTexts="DisplayAllInInput"
Width="300" Label="">                    
</telerik:RadComboBox>

When i failed to set the Label property . Radcombobox disappears during the page load.
Even if I set it empty string, Its not working.

When I provide any text like Label="test" or Label="[White space]".It works fine.

But I don't want to show any text or white space in front of the control.

*I am using the Latest telerik version.
*IE 7

3 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 01 Nov 2012, 10:56 AM
Hello Manoj,

I have performed some tests, based on the provided snippet of code, but I was unable to replicate the experienced problem.
Please find a video demonstrating the behavior of RadComboBox at my end.

Are we missing something?

Regards,
Nencho
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Manoj
Top achievements
Rank 1
answered on 05 Nov 2012, 05:22 AM
Thanks for your Demo.
I fixed the problem.

The problem is with my Style sheet.
But it works fine for the old version of telerik control.

My CSS looks like this

.Table-Item
{
word-wrap: break-word;
}

after i remove this style everything works fine.

Thanks.


0
Nencho
Telerik team
answered on 05 Nov 2012, 10:32 AM
Hi Manoj,

I am happy to hear that the problem is now solved.


Regards,
Nencho
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ComboBox
Asked by
Manoj
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Manoj
Top achievements
Rank 1
Share this question
or