Page 1 of 1

Loop through all records having checkboxes selcted filtered through advance search

Posted: Mon Apr 22, 2024 7:04 pm
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


Re: Loop through all records having checkboxes selcted filtered through advance search

Posted: Tue Apr 23, 2024 9:31 am
by arbei

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