How to do bulk action on selected rows of list view?

0
I have a list view with check box, I want to select one or more rows and want to perform action on selected rows: like in below image how to select one or more rows and perform action on selected rows?   Thanks and Regards, Dinesh Kumar  
asked
1 answers
0

unfortunately multi-select is not possible out of the box with a listview. Maybe a templategrid or datagrid is more suitable for your use case.

answered