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

Allignment of Autocompletebox dropdown issue

3 Answers 107 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Saroj Nanda
Top achievements
Rank 1
Saroj Nanda asked on 30 Jul 2013, 11:53 AM
Hello Teelrik Team,

I am using telerik V 2013 Q1 and the issue is regarding Allignment of Autocompletebox dropdown.

I am using Radautocompletebox with no item templete. Populating the search records with page method. One issues i am facing regardi g the allignment of Autocompletebox result box. I have tried all options to customize the css to allign left but failed.

Below is my aspx code snippet.

<td style="text-align: left">
                <telerik:RadAutoCompleteBox ID="RadAutoCompleteTeamLead" runat="server" Width="505"
                     DropDownHeight="200" DropDownWidth="470px"  Filter="StartsWith"
                     OnClientRequesting="requesting" OnClientDropDownOpening="dropDownOpening"
                    OnClientRequested="requested" OnClientEntryAdding="OnClientEntryAddingHandler"
                    OnClientRequestFailed="requestFailed">
                    <WebServiceSettings Method="GetPeople" Path="../../IncidentSubmission.aspx" />
                    <TextSettings SelectionMode="Multiple" />
                </telerik:RadAutoCompleteBox>
            </td>

Resultbox dropdown is not  alligning purely left but appears after 5/6 px width below the searchbox. I have gone through all threads and not found any proper resolution. Hope you guys will help me out.

Appreciate your quick reply.

Regards,
Saroj Nanda

3 Answers, 1 is accepted

Sort by
0
Magdalena
Telerik team
answered on 31 Jul 2013, 10:40 AM
Hello Saroj,

 I can't reproduce the issue that you described. Please, see the attachment with the behavior after applying the snippet you provided. The input of the RadAutocomplete and drop-down are aligned to left. Please, could you provide me more information about your scenario?

  1. screenshot
  2. runnable project
  3. information about browser you are testing with

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
Saroj Nanda
Top achievements
Rank 1
answered on 31 Jul 2013, 10:56 AM

Hello Magdalena ,

Attached the screenshot of issue facing in Autocomplete box. We are using IE 8 (Compatibility View) and even i tried removing teh compatibility issue, i am facing same issue. Its not alligning

is this due to i am not defining any templete for AutoCompletebox ?

<td style="text-align: left">
                <telerik:RadAutoCompleteBox ID="RadAutoCompleteTeamLead" runat="server" Width="505"
                     DropDownHeight="200" DropDownWidth="470px"  Filter="StartsWith"
                     OnClientRequesting="requesting" OnClientDropDownOpening="dropDownOpening"
                    OnClientRequested="requested" OnClientEntryAdding="OnClientEntryAddingHandler"
                    OnClientRequestFailed="requestFailed">
                    <WebServiceSettings Method="GetPeople" Path="../../IncidentSubmission.aspx" />
                    <TextSettings SelectionMode="Multiple" />
                </telerik:RadAutoCompleteBox>
            </td>
0
Magdalena
Telerik team
answered on 31 Jul 2013, 02:43 PM
Hello Saroj,

 Thank you for provided additional information.

 I tried to simulate your scenario in IE8 also (you can see the behavior here) but the issue doesn't reproduce. The differences could come from custom stylesheets if there are used such. Please modify the attached files to reproduce the issue and send me back the modified version. (There is used the Northwind database, so please download it from here to run the project.)

I look forward for your reply.

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
Saroj Nanda
Top achievements
Rank 1
Answers by
Magdalena
Telerik team
Saroj Nanda
Top achievements
Rank 1
Share this question
or