Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
8920
igCombo
posted

Please advise how to do the following :

1. Make combo control read only - means user won't be able to type anything or blank the text box.. the only option should be is selection change.

2. Make combo drop down opened when data source is assigned on the page load or data change .. i.e. when user see page first time the drop down is open so it hints user to make choice.

Please answer in 13.2 it is still not expired until the end of the month.

Thanks.

  

  • 2095
    Verified Answer
    posted

    Hello mcseidel,

    Thank you for posting in our community!

    1. Use the option "mode" and set it to "dropdown". This will allows you to modify value by drop-down list only.

    2. The combo provides method "dropDownVisible(bool)" which will open the dropdown list if the argument is true, otherwise it will close it.

    I would like to inform you that we have API for version 13.2 and you can use it to achieve your goals. All combo options, methods and events are provided there with respective documentation.

    Ignite UI API Reference ui.igCombo