Displaying Selected DataGrid Row in a popup

0
Hi Team, We are using a datagrid widget, I want to open a popup on click of a action button in datagrid and display selected rows data in the popup. Multi-select option is ON so if user selects more than one row then then all selected row data should be displayed in the popup. How can I achieve this ?   Thanks In Advance
asked
1 answers
1

Hi Ashar, 

 

It's not directly possible to pass a list of objects into a new page. However, you can create an entity  which you can associate to your selected object(s). Pass this entity to your pop-up page which takes the single object as a page parameter and put a datagrid in the dataview of the passed object. Set the data source to association and your selected objects will show. 

 

 

answered