Requesting Items when Enter is pressed

Thread is closed for posting
1 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 20 Sep 2007 Link to this post

    Requirements

    To convert code
    from posted project(s)
    Telerik online converter
    RadControl version

    RadComboBox v2.8.0.0 or Telerik.Web.UI v2008.1.415

    .NET version

    2.x

    Visual Studio version

    2005

    programming language

    C#

    browser support

    all browsers supported by RadComboBox


     
    PROJECT DESCRIPTION
    This project illustrates how to request items on demand only when Enter key is pressed and prevent requesting items during typing. To do this you need to set EnableLoadOnDemand property to false and AllowCustomText to true. Then, you can hook on the OnClientKeyPressing event of RadcomboBox and call the RequestItems method if the Enter key is clicked. See the attached project for more details.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.