How can I configure my multiselect pop up so that scrolling elsewhere on the page does not make it disappear?
1 Answer, 1 is accepted
0
Martin
Telerik team
answered on 10 Jul 2024, 01:29 PM
Hello, Jan,
Here you will find a possible approach to handle the scenario. In the window.scroll event, you can change a global boolean variable which can be used to prevent the close event of the Popup containing the MultiSelect items.