How to use a button in a listview to display a form/popup, collect some data and onClose, perform some actions

Hi SF Support,
We have a Listview where each item has an image and a row with some description and a second row with some more data and a button. 
Currently if they tap on an item in the listview, it goes into the TakeAPicture routine and displays the picture in the location in the item set aside for it.
And, if they tap the Button, it does the OnClick processing for that button and item. 

Now, what I need to do, is when they tap the button, first it displays a small popup where they can enter a name and address and select a date from a datePicker. On close, it uses the data it collected and finally does the processing that would normally have happened for the Button OnClick.

It sounds simple enough, but how to do it escapes me.

Thanks for looking at this.


1 Reply 1 reply marked as answer

LN Lakshmi Natarajan Syncfusion Team January 28, 2021 09:55 AM UTC

Hi Will, 
 
Thank you for using Syncfusion products. 
 
We have checked the reported scenario “How to use a button in a listview to display a form/popup, collect some data and onClose, perform some actions” from our side. We would like to inform you that we have documented the requirement related to your scenario and you can find it from the following link, 
KB links:  
 
Also, you can show the popup using SfPopupLayout on button click event. Please refer to the documents related to your requirement from the following link, 
UG links: 
 
Please let us know if you need further assistance. 
 
Regards, 
Lakshmi Natarajan 


Marked as answer
Loader.
Up arrow icon