Loop through all records having checkboxes selcted filtered through advance search

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
appsols
User
Posts: 46

Loop through all records having checkboxes selcted filtered through advance search

Post by appsols »

Hello everyone,
I have filtered some records using Advance Search. I have enabled checkbox with every row. I have added a custom button at the bottom of the grid rows to loop through all records having checkboxes selected. Now can I do that? please help
Regards


arbei
User
Posts: 9396

Post by arbei »

You may use Page_Load (see Example 3) and Row_CustomAction server event with ACTION_MULTIPLE.


Post Reply