Hi, I have an autocompletebox with an EmptyMessage set.
The problem is that the empty message barely shows.
Basically I only see A few pixel width of the first letter of the EmptyMessage.
It's like something is squishing it to the left.
<telerik:RadAutoCompleteBox ID="RdtCmpltBx_1" runat="server" Width="160px" DropDownWidth="150px" EmptyMessage="Enter name (ex: Alpha)" WebServiceSettings-Method="GetSingleName" WebServiceSettings-Path="Main.aspx" OnClientTextChanged="NameChanged" Filter="StartsWith" DropDownPosition="Automatic" AllowCustomEntry="true" InputType="Text" TextSettings-SelectionMode="Single"/>I looked at the sample at https://demos.telerik.com/aspnet-ajax/autocompletebox/examples/default/defaultcs.aspx
and I do not see anything different.