How to focus RadComboBox on the client-side

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 22 Mar 2006 Link to this post

    Requirements

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

    RadComboBox v2.0.3 or Telerik.Web.UI v2007.3 1425

    .NET version 2.0
    Visual Studio version

    2005

    programming language C#
    browser support

    all browsers supported by RadComboBox


    Project Description
    This project shows you how to focus the RadComboBox on the client-side.
    The tricky part is to get the InputInstance of the RadComboBox and focus it:



    var comboInput = combo.get_inputDomElement(); 



    var comboInput = document.getElementById(comboInstance.InputID); 
Back to Top

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