• What is KendoReact
  • Getting Started
  • Server Components
  • Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

Open KendoReact ComboBox popup initially on load

Environment

Product Version5.13.1
ProductProgress® KendoReact

Description

I want the popup of the ComboBox to open when the component is initialized

Solution

For manually opening the popup of the ComboBox after the initialization we can use its "ref" within React.useEffect and use "toggleBtnClick" to simulate a click and trigger the opening.

Here is an example demonstrating this approach:

Example
View Source
Change Theme:

In this article

Not finding the help you need?