in
Forums
Blogs
Files
Devexpress.Com
Client Center
Support Center
DevExpress Channel

ASPxComboBox selection while typing

Last post 11/8/2007 5:36 PM by Mehul Harry (Developer Express). 1 replies.
Page 1 of 1 (2 items)
Sort Posts:
Previous Next
  • 11/7/2007 10:05 AM

    ASPxComboBox selection while typing

    Hello,

    How can I have the ASPxCombobox automatically select the text value when typing in the textbox of the ASPxComboBox. Can I have it so only after 'x' number of characters have been typed in the textbox the automatic selection of the text value begins.

     Thanks,

    Peter

     

  • 11/8/2007 5:36 PM In reply to

    Re: ASPxComboBox selection while typing

    Hello Peter,

    This has been implemented in 2007 vol 3:

    ASPxComboBox - autocomplete and incremental search required

    If you have access to the betas then you can test it:

     
       <dxe:ASPxComboBox ID="ASPxComboBox1" runat="server" DataSourceID="AccessDataSource1" DropDownStyle="DropDown" EnableIncrementalFiltering="True" TextField="CategoryName" ValueField="CategoryID">
       </dxe:ASPxComboBox>
       <asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/nwind.mdb"
          SelectCommand="SELECT [CategoryName], [CategoryID] FROM [Categories]"></asp:AccessDataSource>

    Thanks.

    Filed under:
Page 1 of 1 (2 items)
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED