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

[Solved] ComboBox Disable User Input

3 Answers 224 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Takaya213
Top achievements
Rank 1
Takaya213 asked on 30 Jun 2009, 10:17 AM
Hi

How does one stop a user from being able to type in the ComboBox header?

The ComboBox is using a custom skin and has its information pulled from DB.

<telerik:RadComboBox ID="ddnSubSegmentations" EnableEmbeddedSkins="false" Skin="CustomSkin" runat="server" Width="250" AutoPostBack="True" OnSelectedIndexChanged="ddnSubSegmentations_IndexChanged">
</telerik:RadComboBox>

We have tried AllowCustomText="False" and EnableTextSelection="false".

Any help would be appreciated.
Thanks

3 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 30 Jun 2009, 10:52 AM
Hi Takaya,

This is not a normal behavior and you shouldn't be able to type in the RadComboBox if AllowCustomText is set to false. Can you provide more information on this issue like if you are doing any configuration to the ComboBox from code behind or do you use load on demand?

Kind regards,
Kamen Bundev
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
Takaya213
Top achievements
Rank 1
answered on 30 Jun 2009, 11:51 AM
Hi

Thanks for the reply.

I found it that it was set in the code behind to true, but when i set it to false it removes the custom header that we specified for the ComboBox.

Anyway to add a custom header and have the item uneditable?

Thanks
0
Atanas Korchev
Telerik team
answered on 30 Jun 2009, 02:03 PM
Hi,

Could you please clarify what you mean by "custom header"? By default the user should not be able to type in RadComboBox.

Regards,
Albert
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.
Tags
ComboBox
Asked by
Takaya213
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Takaya213
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or