Dear Telerik,
I have the following AutoCompleteBox:
<td style="width: 150px; white-space:nowrap">
<telerik:RadAutoCompleteBox ID="MachineWORadAutoCompleteBox" runat="server"
TextSettings-SelectionMode="Single" MinFilterLength="2" DropDownWidth="200px"
OnClientRequesting="OnClientRequestingMachineWO"
OnEntryAdded="MachineWORadAutoCompleteBox_EntryAdded">
<WebServiceSettings Path="FeedbackForm.aspx" Method="LookupMachineWorkOrder" />
</telerik:RadAutoCompleteBox>
<asp:RequiredFieldValidator ID="MachineWORadAutoCompleteBoxValidator" ValidationGroup="Save"
runat="server" Display="Dynamic" ControlToValidate="MachineWORadAutoCompleteBox" ForeColor="red" ErrorMessage="*"></asp:RequiredFieldValidator>
</td>
With a required field validator, the validation is triggered the validation itself works fine the problem I get is that the Error message is wrapped to the next line even though the style tag explicitly says "no wrap". See attached picture as an example of what.
Form looking online the autocompletebox is wrapped around update panels and using an Ajax Manager you can specify if you want to render inline, I tried this out but it didn't have any effect.
Any ideas?
Thanks,
Germán
I have the following AutoCompleteBox:
<td style="width: 150px; white-space:nowrap">
<telerik:RadAutoCompleteBox ID="MachineWORadAutoCompleteBox" runat="server"
TextSettings-SelectionMode="Single" MinFilterLength="2" DropDownWidth="200px"
OnClientRequesting="OnClientRequestingMachineWO"
OnEntryAdded="MachineWORadAutoCompleteBox_EntryAdded">
<WebServiceSettings Path="FeedbackForm.aspx" Method="LookupMachineWorkOrder" />
</telerik:RadAutoCompleteBox>
<asp:RequiredFieldValidator ID="MachineWORadAutoCompleteBoxValidator" ValidationGroup="Save"
runat="server" Display="Dynamic" ControlToValidate="MachineWORadAutoCompleteBox" ForeColor="red" ErrorMessage="*"></asp:RequiredFieldValidator>
</td>
With a required field validator, the validation is triggered the validation itself works fine the problem I get is that the Error message is wrapped to the next line even though the style tag explicitly says "no wrap". See attached picture as an example of what.
Form looking online the autocompletebox is wrapped around update panels and using an Ajax Manager you can specify if you want to render inline, I tried this out but it didn't have any effect.
Any ideas?
Thanks,
Germán