This topic is locked

Prograatically Select All Records on List page When not using grid

2/10/2021 11:54:51 AM
ASPRunner.NET General questions
J
jetsguy author

How can I use code to select all records on a list page? The list page is not using grid layout so there is no automatically generated checkbox in the grid header that selects all records.

I have tried JavaScript but selecting the checkboxes does not enable the Update Selected button. Can anyone help?

FrankR_ENTA 2/10/2021



How can I use code to select all records on a list page? The list page is not using grid layout so there is no automatically generated checkbox in the grid header that selects all records.

I have tried JavaScript but selecting the checkboxes does not enable the Update Selected button. Can anyone help?


Maybe if you tell us more about the final goal, we can make some suggestions. I thought the existence of the checkbox comes into play when there is a proper key defined for the list items, and View or Export or one of those is also selected.