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
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
