We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

how to make popup for dropdown stay without disapearing even on clicling outside

how to make popup for dropdown stay without disapearing even on clicling outside
Thanks in Advance 
Regards
Thowbik

4 Replies

PO Prince Oliver Syncfusion Team June 17, 2019 10:31 AM UTC

Hi Thowbik, 

Thank you for contacting us. 

You can use the close event in the control and set the args.cancel as true to prevent the popup from closing. Kindly refer to the following code. 

[app.component.html] 
<ejs-dropdownlist id='games' #sample1 [dataSource]='sportsData' [fields]='localFields' [placeholder]='localWaterMark' (close)="onClose($event)" [popupHeight]='height'></ejs-dropdownlist> 

[app.component.ts] 
public onClose = (e) => { 
  e.cancel = true; 
} 


Let us know if you need any further assistance on this. 

Regards, 
Prince 



RO Rocky August 11, 2022 10:03 AM UTC

Hi All, 

How-to close three dots sort, filter select ,deselect drop-down menu on popup when click outside of its region , it's closing when click agin on three dots , not closing when we click outside in sync fusion ejs grid menu .

Thanks 



UD UdhayaKumar Duraisamy Syncfusion Team August 13, 2022 07:41 AM UTC

Hi Rocky,


We are validating the requirement. We will update the further details in two business days (17th August 2022).


Regards,

Udhaya Kumar D



UD UdhayaKumar Duraisamy Syncfusion Team August 17, 2022 02:21 AM UTC

Hi Rocky,


We request you to provide more information for our clarification. Please share the below details that will be helpful for us to provide a better solution.


1) Share the issue replication procedure step by step.


2) Share the issue scenario in a video demonstration format.


3) Simple issue reproducible sample or try to reproduce the issue with our sample which was shared in our previous update.


Regards,

Udhaya Kumar D



Loader.
Live Chat Icon For mobile
Up arrow icon