Hello,
I've done this task with a Table Widget and binding it to an Entity and Bulk Action, But I am attempting the same but with a slight difference.
Table Widget with the source being a List
This is the List bound to the Table widget
Here is the issue, Select one row, and ALL rows are selected.
Thank you,
FrankCLT
Hi FrankCLT,
When you select new screen you have predefined screen Bulk Actions.
you can choose this screen have same functionality you want and you can change accordingly.
Hope this will help you.
Regards
Rahul
Hey Rahul,
This is what I did in the past. I added a Source (BulkAction) to the Entity as in your example. This situation is a little different as the Table Widget is bound to a List, I don't know if I could have tied a BulkAction to the List.
Thanks again for your reply,
can you share oml so i can help you exact solution
I don't think I can....It has some services that may not make it possible to execute.
Hi,
if i understood you correctly then it is work for.
find attached oml it will help you.
Hello FrankCLT,
I think you need a boolean field in your ListItemDetail list (i.e. IsSelected) to be used for the Checkbox widget.
Thank you and kind regards,
Chris
I think that is what I may try......I will post my results....
Thank you all.
Create a local var in the list. "Listitemdetail.IsSelected". use the 'current' in the table and you are done.