Completed
Last Updated: 19 Mar 2014 09:22 by ADMIN
Fabrice
Created on: 10 Jul 2013 13:47
Category: SearchBox
Type: Bug Report
1
radsearchbox in radwindow contenttemplate
There's a problem with radSearchbox inserted in a radWindow contenttemplate.
On First show  then inputText width is equal to 0 until a contextitem is selected or a button pushed . (test on ie10 firefox and chrome)


code example :

  <telerik:RadWindow runat="server" ID="RadWindow1" Modal="true"     AutoSize="true"
        Behaviors="Close,Move">
        <ContentTemplate>
         <telerik:RadSearchBox ID="RadSearchBox1" runat="server" Width="350" SearchContext-ShowDefaultItem="False"
                        OnClientSearch="onClientSearch" OnClientButtonCommand="onClientButtonCommand"
                        ShowSearchButton="false" Skin="Default">
                       
                        <DropDownSettings Height="150" Width="300" />
                        <Localization LoadingItemsMessage="recherche en cours....." DefaultItemText="Saisissez le nom du point ici" />
                        <WebServiceSettings Path="PointDeTournee.aspx" Method="GetResults" />
                        <SearchContext>
                            <Items>
                                <telerik:SearchContextItem Text="POI" Key="1" ImageUrl="../Img/POI/Special_Divers-Bl.bmp"  Selected="true"/>
                                <telerik:SearchContextItem Text="PA" Key="2" ImageUrl="../Img/POI/PA.bmp" />
                            </Items>
                        </SearchContext>
                    </telerik:RadSearchBox>
          </ContentTemplate>
    </telerik:RadWindow>
Attached Files:
2 comments
ADMIN
Aneliya Petkova
Posted on: 19 Mar 2014 09:22
Hi all,

We want to let you know that the issue is fixed and will be available in the next Internal Build, expected in the week 24-31 March 2014.

Regards,
Aneliya Petkova
Telerik
Fabrice
Posted on: 10 Jul 2013 13:54
If ShowSearchButton set to true it shows the input correctly but the searchbutton is not sized correctly.