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

RadAutoCompleteBox not displaying correctly and ignoring SelectionMode

4 Answers 311 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 2
Paul asked on 20 Jun 2013, 07:25 PM
Hello - we are using the latest download Version=2013.2.611.40

I am trying to use the RadAutoCompleteBox with the control defined like this:
<telerik:RadAutoCompleteBox ID="racFromUser" runat="server"
                Width="250" DropDownHeight="150" DropDownWidth="250"
                TextSettings-SelectionMode="Single"
                InputType="Token"
>
</telerik:RadAutoCompleteBox>

Issues:
1) The control is not rendering any colors or icons.  The box & the dropdown is completly transparent.  The dropdown does not hide the junk on the page behind the drop down, so that the list in the drop down get mingled with whatever it is dropping down over making it almost impossible to read the contents of the drop down.

2) The control allows multible items to be slected even though Single selection mode is set in wither token or text mode.

3) In token mode no red x is displayed to delete a token ( the space is still there and hover text still activates )



4 Answers, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 21 Jun 2013, 11:14 AM
Hello Paul,

About point 1) It seems that a sylesheets aren't loading. If you are using Internet Explorer, there is a limitation of a number of applied stylesheets. To solve this problem, you can add a following snippet code to your head tag
<telerik:RadStyleSheetManager runat="server" EnableStyleSheetCombine="true" />

2) Single selection does not work with a token input type

3) Solution of the issue is the same as in the point 1)

 

Regards,
Magdalena
Telerik
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 the blog feed now.
0
Paul
Top achievements
Rank 2
answered on 21 Jun 2013, 01:56 PM
I will try your suggested IE fix for the graphical problems but the issue is in Firefox Version 21, IE 10 and Chrome 27 - not a IE only issue. 

The graphical issues are a show stopper - if you can't read the contents of the drop down list, the control becomes useable.  Please advise of a way to fix this issue.  If you EnableStyleSheetCombine tidbit helps anywhere I will post the results.

---------------------------------------------------------------

Results adding the EnableStyleSheetCombine line did not help or resolve the issue.
The site is using DNN as well - could this be a problem?
0
Paul
Top achievements
Rank 2
answered on 21 Jun 2013, 04:15 PM
Maybe a CSS section defined on the page and marked as important would help, but I do not know what css directive to override to make the auto complete boxes drop down be opaque rather than transparent.

Could you provide an example of how to do so?
0
Magdalena
Telerik team
answered on 25 Jun 2013, 07:14 AM
Hi Paul,

To avoid duplication of posts, we'll continue in the related support thread that you have started.

Regards,
Magdalena
Telerik
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 the blog feed now.
Tags
AutoCompleteBox
Asked by
Paul
Top achievements
Rank 2
Answers by
Magdalena
Telerik team
Paul
Top achievements
Rank 2
Share this question
or